Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local g
  2. g = hookfunction(game.HttpGet,function(self,url,...)
  3. if url:match("shit") then
  4. return "Whitelisted"
  5. end
  6. return g(self,url,...)
  7. end)
  8.  
  9. local ga
  10. ga = hookfunction(game.HttpGetAsync,function(self,url,...)
  11. if url:match("shit") then
  12. return "Whitelisted"
  13. end
  14. return ga(self,url,...)
  15. end)
  16.  
  17.  
  18. loadstring(game:HttpGet("https://draxlt2.000webhostapp.com/cracks/Shithax-v2/bg.txt"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement