Advertisement
MutantPapaya

help

Jul 6th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. static void Main(string[] args)
  2. {
  3. /*if (xtUtils.GetHWID() != "HWID")
  4. Environment.Exit(0);*/
  5.  
  6. LogStart();
  7. string currentversion = ("1.0");
  8. Console.Title = ("AA Revamped");
  9. Console.ForegroundColor = ConsoleColor.Green;
  10. Console.WriteLine("Please log in to NetSeal to use the application.");
  11. LicenseGlobal.Seal.Initialize("mynetsealthinghere");
  12. Console.WriteLine("Checking for updates...");
  13. System.Net.WebClient wc = new System.Net.WebClient();
  14. string pastebinversion = wc.DownloadString("http://pastebin.com/raw.php?i=7XzDQFqe");
  15. if (pastebinversion == "1.0")
  16. xtUtils.Config.Load();
  17. else
  18. Console.WriteLine("An update is available.");
  19. Console.WriteLine("You will now be redirected to the download page.");
  20. Process.Start("https://www.dropbox.com/s/4afizpm5588eh73/AARevamped%20UPDATE.rar?dl=0");
  21.  
  22. pLocal = new CBasePlayer();
  23. for (int i = 0; i < 64; i++)
  24. Players[i] = new CBaseEntity();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement