NULLED
private bool method_0()
{
return System.IO.File.Exists("data.00A") && System.IO.File.Exists("data.00B") && (System.IO.File.Exists("data.00C") && System.IO.File.Exists("data.000")) && (System.IO.File.Exists("data.001") && System.IO.File.Exists("data.002") && (System.IO.File.Exists("data.003") && System.IO.File.Exists("data.004"))) && (System.IO.File.Exists("data.005") && System.IO.File.Exists("data.006") && (System.IO.File.Exists("data.007") && System.IO.File.Exists("data.008")) && (System.IO.File.Exists("SplashLoading.exe") && System.IO.File.Exists("zlib1.dll") && System.IO.File.Exists("RappelzConfig.exe")));
}
private void Launcher_Main_Load(object sender, EventArgs e)
{
if (this.method_0())
{
this.backgroundWorker_0.RunWorkerAsync();
}
else
{
int num = (int) MessageBox.Show("تأكد من وجود اللانشر في مسار الكلينت");
this.Close();
}
}
Quote:
Still error.
if (Settings.Default.Lang == "ME")
Process.Start("RappelzCmdLauncher.exe", "Revolution_Sframe.exe /auth_ip:46.105.105.100 /auth_port:4500 /help_url_w:611 /help_url_h:625 /locale:Windows-1256 /country:CN /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /shop.url:\"http://rappelz.info/index.php?p=SERVER_SHOP\"");
else if (Settings.Default.Lang == "US")
Process.Start("RappelzCmdLauncher.exe", "Revolution_Sframe.exe /auth_ip:46.105.105.100 /auth_port:4500 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:CN /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /shop.url:\"http://rappelz.info/index.php?p=SERVER_SHOP\"");
else
Process.Start("RappelzCmdLauncher.exe", "Revolution_Sframe.exe /auth_ip:46.105.105.100 /auth_port:4500 /help_url_w:611 /help_url_h:625 /locale:ASCII /country:CN /cash /commercial_shop /layout_dir:6 /layout_auto:0 /cash_url_w:800 /cash_url_h:631 /shop.url:\"http://rappelz.info/index.php?p=SERVER_SHOP\"");
}