Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Config
- String pname = "VenomX.Dll";
- string title = @"";
- // ---------- Do not touch here if you do not know ----------
- Console.Title = pname + " Bootstrapper";
- Console.ForegroundColor = ConsoleColor.Blue;
- Console.ForegroundColor = ConsoleColor.Red;
- var name = Console.ReadLine();
- Console.Clear();
- Console.ForegroundColor = ConsoleColor.Cyan;
- Console.WriteLine($"Hello {name}! Welcome to");
- Console.ForegroundColor = ConsoleColor.Cyan;
- Console.WriteLine(title);
- Console.ForegroundColor = ConsoleColor.Green;
- Console.WriteLine("Injecting...");
- WebClient wc = new WebClient();
- VenomXDll.ExploitAPI api = new VenomXDll.ExploitAPI();
- api.LaunchExploit();
- String path = @"Files\" + pname + ".Dll";
- System.Net.WebClient Dow = new WebClient();
- String patch = (@"Files");
- Directory.CreateDirectory(patch);
- Console.ForegroundColor = ConsoleColor.Green;
- Console.WriteLine(pname + " Downloaded | Updated!");
- Console.WriteLine($"Now open " + patch + " and Run " + pname + ".Dll");
- Console.ReadKey();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement