Advertisement
EpicGamer72

VenomXDll Bootstraper V1.0.0

May 18th, 2020
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. // Config
  2. String pname = "VenomX.Dll";
  3. string title = @"";
  4. // ---------- Do not touch here if you do not know ----------
  5. Console.Title = pname + " Bootstrapper";
  6. Console.ForegroundColor = ConsoleColor.Blue;
  7. Console.ForegroundColor = ConsoleColor.Red;
  8. var name = Console.ReadLine();
  9. Console.Clear();
  10. Console.ForegroundColor = ConsoleColor.Cyan;
  11. Console.WriteLine($"Hello {name}! Welcome to");
  12. Console.ForegroundColor = ConsoleColor.Cyan;
  13. Console.WriteLine(title);
  14. Console.ForegroundColor = ConsoleColor.Green;
  15. Console.WriteLine("Injecting...");
  16. WebClient wc = new WebClient();
  17. VenomXDll.ExploitAPI api = new VenomXDll.ExploitAPI();
  18. api.LaunchExploit();
  19. String path = @"Files\" + pname + ".Dll";
  20. System.Net.WebClient Dow = new WebClient();
  21. String patch = (@"Files");
  22. Directory.CreateDirectory(patch);
  23. Console.ForegroundColor = ConsoleColor.Green;
  24. Console.WriteLine(pname + " Downloaded | Updated!");
  25. Console.WriteLine($"Now open " + patch + " and Run " + pname + ".Dll");
  26. Console.ReadKey();
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement