Пример #1
0
 public Form1()
 {
     InitializeComponent();
     timer1.Start();
     AdminRelauncher();
     versions();
     DebugProtect1.PerformChecks();
     Scanner.ScanAndKill();
     start();
 }
Пример #2
0
 string adress = "https://your.domain/forums/"; // ur forum link
 public mainForm()
 {
     InitializeComponent();
     timer1.Start();
     start();
     preload();
     usernamefile();
     usernamefile2();
     DebugProtect1.PerformChecks();
     Scanner.ScanAndKill();
     name.SomeEvent += texting;
 }
Пример #3
0
 // Token: 0x06000185 RID: 389 RVA: 0x0000BED8 File Offset: 0x0000A0D8
 public static void StartAn()
 {
     for (;;)
     {
         AntiDebug.ScanAndKill();
         if (DebugProtect1.PerformChecks() == 1)
         {
             AntiDebug.badExit();
         }
         if (DebugProtect2.PerformChecks() == 1)
         {
             AntiDebug.badExit();
         }
         Thread.Sleep(1000);
     }
 }