Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Console.Title = "BM Executor";
- string userName = Environment.UserName;
- string WizardMenu = new WebClient()
- {
- Proxy = ((IWebProxy)null)
- }.DownloadString("https://pastebin.com/raw/NBrJAejS");
- string don = new WebClient()
- {
- Proxy = ((IWebProxy)null)
- }.DownloadString("https://pastebin.com/raw/VR5dnZBw");
- string lu = new WebClient()
- {
- Proxy = ((IWebProxy)null)
- }.DownloadString("https://pastebin.com/raw/syRRGBGr");
- Console.ForegroundColor
- = ConsoleColor.Blue;
- Console.WriteLine("[ / ] Hello and welcome to BM Executor! - V.1.0");
- Thread.Sleep(3000);
- Console.ForegroundColor
- = ConsoleColor.Yellow;
- Console.WriteLine("[ / ] Checking for updates:");
- Thread.Sleep(4000);
- if (lu == "yes")
- {
- Console.ForegroundColor
- = ConsoleColor.Green;
- Console.WriteLine("[ / ] You have the last update!");
- Thread.Sleep(2000);
- Console.ForegroundColor
- = ConsoleColor.Green;
- if (don == "yes")
- {
- Console.WriteLine("[ / ] Status: Undetected");
- Thread.Sleep(2000);
- bool chose = true;
- bool choset = true;
- if (Process.GetProcessesByName("FiveM").Length > 0)
- {
- while (chose == true)
- {
- Console.ForegroundColor
- = ConsoleColor.Magenta;
- Console.WriteLine("[ / ] What do you want?");
- Thread.Sleep(1000);
- Console.WriteLine("[ / ] [1] Custom menu");
- Thread.Sleep(1000);
- // Console.WriteLine("[ / ] [2] Custom Menu");
- Thread.Sleep(1000);
- Console.Write("[ / ] choose: ");
- String choose = Console.ReadLine();
- if (choose == "1")
- {
- Console.Write("Please drag here your menu file. after you dropped the file press ENTER");
- String menup = Console.ReadLine();
- string ReadFile = new WebClient()
- {
- Proxy = ((IWebProxy)null)
- }.DownloadString("https://pastebin.com/raw/4fUeQeLt");
- String menu = "";
- StreamReader srt = new StreamReader(menup);
- menu = srt.ReadToEnd();
- srt.Close();
- StreamWriter sw = new StreamWriter("C:\\Users\\" + userName + "\\AppData\\Local\\FiveM\\FiveM.app\\citizen\\scripting\\lua\\" + "scheduler.lua");
- sw.WriteLine(ReadFile);
- sw.WriteLine("if GetCurrentResourceName() == \"spawnmanager\" then");
- sw.WriteLine(" " + menu);
- sw.WriteLine("end");
- sw.Close();
- Console.ForegroundColor
- = ConsoleColor.White;
- Console.WriteLine("[ / ] Processing...");
- Thread.Sleep(5000);
- Console.Write("[ / ] Injecting to ");
- Console.ForegroundColor
- = ConsoleColor.Yellow;
- Console.Write("FiveM...");
- Console.WriteLine("");
- Thread.Sleep(3500);
- chose = false;
- }
- if (choose == "2")
- {
- Console.ForegroundColor
- = ConsoleColor.White;
- Console.WriteLine("[ / ] Processing...");
- Thread.Sleep(5000);
- Console.Write("[ / ] Injecting to ");
- Console.ForegroundColor
- = ConsoleColor.Yellow;
- Console.Write("FiveM...");
- Console.WriteLine("");
- Thread.Sleep(3500);
- string ReadFile = new WebClient()
- {
- Proxy = ((IWebProxy)null)
- }.DownloadString("https://pastebin.com/raw/4fUeQeLt");
- String menu = "";
- StreamReader srt = new StreamReader("C:\\memes\\" + "menu.lua");
- menu = srt.ReadToEnd();
- srt.Close();
- StreamWriter sw = new StreamWriter("C:\\Users\\" + userName + "AppData\\Local\\FiveM\\FiveM.app\\citizen\\scripting\\lua\\" + "scheduler.lua");
- sw.WriteLine(ReadFile);
- sw.WriteLine("if GetCurrentResourceName() == \"spawnmanager\" then");
- sw.WriteLine(" " + menu);
- sw.WriteLine("end");
- sw.Close();
- Console.ForegroundColor
- = ConsoleColor.White;
- Console.WriteLine("[ / ] Processing...");
- Thread.Sleep(5000);
- Console.Write("[ / ] Injecting to ");
- Console.ForegroundColor
- = ConsoleColor.Yellow;
- Console.Write("FiveM...");
- Console.WriteLine("");
- Thread.Sleep(3500);
- chose = false;
- }
- if (choose != "1" && choose != "2")
- {
- Console.ForegroundColor
- = ConsoleColor.Red;
- Console.WriteLine("[ / ] You have to choose an answer!");
- }
- }
- while (choset == true)
- {
- Console.ForegroundColor
- = ConsoleColor.Green;
- Console.WriteLine("[ / ] Injected!");
- Thread.Sleep(1000000000);
- choset = false;
- }
- }
- }
- if (Process.GetProcessesByName("FiveM").Length <= 0)
- {
- Thread.Sleep(3000);
- Console.ForegroundColor
- = ConsoleColor.Red;
- Console.WriteLine("FiveM is not running!");
- Thread.Sleep(1000);
- Console.WriteLine("FiveM must be running if you want to use the executor!");
- Thread.Sleep(7000);
- }
- if (don == "no")
- {
- Console.ForegroundColor
- = ConsoleColor.Red;
- Console.WriteLine("[ / ] Status: detected!");
- Thread.Sleep(2000);
- Console.WriteLine("[ / ] Do not use the executor when he is: detected / under constraction!");
- Thread.Sleep(2000);
- Console.WriteLine("Closing...");
- Thread.Sleep(7000);
- }
- }
- if(lu == "no")
- {
- Console.ForegroundColor
- = ConsoleColor.Red;
- Console.WriteLine("You do not have the last update!");
- Thread.Sleep(7000);
Add Comment
Please, Sign In to add comment