The_God_M8

fasjfnjdf

Aug 5th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. pa = hookfunction(game.HttpPostAsync,function(self,url,...)
  2.  
  3. return pa(self,url,...)
  4. end)
  5.  
  6. delay(0, function()
  7. while wait(1) do
  8. local g
  9. g = hookfunction(game.HttpGet,function(self,url,...)
  10.  
  11. return g(self,url,...)
  12. end)
  13.  
  14. local ga
  15. ga = hookfunction(game.HttpGetAsync,function(self,url,...)
  16.  
  17. return ga(self,url,...)
  18. end)
  19.  
  20. local p
  21. p = hookfunction(game.HttpPost,function(self,url,...)
  22.  
  23. return p(self,url,...)
  24. end)
  25.  
  26. local pa
  27. pa = hookfunction(game.HttpPostAsync,function(self,url,...)
  28.  
  29. return pa(self,url,...)
  30. end)
  31. end
  32. end)
  33.  
Add Comment
Please, Sign In to add comment