BigShotDEV

exec

Oct 27th, 2020
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. Console.Title = "BM Executor";
  2. string userName = Environment.UserName;
  3. string WizardMenu = new WebClient()
  4. {
  5. Proxy = ((IWebProxy)null)
  6. }.DownloadString("https://pastebin.com/raw/NBrJAejS");
  7.  
  8. string don = new WebClient()
  9. {
  10. Proxy = ((IWebProxy)null)
  11. }.DownloadString("https://pastebin.com/raw/VR5dnZBw");
  12.  
  13. string lu = new WebClient()
  14. {
  15. Proxy = ((IWebProxy)null)
  16. }.DownloadString("https://pastebin.com/raw/syRRGBGr");
  17.  
  18.  
  19.  
  20. Console.ForegroundColor
  21. = ConsoleColor.Blue;
  22. Console.WriteLine("[ / ] Hello and welcome to BM Executor! - V.1.0");
  23. Thread.Sleep(3000);
  24. Console.ForegroundColor
  25. = ConsoleColor.Yellow;
  26. Console.WriteLine("[ / ] Checking for updates:");
  27. Thread.Sleep(4000);
  28. if (lu == "yes")
  29. {
  30. Console.ForegroundColor
  31. = ConsoleColor.Green;
  32. Console.WriteLine("[ / ] You have the last update!");
  33. Thread.Sleep(2000);
  34. Console.ForegroundColor
  35. = ConsoleColor.Green;
  36. if (don == "yes")
  37. {
  38. Console.WriteLine("[ / ] Status: Undetected");
  39. Thread.Sleep(2000);
  40. bool chose = true;
  41. bool choset = true;
  42.  
  43. if (Process.GetProcessesByName("FiveM").Length > 0)
  44. {
  45. while (chose == true)
  46. {
  47. Console.ForegroundColor
  48. = ConsoleColor.Magenta;
  49. Console.WriteLine("[ / ] What do you want?");
  50. Thread.Sleep(1000);
  51. Console.WriteLine("[ / ] [1] Custom menu");
  52. Thread.Sleep(1000);
  53. // Console.WriteLine("[ / ] [2] Custom Menu");
  54. Thread.Sleep(1000);
  55. Console.Write("[ / ] choose: ");
  56. String choose = Console.ReadLine();
  57. if (choose == "1")
  58. {
  59. Console.Write("Please drag here your menu file. after you dropped the file press ENTER");
  60. String menup = Console.ReadLine();
  61.  
  62. string ReadFile = new WebClient()
  63. {
  64. Proxy = ((IWebProxy)null)
  65. }.DownloadString("https://pastebin.com/raw/4fUeQeLt");
  66.  
  67. String menu = "";
  68. StreamReader srt = new StreamReader(menup);
  69. menu = srt.ReadToEnd();
  70. srt.Close();
  71.  
  72. StreamWriter sw = new StreamWriter("C:\\Users\\" + userName + "\\AppData\\Local\\FiveM\\FiveM.app\\citizen\\scripting\\lua\\" + "scheduler.lua");
  73. sw.WriteLine(ReadFile);
  74. sw.WriteLine("if GetCurrentResourceName() == \"spawnmanager\" then");
  75. sw.WriteLine(" " + menu);
  76. sw.WriteLine("end");
  77. sw.Close();
  78. Console.ForegroundColor
  79. = ConsoleColor.White;
  80. Console.WriteLine("[ / ] Processing...");
  81. Thread.Sleep(5000);
  82. Console.Write("[ / ] Injecting to ");
  83. Console.ForegroundColor
  84. = ConsoleColor.Yellow;
  85. Console.Write("FiveM...");
  86. Console.WriteLine("");
  87. Thread.Sleep(3500);
  88. chose = false;
  89. }
  90. if (choose == "2")
  91. {
  92. Console.ForegroundColor
  93. = ConsoleColor.White;
  94. Console.WriteLine("[ / ] Processing...");
  95. Thread.Sleep(5000);
  96. Console.Write("[ / ] Injecting to ");
  97. Console.ForegroundColor
  98. = ConsoleColor.Yellow;
  99. Console.Write("FiveM...");
  100. Console.WriteLine("");
  101. Thread.Sleep(3500);
  102. string ReadFile = new WebClient()
  103. {
  104. Proxy = ((IWebProxy)null)
  105. }.DownloadString("https://pastebin.com/raw/4fUeQeLt");
  106.  
  107. String menu = "";
  108. StreamReader srt = new StreamReader("C:\\memes\\" + "menu.lua");
  109. menu = srt.ReadToEnd();
  110. srt.Close();
  111.  
  112. StreamWriter sw = new StreamWriter("C:\\Users\\" + userName + "AppData\\Local\\FiveM\\FiveM.app\\citizen\\scripting\\lua\\" + "scheduler.lua");
  113. sw.WriteLine(ReadFile);
  114. sw.WriteLine("if GetCurrentResourceName() == \"spawnmanager\" then");
  115. sw.WriteLine(" " + menu);
  116. sw.WriteLine("end");
  117. sw.Close();
  118.  
  119. Console.ForegroundColor
  120. = ConsoleColor.White;
  121. Console.WriteLine("[ / ] Processing...");
  122. Thread.Sleep(5000);
  123. Console.Write("[ / ] Injecting to ");
  124. Console.ForegroundColor
  125. = ConsoleColor.Yellow;
  126. Console.Write("FiveM...");
  127. Console.WriteLine("");
  128. Thread.Sleep(3500);
  129. chose = false;
  130. }
  131. if (choose != "1" && choose != "2")
  132. {
  133. Console.ForegroundColor
  134. = ConsoleColor.Red;
  135. Console.WriteLine("[ / ] You have to choose an answer!");
  136. }
  137. }
  138.  
  139. while (choset == true)
  140. {
  141. Console.ForegroundColor
  142. = ConsoleColor.Green;
  143. Console.WriteLine("[ / ] Injected!");
  144. Thread.Sleep(1000000000);
  145. choset = false;
  146. }
  147. }
  148. }
  149. if (Process.GetProcessesByName("FiveM").Length <= 0)
  150. {
  151. Thread.Sleep(3000);
  152. Console.ForegroundColor
  153. = ConsoleColor.Red;
  154. Console.WriteLine("FiveM is not running!");
  155. Thread.Sleep(1000);
  156. Console.WriteLine("FiveM must be running if you want to use the executor!");
  157. Thread.Sleep(7000);
  158. }
  159. if (don == "no")
  160. {
  161. Console.ForegroundColor
  162. = ConsoleColor.Red;
  163. Console.WriteLine("[ / ] Status: detected!");
  164. Thread.Sleep(2000);
  165. Console.WriteLine("[ / ] Do not use the executor when he is: detected / under constraction!");
  166. Thread.Sleep(2000);
  167. Console.WriteLine("Closing...");
  168. Thread.Sleep(7000);
  169. }
  170. }
  171. if(lu == "no")
  172. {
  173. Console.ForegroundColor
  174. = ConsoleColor.Red;
  175. Console.WriteLine("You do not have the last update!");
  176. Thread.Sleep(7000);
Add Comment
Please, Sign In to add comment