Advertisement
Guest User

SrcThai.exe Unpacked

a guest
Mar 31st, 2017
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 43.54 KB | None | 0 0
  1. ' SrcThai.exe Unpacked By Akaname1 '
  2. ' Cracker.in.th '
  3.  
  4.  
  5.  
  6. using System;
  7. using System.Diagnostics;
  8. using System.IO;
  9. using System.Runtime.InteropServices;
  10. using System.Threading;
  11. using System.Windows.Forms;
  12. using FtpLib;
  13.  
  14. namespace SrcThai
  15. {
  16.     // Token: 0x02000003 RID: 3
  17.     internal class Program
  18.     {
  19.         // Token: 0x06000001 RID: 1
  20.         [DllImport("user32.dll")]
  21.         private static extern int ShowWindow(int Handle, int showState);
  22.  
  23.         // Token: 0x06000002 RID: 2
  24.         [DllImport("kernel32.dll")]
  25.         public static extern int GetConsoleWindow();
  26.  
  27.         // Token: 0x06000003 RID: 3
  28.         [DllImport("user32.dll")]
  29.         private static extern bool EnableMenuItem(IntPtr hMenu, uint uIDEnableItem, uint uEnable);
  30.  
  31.         // Token: 0x06000004 RID: 4
  32.         [DllImport("user32.dll")]
  33.         private static extern IntPtr GetSystemMenu(IntPtr hWnd, bool bRevert);
  34.  
  35.         // Token: 0x06000005 RID: 5
  36.         [DllImport("user32.dll")]
  37.         private static extern IntPtr RemoveMenu(IntPtr hMenu, uint nPosition, uint wFlags);
  38.  
  39.         // Token: 0x06000006 RID: 6 RVA: 0x000022B0 File Offset: 0x000004B0
  40.         private static void Main(string[] args)
  41.         {
  42.             IntPtr mainWindowHandle = Process.GetCurrentProcess().MainWindowHandle;
  43.             IntPtr systemMenu = Program.GetSystemMenu(mainWindowHandle, false);
  44.             Program.EnableMenuItem(systemMenu, 61536u, 1u);
  45.             Program.RemoveMenu(systemMenu, 61536u, 0u);
  46.             Program.RemoveMenu(systemMenu, 61488u, 0u);
  47.             Console.Title = Program.title + " - Tales Runner Anti Hack";
  48.             Console.Write("////////////////////////////////////////////////////////////////////////////////");
  49.             Console.ForegroundColor = ConsoleColor.Green;
  50.             Console.Write("///////////////// www.src-thai.com - Tales Runner Anti Hack ////////////////////");
  51.             Console.ForegroundColor = ConsoleColor.White;
  52.             Console.WriteLine("////////////////////////////////////////////////////////////////////////////////");
  53.             string value = "Waiting... Tales Runner";
  54.             Console.Write("Game Status: ");
  55.             Console.ForegroundColor = ConsoleColor.Yellow;
  56.             Console.WriteLine(value);
  57.             Program.ftp_server();
  58.         }
  59.  
  60.         // Token: 0x06000007 RID: 7 RVA: 0x0000235C File Offset: 0x0000055C
  61.         private static void ftp_server()
  62.         {
  63.             try
  64.             {
  65.                 using (FtpConnection ftpConnection = new FtpConnection(Program.ip, Program.user, Program.password))
  66.                 {
  67.                     ftpConnection.Open();
  68.                     ftpConnection.Login();
  69.                     Program.start();
  70.                 }
  71.             }
  72.             catch
  73.             {
  74.                 string value = "Can't Connect Anti Hack Server";
  75.                 Console.ForegroundColor = ConsoleColor.White;
  76.                 Console.Write("Anti Hack: ");
  77.                 Console.ForegroundColor = ConsoleColor.Red;
  78.                 Console.Write(value);
  79.                 Program.kill_game();
  80.                 MessageBox.Show("ไม่สามารถเชื่อมต่อเซิฟเวอร์ได้", Program.title, MessageBoxButtons.OK, MessageBoxIcon.Hand);
  81.                 Process.Start(Program.title);
  82.             }
  83.         }
  84.  
  85.         // Token: 0x06000008 RID: 8 RVA: 0x00002404 File Offset: 0x00000604
  86.         private static void start()
  87.         {
  88.             while (true)
  89.             {
  90.                 Process[] processesByName = Process.GetProcessesByName(Program.exe);
  91.                 if (processesByName.Length != 0)
  92.                 {
  93.                     if (Program.console_fn == 1)
  94.                     {
  95.                         Program.console_windows();
  96.                     }
  97.                     if (Program.windows_fn == 1)
  98.                     {
  99.                         Program.windows();
  100.                     }
  101.                     if (Program.process_fn == 1)
  102.                     {
  103.                         Program.exe_process();
  104.                     }
  105.                     if (Program.title_fn == 1)
  106.                     {
  107.                         Program.title_process();
  108.                     }
  109.                     if (Program.tales_process_fn == 1)
  110.                     {
  111.                         Program.tales_process();
  112.                     }
  113.                     if (Program.tales_title_fn == 1)
  114.                     {
  115.                         Program.tales_title();
  116.                     }
  117.                     Console.ForegroundColor = ConsoleColor.White;
  118.                     string value = "Tales Runner Running...";
  119.                     Console.Write("Game Status: ");
  120.                     Console.ForegroundColor = ConsoleColor.Green;
  121.                     Console.WriteLine(value);
  122.                 }
  123.                 else
  124.                 {
  125.                     if (Program.windows_fn == 1)
  126.                     {
  127.                         Program.windows();
  128.                     }
  129.                     if (Program.process_fn == 1)
  130.                     {
  131.                         Program.exe_process();
  132.                     }
  133.                     if (Program.title_fn == 1)
  134.                     {
  135.                         Program.title_process();
  136.                     }
  137.                     if (Program.tales_process_fn == 1)
  138.                     {
  139.                         Program.tales_process();
  140.                     }
  141.                     if (Program.tales_title_fn == 1)
  142.                     {
  143.                         Program.tales_title();
  144.                     }
  145.                     if (Program.close_game_fn == 1)
  146.                     {
  147.                         Program.game_out();
  148.                     }
  149.                 }
  150.                 Console.ForegroundColor = ConsoleColor.White;
  151.                 string value2 = "Running...";
  152.                 Console.Write("Anti Hack: ");
  153.                 Console.ForegroundColor = ConsoleColor.Green;
  154.                 Console.WriteLine(value2);
  155.                 Thread.Sleep(3000);
  156.             }
  157.         }
  158.  
  159.         // Token: 0x06000009 RID: 9 RVA: 0x00002540 File Offset: 0x00000740
  160.         private static void console_windows()
  161.         {
  162.             int consoleWindow = Program.GetConsoleWindow();
  163.             if (Program.console_fn == 1)
  164.             {
  165.                 Program.ShowWindow(consoleWindow, 0);
  166.             }
  167.             else if (Program.console_fn == 0)
  168.             {
  169.                 Program.ShowWindow(consoleWindow, 1);
  170.             }
  171.         }
  172.  
  173.         // Token: 0x0600000A RID: 10 RVA: 0x0000257C File Offset: 0x0000077C
  174.         private static void exe_process()
  175.         {
  176.             Process[] processes = Process.GetProcesses();
  177.             Process[] array = processes;
  178.             for (int i = 0; i < array.Length; i++)
  179.             {
  180.                 Process process = array[i];
  181.                 string processName = process.ProcessName;
  182.                 string text = processName;
  183.                 uint num = <PrivateImplementationDetails>.ComputeStringHash(text);
  184.                 if (num <= 1607280533u)
  185.                 {
  186.                     if (num <= 785602506u)
  187.                     {
  188.                         if (num <= 338117121u)
  189.                         {
  190.                             if (num <= 181384724u)
  191.                             {
  192.                                 if (num <= 121695241u)
  193.                                 {
  194.                                     if (num != 85861274u)
  195.                                     {
  196.                                         if (num != 95190385u)
  197.                                         {
  198.                                             if (num == 121695241u)
  199.                                             {
  200.                                                 if (text == "InjectorGadget")
  201.                                                 {
  202.                                                     Program.ban(processName);
  203.                                                 }
  204.                                             }
  205.                                         }
  206.                                         else if (text == "Delphine Hack")
  207.                                         {
  208.                                             Program.ban(processName);
  209.                                         }
  210.                                     }
  211.                                     else if (text == "DLL Injector_[www.unknowncheats.me]_")
  212.                                     {
  213.                                         Program.ban(processName);
  214.                                     }
  215.                                 }
  216.                                 else if (num != 150515731u)
  217.                                 {
  218.                                     if (num != 162513843u)
  219.                                     {
  220.                                         if (num == 181384724u)
  221.                                         {
  222.                                             if (text == "PerX")
  223.                                             {
  224.                                                 Program.ban(processName);
  225.                                             }
  226.                                         }
  227.                                     }
  228.                                     else if (text == "Charles")
  229.                                     {
  230.                                         Program.ban(processName);
  231.                                     }
  232.                                 }
  233.                                 else if (text == "PCHunter32")
  234.                                 {
  235.                                     Program.ban(processName);
  236.                                 }
  237.                             }
  238.                             else if (num <= 234624895u)
  239.                             {
  240.                                 if (num != 225589148u)
  241.                                 {
  242.                                     if (num != 225955124u)
  243.                                     {
  244.                                         if (num == 234624895u)
  245.                                         {
  246.                                             if (text == "Daphne")
  247.                                             {
  248.                                                 Program.ban(processName);
  249.                                             }
  250.                                         }
  251.                                     }
  252.                                     else if (text == "WPE PRO - modified")
  253.                                     {
  254.                                         Program.ban(processName);
  255.                                     }
  256.                                 }
  257.                                 else if (text == "Injector_x86")
  258.                                 {
  259.                                     Program.ban(processName);
  260.                                 }
  261.                             }
  262.                             else if (num <= 293193827u)
  263.                             {
  264.                                 if (num != 263381938u)
  265.                                 {
  266.                                     if (num == 293193827u)
  267.                                     {
  268.                                         if (text == "Winject")
  269.                                         {
  270.                                             Program.ban(processName);
  271.                                         }
  272.                                     }
  273.                                 }
  274.                                 else if (text == "UniJector")
  275.                                 {
  276.                                     Program.ban(processName);
  277.                                 }
  278.                             }
  279.                             else if (num != 320812524u)
  280.                             {
  281.                                 if (num == 338117121u)
  282.                                 {
  283.                                     if (text == "Revolution 8.3")
  284.                                     {
  285.                                         Program.ban(processName);
  286.                                     }
  287.                                 }
  288.                             }
  289.                             else if (text == "Injector_Tool")
  290.                             {
  291.                                 Program.ban(processName);
  292.                             }
  293.                         }
  294.                         else if (num <= 616169318u)
  295.                         {
  296.                             if (num <= 505130250u)
  297.                             {
  298.                                 if (num != 369277675u)
  299.                                 {
  300.                                     if (num != 493868233u)
  301.                                     {
  302.                                         if (num == 505130250u)
  303.                                         {
  304.                                             if (text == "SimpleInject")
  305.                                             {
  306.                                                 Program.ban(processName);
  307.                                             }
  308.                                         }
  309.                                     }
  310.                                     else if (text == "cheatengine_i386")
  311.                                     {
  312.                                         Program.ban(processName);
  313.                                     }
  314.                                 }
  315.                                 else if (text == "RunPEDetector")
  316.                                 {
  317.                                     Program.ban(processName);
  318.                                 }
  319.                             }
  320.                             else if (num != 554878271u)
  321.                             {
  322.                                 if (num != 561923801u)
  323.                                 {
  324.                                     if (num == 616169318u)
  325.                                     {
  326.                                         if (text == "HexEdit")
  327.                                         {
  328.                                             Program.ban(processName);
  329.                                         }
  330.                                     }
  331.                                 }
  332.                                 else if (text == "ProcessKO_x64")
  333.                                 {
  334.                                     Program.ban(processName);
  335.                                 }
  336.                             }
  337.                             else if (text == "UVK_en")
  338.                             {
  339.                                 Program.ban(processName);
  340.                             }
  341.                         }
  342.                         else if (num <= 705780221u)
  343.                         {
  344.                             if (num != 628169110u)
  345.                             {
  346.                                 if (num != 668170114u)
  347.                                 {
  348.                                     if (num == 705780221u)
  349.                                     {
  350.                                         if (text == "Extreme Injector v2 by master131")
  351.                                         {
  352.                                             Program.ban(processName);
  353.                                         }
  354.                                     }
  355.                                 }
  356.                                 else if (text == "64Bit")
  357.                                 {
  358.                                     Program.ban(processName);
  359.                                 }
  360.                             }
  361.                             else if (text == "MrProc3ssHack3r's Injector_[www.unknowncheats.me]_")
  362.                             {
  363.                                 Program.ban(processName);
  364.                             }
  365.                         }
  366.                         else if (num <= 781998581u)
  367.                         {
  368.                             if (num != 711898729u)
  369.                             {
  370.                                 if (num == 781998581u)
  371.                                 {
  372.                                     if (text == "Force_Injector")
  373.                                     {
  374.                                         Program.ban(processName);
  375.                                     }
  376.                                 }
  377.                             }
  378.                             else if (text == "MacroGamer")
  379.                             {
  380.                                 Program.alert(processName);
  381.                             }
  382.                         }
  383.                         else if (num != 782782155u)
  384.                         {
  385.                             if (num == 785602506u)
  386.                             {
  387.                                 if (text == "Taskmgr")
  388.                                 {
  389.                                     Program.alert(processName);
  390.                                 }
  391.                             }
  392.                         }
  393.                         else if (text == "WarZ Editer 6.5")
  394.                         {
  395.                             Program.ban(processName);
  396.                         }
  397.                     }
  398.                     else if (num <= 1173190113u)
  399.                     {
  400.                         if (num <= 882789648u)
  401.                         {
  402.                             if (num <= 822512894u)
  403.                             {
  404.                                 if (num != 789410800u)
  405.                                 {
  406.                                     if (num != 805092869u)
  407.                                     {
  408.                                         if (num == 822512894u)
  409.                                         {
  410.                                             if (text == "MoonlightEngine")
  411.                                             {
  412.                                                 Program.ban(processName);
  413.                                             }
  414.                                         }
  415.                                     }
  416.                                     else if (text == "Test")
  417.                                     {
  418.                                         Program.ban(processName);
  419.                                     }
  420.                                 }
  421.                                 else if (text == "kernal32EX")
  422.                                 {
  423.                                     Program.ban(processName);
  424.                                 }
  425.                             }
  426.                             else if (num != 851191878u)
  427.                             {
  428.                                 if (num != 858389686u)
  429.                                 {
  430.                                     if (num == 882789648u)
  431.                                     {
  432.                                         if (text == "ManualMapInjector_[www.unknowncheats.me]_")
  433.                                         {
  434.                                             Program.ban(processName);
  435.                                         }
  436.                                     }
  437.                                 }
  438.                                 else if (text == "CryInjector_x64")
  439.                                 {
  440.                                     Program.ban(processName);
  441.                                 }
  442.                             }
  443.                             else if (text == "CobraUltimate_[www.unknowncheats.me]_")
  444.                             {
  445.                                 Program.ban(processName);
  446.                             }
  447.                         }
  448.                         else if (num <= 1061385261u)
  449.                         {
  450.                             if (num != 965760736u)
  451.                             {
  452.                                 if (num != 967472226u)
  453.                                 {
  454.                                     if (num == 1061385261u)
  455.                                     {
  456.                                         if (text == "Smile Infestation")
  457.                                         {
  458.                                             Program.ban(processName);
  459.                                         }
  460.                                     }
  461.                                 }
  462.                                 else if (text == "Process haxor")
  463.                                 {
  464.                                     Program.ban(processName);
  465.                                 }
  466.                             }
  467.                             else if (text == "PlayLoader")
  468.                             {
  469.                                 Program.ban(processName);
  470.                             }
  471.                         }
  472.                         else if (num <= 1101513464u)
  473.                         {
  474.                             if (num != 1082985553u)
  475.                             {
  476.                                 if (num == 1101513464u)
  477.                                 {
  478.                                     if (text == "Injec-TOR")
  479.                                     {
  480.                                         Program.ban(processName);
  481.                                     }
  482.                                 }
  483.                             }
  484.                             else if (text == "DayZ SA Injector")
  485.                             {
  486.                                 Program.ban(processName);
  487.                             }
  488.                         }
  489.                         else if (num != 1111025126u)
  490.                         {
  491.                             if (num == 1173190113u)
  492.                             {
  493.                                 if (text == "morphine")
  494.                                 {
  495.                                     Program.ban(processName);
  496.                                 }
  497.                             }
  498.                         }
  499.                         else if (text == "CrySearch32")
  500.                         {
  501.                             Program.ban(processName);
  502.                         }
  503.                     }
  504.                     else if (num <= 1460738255u)
  505.                     {
  506.                         if (num <= 1278446011u)
  507.                         {
  508.                             if (num != 1227881596u)
  509.                             {
  510.                                 if (num != 1228270790u)
  511.                                 {
  512.                                     if (num == 1278446011u)
  513.                                     {
  514.                                         if (text == "Process Kill V.1.0      แจกฟรีห้ามขาย")
  515.                                         {
  516.                                             Program.ban(processName);
  517.                                         }
  518.                                     }
  519.                                 }
  520.                                 else if (text == "Injector_[www.unknowncheats.me]_")
  521.                                 {
  522.                                     Program.ban(processName);
  523.                                 }
  524.                             }
  525.                             else if (text == "Valkyrie")
  526.                             {
  527.                                 Program.ban(processName);
  528.                             }
  529.                         }
  530.                         else if (num <= 1396204315u)
  531.                         {
  532.                             if (num != 1338871250u)
  533.                             {
  534.                                 if (num == 1396204315u)
  535.                                 {
  536.                                     if (text == "HxD")
  537.                                     {
  538.                                         Program.ban(processName);
  539.                                     }
  540.                                 }
  541.                             }
  542.                             else if (text == "Xenos")
  543.                             {
  544.                                 Program.ban(processName);
  545.                             }
  546.                         }
  547.                         else if (num != 1434823485u)
  548.                         {
  549.                             if (num == 1460738255u)
  550.                             {
  551.                                 if (text == "HawkZx Injector 1.0")
  552.                                 {
  553.                                     Program.ban(processName);
  554.                                 }
  555.                             }
  556.                         }
  557.                         else if (text == "GameBooster")
  558.                         {
  559.                             Program.alert(processName);
  560.                         }
  561.                     }
  562.                     else if (num <= 1530023249u)
  563.                     {
  564.                         if (num != 1514526625u)
  565.                         {
  566.                             if (num != 1522889951u)
  567.                             {
  568.                                 if (num == 1530023249u)
  569.                                 {
  570.                                     if (text == "PeachyInjector")
  571.                                     {
  572.                                         Program.ban(processName);
  573.                                     }
  574.                                 }
  575.                             }
  576.                             else if (text == "Strunder Dll Injector for Unknowncheats")
  577.                             {
  578.                                 Program.ban(processName);
  579.                             }
  580.                         }
  581.                         else if (text == "CrySearch64")
  582.                         {
  583.                             Program.ban(processName);
  584.                         }
  585.                     }
  586.                     else if (num <= 1568822798u)
  587.                     {
  588.                         if (num != 1564989659u)
  589.                         {
  590.                             if (num == 1568822798u)
  591.                             {
  592.                                 if (text == "DHLoader")
  593.                                 {
  594.                                     Program.ban(processName);
  595.                                 }
  596.                             }
  597.                         }
  598.                         else if (text == "unicorninjector1.0_[www.unknowncheats.me]_")
  599.                         {
  600.                             Program.ban(processName);
  601.                         }
  602.                     }
  603.                     else if (num != 1586597630u)
  604.                     {
  605.                         if (num == 1607280533u)
  606.                         {
  607.                             if (text == "sejtengine")
  608.                             {
  609.                                 Program.ban(processName);
  610.                             }
  611.                         }
  612.                     }
  613.                     else if (text == "WinHex")
  614.                     {
  615.                         Program.ban(processName);
  616.                     }
  617.                 }
  618.                 else if (num <= 2891111695u)
  619.                 {
  620.                     if (num <= 2185598359u)
  621.                     {
  622.                         if (num <= 1978249084u)
  623.                         {
  624.                             if (num <= 1752606829u)
  625.                             {
  626.                                 if (num != 1610107243u)
  627.                                 {
  628.                                     if (num != 1638670812u)
  629.                                     {
  630.                                         if (num == 1752606829u)
  631.                                         {
  632.                                             if (text == "PEInjection by XxharCs")
  633.                                             {
  634.                                                 Program.ban(processName);
  635.                                             }
  636.                                         }
  637.                                     }
  638.                                     else if (text == "OLLYDBG")
  639.                                     {
  640.                                         Program.ban(processName);
  641.                                     }
  642.                                 }
  643.                                 else if (text == "xCal Injector")
  644.                                 {
  645.                                     Program.ban(processName);
  646.                                 }
  647.                             }
  648.                             else if (num != 1830897587u)
  649.                             {
  650.                                 if (num != 1945924670u)
  651.                                 {
  652.                                     if (num == 1978249084u)
  653.                                     {
  654.                                         if (text == "Zat_s Simple Injector")
  655.                                         {
  656.                                             Program.ban(processName);
  657.                                         }
  658.                                     }
  659.                                 }
  660.                                 else if (text == "KillEmAll")
  661.                                 {
  662.                                     Program.ban(processName);
  663.                                 }
  664.                             }
  665.                             else if (text == "GK InjectorX")
  666.                             {
  667.                                 Program.ban(processName);
  668.                             }
  669.                         }
  670.                         else if (num <= 2035217419u)
  671.                         {
  672.                             if (num != 1990870783u)
  673.                             {
  674.                                 if (num != 2029818598u)
  675.                                 {
  676.                                     if (num == 2035217419u)
  677.                                     {
  678.                                         if (text == "PerX_[www.unknowncheats.me]_")
  679.                                         {
  680.                                             Program.ban(processName);
  681.                                         }
  682.                                     }
  683.                                 }
  684.                                 else if (text == "nSpaces")
  685.                                 {
  686.                                     Program.alert(processName);
  687.                                 }
  688.                             }
  689.                             else if (text == "monkyject")
  690.                             {
  691.                                 Program.ban(processName);
  692.                             }
  693.                         }
  694.                         else if (num <= 2172764785u)
  695.                         {
  696.                             if (num != 2081046882u)
  697.                             {
  698.                                 if (num == 2172764785u)
  699.                                 {
  700.                                     if (text == "CEบายพาส")
  701.                                     {
  702.                                         Program.ban(processName);
  703.                                     }
  704.                                 }
  705.                             }
  706.                             else if (text == "cheatengine_x86_64")
  707.                             {
  708.                                 Program.ban(processName);
  709.                             }
  710.                         }
  711.                         else if (num != 2177486290u)
  712.                         {
  713.                             if (num == 2185598359u)
  714.                             {
  715.                                 if (text == "HideToolz3.3")
  716.                                 {
  717.                                     Program.ban(processName);
  718.                                 }
  719.                             }
  720.                         }
  721.                         else if (text == "SounoINJ 1.4_[www.unknowncheats.me]_")
  722.                         {
  723.                             Program.ban(processName);
  724.                         }
  725.                     }
  726.                     else if (num <= 2563666638u)
  727.                     {
  728.                         if (num <= 2351033948u)
  729.                         {
  730.                             if (num != 2247146267u)
  731.                             {
  732.                                 if (num != 2262824631u)
  733.                                 {
  734.                                     if (num == 2351033948u)
  735.                                     {
  736.                                         if (text == "ARMBOSS")
  737.                                         {
  738.                                             Program.ban(processName);
  739.                                         }
  740.                                     }
  741.                                 }
  742.                                 else if (text == "cheatengine-i386")
  743.                                 {
  744.                                     Program.ban(processName);
  745.                                 }
  746.                             }
  747.                             else if (text == "32Bit")
  748.                             {
  749.                                 Program.ban(processName);
  750.                             }
  751.                         }
  752.                         else if (num != 2420813772u)
  753.                         {
  754.                             if (num != 2427829000u)
  755.                             {
  756.                                 if (num == 2563666638u)
  757.                                 {
  758.                                     if (text == "Process List 1.01")
  759.                                     {
  760.                                         Program.ban(processName);
  761.                                     }
  762.                                 }
  763.                             }
  764.                             else if (text == "Xenos64")
  765.                             {
  766.                                 Program.ban(processName);
  767.                             }
  768.                         }
  769.                         else if (text == "Extreme Injector v3")
  770.                         {
  771.                             Program.ban(processName);
  772.                         }
  773.                     }
  774.                     else if (num <= 2595353318u)
  775.                     {
  776.                         if (num != 2566934152u)
  777.                         {
  778.                             if (num != 2580378180u)
  779.                             {
  780.                                 if (num == 2595353318u)
  781.                                 {
  782.                                     if (text == "procexp64")
  783.                                     {
  784.                                         Program.ban(processName);
  785.                                     }
  786.                                 }
  787.                             }
  788.                             else if (text == "procexp")
  789.                             {
  790.                                 Program.ban(processName);
  791.                             }
  792.                         }
  793.                         else if (text == "PCHunter64")
  794.                         {
  795.                             Program.ban(processName);
  796.                         }
  797.                     }
  798.                     else if (num <= 2756250058u)
  799.                     {
  800.                         if (num != 2720428256u)
  801.                         {
  802.                             if (num == 2756250058u)
  803.                             {
  804.                                 if (text == "Hide Toolz3.3.3")
  805.                                 {
  806.                                     Program.ban(processName);
  807.                                 }
  808.                             }
  809.                         }
  810.                         else if (text == "Dizzy Loader")
  811.                         {
  812.                             Program.ban(processName);
  813.                         }
  814.                     }
  815.                     else if (num != 2852666711u)
  816.                     {
  817.                         if (num == 2891111695u)
  818.                         {
  819.                             if (text == "kInject")
  820.                             {
  821.                                 Program.ban(processName);
  822.                             }
  823.                         }
  824.                     }
  825.                     else if (text == "ByteInjector")
  826.                     {
  827.                         Program.ban(processName);
  828.                     }
  829.                 }
  830.                 else if (num <= 3583564899u)
  831.                 {
  832.                     if (num <= 3083595508u)
  833.                     {
  834.                         if (num <= 3014523191u)
  835.                         {
  836.                             if (num != 2924866947u)
  837.                             {
  838.                                 if (num != 2973943798u)
  839.                                 {
  840.                                     if (num == 3014523191u)
  841.                                     {
  842.                                         if (text == "Windows 10 Injector by Gimmer")
  843.                                         {
  844.                                             Program.ban(processName);
  845.                                         }
  846.                                     }
  847.                                 }
  848.                                 else if (text == "CryInjector_x86")
  849.                                 {
  850.                                     Program.ban(processName);
  851.                                 }
  852.                             }
  853.                             else if (text == "ๆJect")
  854.                             {
  855.                                 Program.ban(processName);
  856.                             }
  857.                         }
  858.                         else if (num != 3029585679u)
  859.                         {
  860.                             if (num != 3040037642u)
  861.                             {
  862.                                 if (num == 3083595508u)
  863.                                 {
  864.                                     if (text == "inject")
  865.                                     {
  866.                                         Program.ban(processName);
  867.                                     }
  868.                                 }
  869.                             }
  870.                             else if (text == "Process kil")
  871.                             {
  872.                                 Program.ban(processName);
  873.                             }
  874.                         }
  875.                         else if (text == "ExtremeInjector")
  876.                         {
  877.                             Program.ban(processName);
  878.                         }
  879.                     }
  880.                     else if (num <= 3458453385u)
  881.                     {
  882.                         if (num != 3262799433u)
  883.                         {
  884.                             if (num != 3443148572u)
  885.                             {
  886.                                 if (num == 3458453385u)
  887.                                 {
  888.                                     if (text == "TatniumBF2")
  889.                                     {
  890.                                         Program.ban(processName);
  891.                                     }
  892.                                 }
  893.                             }
  894.                             else if (text == "cheatengine-x86_64")
  895.                             {
  896.                                 Program.ban(processName);
  897.                             }
  898.                         }
  899.                         else if (text == "TotalInjector 215")
  900.                         {
  901.                             Program.ban(processName);
  902.                         }
  903.                     }
  904.                     else if (num <= 3492796366u)
  905.                     {
  906.                         if (num != 3473103733u)
  907.                         {
  908.                             if (num == 3492796366u)
  909.                             {
  910.                                 if (text == "JamesCarl's Injector_[www.unknowncheats.me]_")
  911.                                 {
  912.                                     Program.ban(processName);
  913.                                 }
  914.                             }
  915.                         }
  916.                         else if (text == "m33inject11")
  917.                         {
  918.                             Program.ban(processName);
  919.                         }
  920.                     }
  921.                     else if (num != 3533171125u)
  922.                     {
  923.                         if (num == 3583564899u)
  924.                         {
  925.                             if (text == "pcapui")
  926.                             {
  927.                                 Program.ban(processName);
  928.                             }
  929.                         }
  930.                     }
  931.                     else if (text == "RemoteDll")
  932.                     {
  933.                         Program.ban(processName);
  934.                     }
  935.                 }
  936.                 else if (num <= 3914915264u)
  937.                 {
  938.                     if (num <= 3780941116u)
  939.                     {
  940.                         if (num != 3603921060u)
  941.                         {
  942.                             if (num != 3625643962u)
  943.                             {
  944.                                 if (num == 3780941116u)
  945.                                 {
  946.                                     if (text == "ollydbg")
  947.                                     {
  948.                                         Program.ban(processName);
  949.                                     }
  950.                                 }
  951.                             }
  952.                             else if (text == "Process Fixer")
  953.                             {
  954.                                 Program.ban(processName);
  955.                             }
  956.                         }
  957.                         else if (text == "CryMFF Inject_[www.unknowncheats.me]_")
  958.                         {
  959.                             Program.ban(processName);
  960.                         }
  961.                     }
  962.                     else if (num <= 3878763923u)
  963.                     {
  964.                         if (num != 3817959177u)
  965.                         {
  966.                             if (num == 3878763923u)
  967.                             {
  968.                                 if (text == "Call of Duty III")
  969.                                 {
  970.                                     Program.ban(processName);
  971.                                 }
  972.                             }
  973.                         }
  974.                         else if (text == "injector")
  975.                         {
  976.                             Program.ban(processName);
  977.                         }
  978.                     }
  979.                     else if (num != 3893512685u)
  980.                     {
  981.                         if (num == 3914915264u)
  982.                         {
  983.                             if (text == "DLL injector by (s.b software)_[www.unknowncheats.me]_")
  984.                             {
  985.                                 Program.ban(processName);
  986.                             }
  987.                         }
  988.                     }
  989.                     else if (text == "Wireshark")
  990.                     {
  991.                         Program.ban(processName);
  992.                     }
  993.                 }
  994.                 else if (num <= 4071584875u)
  995.                 {
  996.                     if (num != 4057839529u)
  997.                     {
  998.                         if (num != 4068416642u)
  999.                         {
  1000.                             if (num == 4071584875u)
  1001.                             {
  1002.                                 if (text == "DInjector")
  1003.                                 {
  1004.                                     Program.ban(processName);
  1005.                                 }
  1006.                             }
  1007.                         }
  1008.                         else if (text == "GameOwner")
  1009.                         {
  1010.                             Program.ban(processName);
  1011.                         }
  1012.                     }
  1013.                     else if (text == "MediaHackerCE")
  1014.                     {
  1015.                         Program.ban(processName);
  1016.                     }
  1017.                 }
  1018.                 else if (num <= 4093600667u)
  1019.                 {
  1020.                     if (num != 4081214964u)
  1021.                     {
  1022.                         if (num == 4093600667u)
  1023.                         {
  1024.                             if (text == "TSearch")
  1025.                             {
  1026.                                 Program.ban(processName);
  1027.                             }
  1028.                         }
  1029.                     }
  1030.                     else if (text == "am744")
  1031.                     {
  1032.                         Program.ban(processName);
  1033.                     }
  1034.                 }
  1035.                 else if (num != 4122114233u)
  1036.                 {
  1037.                     if (num == 4244882632u)
  1038.                     {
  1039.                         if (text == "ProcessHacker")
  1040.                         {
  1041.                             Program.ban(processName);
  1042.                         }
  1043.                     }
  1044.                 }
  1045.                 else if (text == "Window-Title-Changer")
  1046.                 {
  1047.                     Program.ban(processName);
  1048.                 }
  1049.             }
  1050.         }
  1051.  
  1052.         // Token: 0x0600000B RID: 11 RVA: 0x000037CC File Offset: 0x000019CC
  1053.         private static void title_process()
  1054.         {
  1055.             Process[] processes = Process.GetProcesses();
  1056.             Process[] array = processes;
  1057.             for (int i = 0; i < array.Length; i++)
  1058.             {
  1059.                 Process process = array[i];
  1060.                 string mainWindowTitle = process.MainWindowTitle;
  1061.                 string text = mainWindowTitle;
  1062.                 uint num = <PrivateImplementationDetails>.ComputeStringHash(text);
  1063.                 if (num <= 2147424155u)
  1064.                 {
  1065.                     if (num <= 1137502110u)
  1066.                     {
  1067.                         if (num <= 410193744u)
  1068.                         {
  1069.                             if (num <= 103165099u)
  1070.                             {
  1071.                                 if (num <= 28148690u)
  1072.                                 {
  1073.                                     if (num != 13279772u)
  1074.                                     {
  1075.                                         if (num == 28148690u)
  1076.                                         {
  1077.                                             if (text == "GK InjectorX - Ckw100")
  1078.                                             {
  1079.                                                 Program.ban(mainWindowTitle);
  1080.                                             }
  1081.                                         }
  1082.                                     }
  1083.                                     else if (text == "CrySearch Memory Scanner")
  1084.                                     {
  1085.                                         Program.ban(mainWindowTitle);
  1086.                                     }
  1087.                                 }
  1088.                                 else if (num != 34085540u)
  1089.                                 {
  1090.                                     if (num != 79698367u)
  1091.                                     {
  1092.                                         if (num == 103165099u)
  1093.                                         {
  1094.                                             if (text == "Peach Injector By Sfab")
  1095.                                             {
  1096.                                                 Program.ban(mainWindowTitle);
  1097.                                             }
  1098.                                         }
  1099.                                     }
  1100.                                     else if (text == "ตัวช่วยบายพาส")
  1101.                                     {
  1102.                                         Program.ban(mainWindowTitle);
  1103.                                     }
  1104.                                 }
  1105.                                 else if (text == "Akuma Engine")
  1106.                                 {
  1107.                                     Program.ban(mainWindowTitle);
  1108.                                 }
  1109.                             }
  1110.                             else if (num <= 203178281u)
  1111.                             {
  1112.                                 if (num != 200910141u)
  1113.                                 {
  1114.                                     if (num == 203178281u)
  1115.                                     {
  1116.                                         if (text == "Injector")
  1117.                                         {
  1118.                                             Program.ban(mainWindowTitle);
  1119.                                         }
  1120.                                     }
  1121.                                 }
  1122.                                 else if (text == "EcuZ Engine 7.0 ")
  1123.                                 {
  1124.                                     Program.ban(mainWindowTitle);
  1125.                                 }
  1126.                             }
  1127.                             else if (num != 229467970u)
  1128.                             {
  1129.                                 if (num != 293193827u)
  1130.                                 {
  1131.                                     if (num == 410193744u)
  1132.                                     {
  1133.                                         if (text == "TSearch v1.6")
  1134.                                         {
  1135.                                             Program.ban(mainWindowTitle);
  1136.                                         }
  1137.                                     }
  1138.                                 }
  1139.                                 else if (text == "Winject")
  1140.                                 {
  1141.                                     Program.ban(mainWindowTitle);
  1142.                                 }
  1143.                             }
  1144.                             else if (text == "Hex Edit")
  1145.                             {
  1146.                                 Program.ban(mainWindowTitle);
  1147.                             }
  1148.                         }
  1149.                         else if (num <= 924815917u)
  1150.                         {
  1151.                             if (num <= 674748768u)
  1152.                             {
  1153.                                 if (num != 419855798u)
  1154.                                 {
  1155.                                     if (num == 674748768u)
  1156.                                     {
  1157.                                         if (text == "Cry's dynamic DLL injector")
  1158.                                         {
  1159.                                             Program.ban(mainWindowTitle);
  1160.                                         }
  1161.                                     }
  1162.                                 }
  1163.                                 else if (text == "Extreme Injector v2.1 by master131")
  1164.                                 {
  1165.                                     Program.ban(mainWindowTitle);
  1166.                                 }
  1167.                             }
  1168.                             else if (num != 711898729u)
  1169.                             {
  1170.                                 if (num != 794436904u)
  1171.                                 {
  1172.                                     if (num == 924815917u)
  1173.                                     {
  1174.                                         if (text == "NanoCat's Injector")
  1175.                                         {
  1176.                                             Program.ban(mainWindowTitle);
  1177.                                         }
  1178.                                     }
  1179.                                 }
  1180.                                 else if (text == "DLL Injector v1.0")
  1181.                                 {
  1182.                                     Program.ban(mainWindowTitle);
  1183.                                 }
  1184.                             }
  1185.                             else if (text == "MacroGamer")
  1186.                             {
  1187.                                 Program.alert(mainWindowTitle);
  1188.                             }
  1189.                         }
  1190.                         else if (num <= 1028183083u)
  1191.                         {
  1192.                             if (num != 945959406u)
  1193.                             {
  1194.                                 if (num != 979126429u)
  1195.                                 {
  1196.                                     if (num == 1028183083u)
  1197.                                     {
  1198.                                         if (text == "Delphine Hacking V 1.0.1 By N3F0")
  1199.                                         {
  1200.                                             Program.ban(mainWindowTitle);
  1201.                                         }
  1202.                                     }
  1203.                                 }
  1204.                                 else if (text == "ตJect v0.1.6")
  1205.                                 {
  1206.                                     Program.ban(mainWindowTitle);
  1207.                                 }
  1208.                             }
  1209.                             else if (text == "m33 Loader by sandaasu v1.1")
  1210.                             {
  1211.                                 Program.ban(mainWindowTitle);
  1212.                             }
  1213.                         }
  1214.                         else if (num != 1038295297u)
  1215.                         {
  1216.                             if (num != 1100274779u)
  1217.                             {
  1218.                                 if (num == 1137502110u)
  1219.                                 {
  1220.                                     if (text == "[UC] Injector -- Unknowncheats.com")
  1221.                                     {
  1222.                                         Program.ban(mainWindowTitle);
  1223.                                     }
  1224.                                 }
  1225.                             }
  1226.                             else if (text == "DLL Injector by (s.b software)")
  1227.                             {
  1228.                                 Program.ban(mainWindowTitle);
  1229.                             }
  1230.                         }
  1231.                         else if (text == "SpiderInject")
  1232.                         {
  1233.                             Program.ban(mainWindowTitle);
  1234.                         }
  1235.                     }
  1236.                     else if (num <= 1451223002u)
  1237.                     {
  1238.                         if (num <= 1272433518u)
  1239.                         {
  1240.                             if (num <= 1214832711u)
  1241.                             {
  1242.                                 if (num != 1209457788u)
  1243.                                 {
  1244.                                     if (num == 1214832711u)
  1245.                                     {
  1246.                                         if (text == "ProcessKO 3.91 - x64 - With Admin Rights")
  1247.                                         {
  1248.                                             Program.ban(mainWindowTitle);
  1249.                                         }
  1250.                                     }
  1251.                                 }
  1252.                                 else if (text == "OllyDbg")
  1253.                                 {
  1254.                                     Program.ban(mainWindowTitle);
  1255.                                 }
  1256.                             }
  1257.                             else if (num != 1224423597u)
  1258.                             {
  1259.                                 if (num != 1240358272u)
  1260.                                 {
  1261.                                     if (num == 1272433518u)
  1262.                                     {
  1263.                                         if (text == "Cheat Engine 6.4")
  1264.                                         {
  1265.                                             Program.ban(mainWindowTitle);
  1266.                                         }
  1267.                                     }
  1268.                                 }
  1269.                                 else if (text == "Valkyrie Injector 2.1 By Faith")
  1270.                                 {
  1271.                                     Program.ban(mainWindowTitle);
  1272.                                 }
  1273.                             }
  1274.                             else if (text == "Pูrocess list")
  1275.                             {
  1276.                                 Program.ban(mainWindowTitle);
  1277.                             }
  1278.                         }
  1279.                         else if (num <= 1387240389u)
  1280.                         {
  1281.                             if (num != 1322766375u)
  1282.                             {
  1283.                                 if (num == 1387240389u)
  1284.                                 {
  1285.                                     if (text == "KillEmAll Free Edition  v5.0.11 [FastTrack] by FoolishIT.com  ")
  1286.                                     {
  1287.                                         Program.ban(mainWindowTitle);
  1288.                                     }
  1289.                                 }
  1290.                             }
  1291.                             else if (text == "Cheat Engine 6.3")
  1292.                             {
  1293.                                 Program.ban(mainWindowTitle);
  1294.                             }
  1295.                         }
  1296.                         else if (num != 1391819565u)
  1297.                         {
  1298.                             if (num != 1396204315u)
  1299.                             {
  1300.                                 if (num == 1451223002u)
  1301.                                 {
  1302.                                     if (text == "UVK - Ultra Virus Killer")
  1303.                                     {
  1304.                                         Program.ban(mainWindowTitle);
  1305.                                     }
  1306.                                 }
  1307.                             }
  1308.                             else if (text == "HxD")
  1309.                             {
  1310.                                 Program.ban(mainWindowTitle);
  1311.                             }
  1312.                         }
  1313.                         else if (text == "Force Inject")
  1314.                         {
  1315.                             Program.ban(mainWindowTitle);
  1316.                         }
  1317.                     }
  1318.                     else if (num <= 1652409387u)
  1319.                     {
  1320.                         if (num <= 1586597630u)
  1321.                         {
  1322.                             if (num != 1568822798u)
  1323.                             {
  1324.                                 if (num == 1586597630u)
  1325.                                 {
  1326.                                     if (text == "WinHex")
  1327.                                     {
  1328.                                         Program.ban(mainWindowTitle);
  1329.                                     }
  1330.                                 }
  1331.                             }
  1332.                             else if (text == "DHLoader")
  1333.                             {
  1334.                                 Program.ban(mainWindowTitle);
  1335.                             }
  1336.                         }
  1337.                         else if (num != 1604850963u)
  1338.                         {
  1339.                             if (num != 1610107243u)
  1340.                             {
  1341.                                 if (num == 1652409387u)
  1342.                                 {
  1343.                                     if (text == "M1NEFIELDS")
  1344.                                     {
  1345.                                         Program.ban(mainWindowTitle);
  1346.                                     }
  1347.                                 }
  1348.                             }
  1349.                             else if (text == "xCal Injector")
  1350.                             {
  1351.                                 Program.ban(mainWindowTitle);
  1352.                             }
  1353.                         }
  1354.                         else if (text == "Extreme Injector v3.5 by master131")
  1355.                         {
  1356.                             Program.ban(mainWindowTitle);
  1357.                         }
  1358.                     }
  1359.                     else if (num <= 1806386201u)
  1360.                     {
  1361.                         if (num != 1654690731u)
  1362.                         {
  1363.                             if (num != 1738766989u)
  1364.                             {
  1365.                                 if (num == 1806386201u)
  1366.                                 {
  1367.                                     if (text == "MrProc3ssHack3r's Injector")
  1368.                                     {
  1369.                                         Program.ban(mainWindowTitle);
  1370.                                     }
  1371.                                 }
  1372.                             }
  1373.                             else if (text == "UNiCORN-Injector V1.0")
  1374.                             {
  1375.                                 Program.ban(mainWindowTitle);
  1376.                             }
  1377.                         }
  1378.                         else if (text == "Bypass By Tid")
  1379.                         {
  1380.                             Program.ban(mainWindowTitle);
  1381.                         }
  1382.                     }
  1383.                     else if (num != 1890198133u)
  1384.                     {
  1385.                         if (num != 1945141500u)
  1386.                         {
  1387.                             if (num == 2147424155u)
  1388.                             {
  1389.                                 if (text == "WarZ Editer  6.5")
  1390.                                 {
  1391.                                     Program.ban(mainWindowTitle);
  1392.                                 }
  1393.                             }
  1394.                         }
  1395.                         else if (text == "Force Injector")
  1396.                         {
  1397.                             Program.ban(mainWindowTitle);
  1398.                         }
  1399.                     }
  1400.                     else if (text == "Test application for OllyDbg v2")
  1401.                     {
  1402.                         Program.ban(mainWindowTitle);
  1403.                     }
  1404.                 }
  1405.                 else if (num <= 3205014130u)
  1406.                 {
  1407.                     if (num <= 2852666711u)
  1408.                     {
  1409.                         if (num <= 2597180400u)
  1410.                         {
  1411.                             if (num <= 2337096422u)
  1412.                             {
  1413.                                 if (num != 2296916758u)
  1414.                                 {
  1415.                                     if (num == 2337096422u)
  1416.                                     {
  1417.                                         if (text == "MediaHack")
  1418.                                         {
  1419.                                             Program.ban(mainWindowTitle);
  1420.                                         }
  1421.                                     }
  1422.                                 }
  1423.                                 else if (text == "Window Title Changer by MurGee.com")
  1424.                                 {
  1425.                                     Program.ban(mainWindowTitle);
  1426.                                 }
  1427.                             }
  1428.                             else if (num != 2399847932u)
  1429.                             {
  1430.                                 if (num != 2499558003u)
  1431.                                 {
  1432.                                     if (num == 2597180400u)
  1433.                                     {
  1434.                                         if (text == "C~E By ดาบดำ วาเลนไทน์")
  1435.                                         {
  1436.                                             Program.ban(mainWindowTitle);
  1437.                                         }
  1438.                                     }
  1439.                                 }
  1440.                                 else if (text == "Injector Gadget")
  1441.                                 {
  1442.                                     Program.ban(mainWindowTitle);
  1443.                                 }
  1444.                             }
  1445.                             else if (text == "UnverisalInject0r 1.0")
  1446.                             {
  1447.                                 Program.ban(mainWindowTitle);
  1448.                             }
  1449.                         }
  1450.                         else if (num <= 2643359428u)
  1451.                         {
  1452.                             if (num != 2600017005u)
  1453.                             {
  1454.                                 if (num == 2643359428u)
  1455.                                 {
  1456.                                     if (text == "MoonLight Engine 1236.7 by IlvMoney A.K.A FaaF")
  1457.                                     {
  1458.                                         Program.ban(mainWindowTitle);
  1459.                                     }
  1460.                                 }
  1461.                             }
  1462.                             else if (text == " ~ Daphne ~")
  1463.                             {
  1464.                                 Program.ban(mainWindowTitle);
  1465.                             }
  1466.                         }
  1467.                         else if (num != 2720428256u)
  1468.                         {
  1469.                             if (num != 2791644908u)
  1470.                             {
  1471.                                 if (num == 2852666711u)
  1472.                                 {
  1473.                                     if (text == "ByteInjector")
  1474.                                     {
  1475.                                         Program.ban(mainWindowTitle);
  1476.                                     }
  1477.                                 }
  1478.                             }
  1479.                             else if (text == "Simple Inject")
  1480.                             {
  1481.                                 Program.ban(mainWindowTitle);
  1482.                             }
  1483.                         }
  1484.                         else if (text == "Dizzy Loader")
  1485.                         {
  1486.                             Program.ban(mainWindowTitle);
  1487.                         }
  1488.                     }
  1489.                     else if (num <= 3003352028u)
  1490.                     {
  1491.                         if (num <= 2943291012u)
  1492.                         {
  1493.                             if (num != 2897479604u)
  1494.                             {
  1495.                                 if (num == 2943291012u)
  1496.                                 {
  1497.                                     if (text == "Process Hacker")
  1498.                                     {
  1499.                                         Program.ban(mainWindowTitle);
  1500.                                     }
  1501.                                 }
  1502.                             }
  1503.                             else if (text == "ARMBOSS         ")
  1504.                             {
  1505.                                 Program.ban(mainWindowTitle);
  1506.                             }
  1507.                         }
  1508.                         else if (num != 2989595843u)
  1509.                         {
  1510.                             if (num != 2995600440u)
  1511.                             {
  1512.                                 if (num == 3003352028u)
  1513.                                 {
  1514.                                     if (text == "DayZ SA Injector - MiDOM")
  1515.                                     {
  1516.                                         Program.ban(mainWindowTitle);
  1517.                                     }
  1518.                                 }
  1519.                             }
  1520.                             else if (text == "Process Explorer - Sysinternals: www.sysinternals.com")
  1521.                             {
  1522.                                 Program.ban(mainWindowTitle);
  1523.                             }
  1524.                         }
  1525.                         else if (text == "InjecTOR v.1.1")
  1526.                         {
  1527.                             Program.ban(mainWindowTitle);
  1528.                         }
  1529.                     }
  1530.                     else if (num <= 3070785992u)
  1531.                     {
  1532.                         if (num != 3015923672u)
  1533.                         {
  1534.                             if (num != 3018115521u)
  1535.                             {
  1536.                                 if (num == 3070785992u)
  1537.                                 {
  1538.                                     if (text == "โปรแกรมค้นหา Process V.1.0")
  1539.                                     {
  1540.                                         Program.ban(mainWindowTitle);
  1541.                                     }
  1542.                                 }
  1543.                             }
  1544.                             else if (text == "JamesCarl's Injector")
  1545.                             {
  1546.                                 Program.ban(mainWindowTitle);
  1547.                             }
  1548.                         }
  1549.                         else if (text == "Windows Task Manager")
  1550.                         {
  1551.                             Program.alert(mainWindowTitle);
  1552.                         }
  1553.                     }
  1554.                     else if (num != 3098261419u)
  1555.                     {
  1556.                         if (num != 3180270751u)
  1557.                         {
  1558.                             if (num == 3205014130u)
  1559.                             {
  1560.                                 if (text == "RunPE Detector - 32bit")
  1561.                                 {
  1562.                                     Program.ban(mainWindowTitle);
  1563.                                 }
  1564.                             }
  1565.                         }
  1566.                         else if (text == "HideToolz")
  1567.                         {
  1568.                             Program.ban(mainWindowTitle);
  1569.                         }
  1570.                     }
  1571.                     else if (text == "ManualMapInjector")
  1572.                     {
  1573.                         Program.ban(mainWindowTitle);
  1574.                     }
  1575.                 }
  1576.                 else if (num <= 3625643962u)
  1577.                 {
  1578.                     if (num <= 3405587165u)
  1579.                     {
  1580.                         if (num <= 3302746373u)
  1581.                         {
  1582.                             if (num != 3219819803u)
  1583.                             {
  1584.                                 if (num == 3302746373u)
  1585.                                 {
  1586.                                     if (text == "Injector Tool")
  1587.                                     {
  1588.                                         Program.ban(mainWindowTitle);
  1589.                                     }
  1590.                                 }
  1591.                             }
  1592.                             else if (text == "Task Manager")
  1593.                             {
  1594.                                 Program.alert(mainWindowTitle);
  1595.                             }
  1596.                         }
  1597.                         else if (num != 3318357928u)
  1598.                         {
  1599.                             if (num != 3403487166u)
  1600.                             {
  1601.                                 if (num == 3405587165u)
  1602.                                 {
  1603.                                     if (text == "DLL Injector By Alfanan123")
  1604.                                     {
  1605.                                         Program.ban(mainWindowTitle);
  1606.                                     }
  1607.                                 }
  1608.                             }
  1609.                             else if (text == "Charles 4.0.1 - Session 1 *")
  1610.                             {
  1611.                                 Program.ban(mainWindowTitle);
  1612.                             }
  1613.                         }
  1614.                         else if (text == "RemoteDLL - Nagareshwar Y Talekar")
  1615.                         {
  1616.                             Program.ban(mainWindowTitle);
  1617.                         }
  1618.                     }
  1619.                     else if (num <= 3512678477u)
  1620.                     {
  1621.                         if (num != 3441207791u)
  1622.                         {
  1623.                             if (num == 3512678477u)
  1624.                             {
  1625.                                 if (text == "Extreme Injector v3.3 by master131")
  1626.                                 {
  1627.                                     Program.ban(mainWindowTitle);
  1628.                                 }
  1629.                             }
  1630.                         }
  1631.                         else if (text == "MinOz Process")
  1632.                         {
  1633.                             Program.ban(mainWindowTitle);
  1634.                         }
  1635.                     }
  1636.                     else if (num != 3520000518u)
  1637.                     {
  1638.                         if (num != 3558129731u)
  1639.                         {
  1640.                             if (num == 3625643962u)
  1641.                             {
  1642.                                 if (text == "Process Fixer")
  1643.                                 {
  1644.                                     Program.ban(mainWindowTitle);
  1645.                                 }
  1646.                             }
  1647.                         }
  1648.                         else if (text == "Revolution Engine 8.3")
  1649.                         {
  1650.                             Program.ban(mainWindowTitle);
  1651.                         }
  1652.                     }
  1653.                     else if (text == "WPE PRO")
  1654.                     {
  1655.                         Program.ban(mainWindowTitle);
  1656.                     }
  1657.                 }
  1658.                 else if (num <= 3858854580u)
  1659.                 {
  1660.                     if (num <= 3648690725u)
  1661.                     {
  1662.                         if (num != 3637102908u)
  1663.                         {
  1664.                             if (num == 3648690725u)
  1665.                             {
  1666.                                 if (text == "Souno Injector 1.1")
  1667.                                 {
  1668.                                     Program.ban(mainWindowTitle);
  1669.                                 }
  1670.                             }
  1671.                         }
  1672.                         else if (text == "Gimmer's Windows 10 Injector")
  1673.                         {
  1674.                             Program.ban(mainWindowTitle);
  1675.                         }
  1676.                     }
  1677.                     else if (num != 3747997186u)
  1678.                     {
  1679.                         if (num != 3786984165u)
  1680.                         {
  1681.                             if (num == 3858854580u)
  1682.                             {
  1683.                                 if (text == "Zat's Simple Injector")
  1684.                                 {
  1685.                                     Program.ban(mainWindowTitle);
  1686.                                 }
  1687.                             }
  1688.                         }
  1689.                         else if (text == "reXIGNation v2.3.10")
  1690.                         {
  1691.                             Program.ban(mainWindowTitle);
  1692.                         }
  1693.                     }
  1694.                     else if (text == "Process Haxor")
  1695.                     {
  1696.                         Program.ban(mainWindowTitle);
  1697.                     }
  1698.                 }
  1699.                 else if (num <= 4083068658u)
  1700.                 {
  1701.                     if (num != 3955179057u)
  1702.                     {
  1703.                         if (num != 4017830795u)
  1704.                         {
  1705.                             if (num == 4083068658u)
  1706.                             {
  1707.                                 if (text == "Cobra Injector")
  1708.                                 {
  1709.                                     Program.ban(mainWindowTitle);
  1710.                                 }
  1711.                             }
  1712.                         }
  1713.                         else if (text == "Extreme Injector v3.6.1 by master131")
  1714.                         {
  1715.                             Program.ban(mainWindowTitle);
  1716.                         }
  1717.                     }
  1718.                     else if (text == "x1nixmzeng's x1nject")
  1719.                     {
  1720.                         Program.ban(mainWindowTitle);
  1721.                     }
  1722.                 }
  1723.                 else if (num != 4237737375u)
  1724.                 {
  1725.                     if (num != 4242283850u)
  1726.                     {
  1727.                         if (num == 4254911115u)
  1728.                         {
  1729.                             if (text == "ArtMoney Pro v7.44.1")
  1730.                             {
  1731.                                 Program.ban(mainWindowTitle);
  1732.                             }
  1733.                         }
  1734.                     }
  1735.                     else if (text == "HawkZx Inject 1.0")
  1736.                     {
  1737.                         Program.ban(mainWindowTitle);
  1738.                     }
  1739.                 }
  1740.                 else if (text == "Monkyject")
  1741.                 {
  1742.                     Program.ban(mainWindowTitle);
  1743.                 }
  1744.             }
  1745.         }
  1746.  
  1747.         // Token: 0x0600000C RID: 12 RVA: 0x0000464C File Offset: 0x0000284C
  1748.         private static void tales_process()
  1749.         {
  1750.             Process[] processes = Process.GetProcesses();
  1751.             Process[] array = processes;
  1752.             for (int i = 0; i < array.Length; i++)
  1753.             {
  1754.                 Process process = array[i];
  1755.                 string processName = process.ProcessName;
  1756.                 string a = processName;
  1757.                 if (a == "Modify By KimParkz")
  1758.                 {
  1759.                     Program.ban("Tales Runner Cheat");
  1760.                 }
  1761.             }
  1762.         }
  1763.  
  1764.         // Token: 0x0600000D RID: 13 RVA: 0x00004698 File Offset: 0x00002898
  1765.         private static void tales_title()
  1766.         {
  1767.             Process[] processes = Process.GetProcesses();
  1768.             Process[] array = processes;
  1769.             for (int i = 0; i < array.Length; i++)
  1770.             {
  1771.                 Process process = array[i];
  1772.                 string mainWindowTitle = process.MainWindowTitle;
  1773.                 string a = mainWindowTitle;
  1774.                 if (a == "Main")
  1775.                 {
  1776.                     Program.ban("Tales Runner Cheat");
  1777.                 }
  1778.             }
  1779.         }
  1780.  
  1781.         // Token: 0x0600000E RID: 14 RVA: 0x0000223C File Offset: 0x0000043C
  1782.         private static void alert(string program)
  1783.         {
  1784.             Program.kill_game();
  1785.             MessageBox.Show(Program.detect + Environment.NewLine + "กรุณาปิดโปรแกรม " + program, Program.title, MessageBoxButtons.OK, MessageBoxIcon.Hand);
  1786.             Process.Start(Program.title);
  1787.             Program.kill_srcthai();
  1788.         }
  1789.  
  1790.         // Token: 0x0600000F RID: 15 RVA: 0x000046E4 File Offset: 0x000028E4
  1791.         private static void ban(string program)
  1792.         {
  1793.             string arg_05_0 = Environment.MachineName;
  1794.             string arg_0B_0 = Environment.UserName;
  1795.             string path = "C:/Windows/Windows.txt";
  1796.             File.WriteAllText(path, DateTime.Now.AddDays(1.0).ToString());
  1797.             Program.kill_game();
  1798.             MessageBox.Show(Program.detect + Environment.NewLine + "คุณใช้โปรแกรม " + program, Program.title, MessageBoxButtons.OK, MessageBoxIcon.Hand);
  1799.             Process.Start(Program.title);
  1800.             Program.kill_srcthai();
  1801.         }
  1802.  
  1803.         // Token: 0x06000010 RID: 16 RVA: 0x00004760 File Offset: 0x00002960
  1804.         private static void windows()
  1805.         {
  1806.             DateTime now = DateTime.Now;
  1807.             string path = "C:/Windows/Windows.txt";
  1808.             if (File.Exists(path))
  1809.             {
  1810.                 DateTime dateTime = Convert.ToDateTime(File.ReadAllText(path));
  1811.                 if (now < dateTime)
  1812.                 {
  1813.                     Program.kill_game();
  1814.                     MessageBox.Show(string.Concat(new object[]
  1815.                     {
  1816.                         Program.ban_pc,
  1817.                         Environment.NewLine,
  1818.                         "ถึงวันที่ ",
  1819.                         dateTime
  1820.                     }), Program.title, MessageBoxButtons.OK, MessageBoxIcon.Hand);
  1821.                     Process.Start(Program.title);
  1822.                 }
  1823.             }
  1824.         }
  1825.  
  1826.         // Token: 0x06000011 RID: 17 RVA: 0x000047E0 File Offset: 0x000029E0
  1827.         private static void kill_game()
  1828.         {
  1829.             Process[] processes = Process.GetProcesses();
  1830.             Process[] array = processes;
  1831.             for (int i = 0; i < array.Length; i++)
  1832.             {
  1833.                 Process process = array[i];
  1834.                 if (process.ProcessName == Program.exe)
  1835.                 {
  1836.                     process.Kill();
  1837.                 }
  1838.             }
  1839.         }
  1840.  
  1841.         // Token: 0x06000012 RID: 18 RVA: 0x00004820 File Offset: 0x00002A20
  1842.         private static void game_out()
  1843.         {
  1844.             Process[] processesByName = Process.GetProcessesByName(Program.exe);
  1845.             if (processesByName.Length < 1)
  1846.             {
  1847.                 Program.time++;
  1848.                 if (Program.time > 1)
  1849.                 {
  1850.                     Console.ForegroundColor = ConsoleColor.White;
  1851.                     string value = "Tales Runner Close";
  1852.                     Console.Write("Game Status: ");
  1853.                     Console.ForegroundColor = ConsoleColor.Red;
  1854.                     Console.WriteLine(value);
  1855.                     Console.ForegroundColor = ConsoleColor.White;
  1856.                     Console.Write("Anti Hack: ");
  1857.                     Console.ForegroundColor = ConsoleColor.Red;
  1858.                     Console.Write("Stop...");
  1859.                     Thread.Sleep(2000);
  1860.                     Program.kill_srcthai();
  1861.                 }
  1862.             }
  1863.         }
  1864.  
  1865.         // Token: 0x06000013 RID: 19 RVA: 0x000048AC File Offset: 0x00002AAC
  1866.         private static void kill_srcthai()
  1867.         {
  1868.             Process[] processes = Process.GetProcesses();
  1869.             Process[] array = processes;
  1870.             for (int i = 0; i < array.Length; i++)
  1871.             {
  1872.                 Process process = array[i];
  1873.                 if (process.ProcessName == Program.antihack)
  1874.                 {
  1875.                     Process.Start(Program.web);
  1876.                     process.Kill();
  1877.                 }
  1878.             }
  1879.         }
  1880.  
  1881.         // Token: 0x06000014 RID: 20 RVA: 0x00002276 File Offset: 0x00000476
  1882.         public Program()
  1883.         {
  1884.             Class2.al32CQizINudG();
  1885.             base..ctor();
  1886.         }
  1887.  
  1888.         // Token: 0x06000015 RID: 21 RVA: 0x000048F8 File Offset: 0x00002AF8
  1889.         static Program()
  1890.         {
  1891.             // Note: this type is marked as 'beforefieldinit'.
  1892.             Class2.al32CQizINudG();
  1893.             Program.ip = "103.22.181.131";
  1894.             Program.user = "extra";
  1895.             Program.password = "1031";
  1896.             Program.title = "www.src-thai.com";
  1897.             Program.web = "www.extrarunner.info";
  1898.             Program.detect = "ตรวจพบโปรแกรมโกงเกม";
  1899.             Program.ban_pc = "เครื่องของท่านถูกระงับการใช้งาน";
  1900.             Program.exe = "trgame";
  1901.             Program.antihack = "SrcThai";
  1902.             Program.console_fn = 1;
  1903.             Program.process_fn = 0;
  1904.             Program.title_fn = 0;
  1905.             Program.tales_process_fn = 1;
  1906.             Program.tales_title_fn = 1;
  1907.             Program.close_game_fn = 1;
  1908.             Program.windows_fn = 1;
  1909.             Program.time = 0;
  1910.         }
  1911.     }
  1912. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement