// 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);
}
}