Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Key is "trollsters"
- local old = game.HttpGetAsync
- hookfunc(game.HttpGet, function(e, i)
- if i == "https://hj-bot.herokuapp.com/code?key=trollsters" then
- return "1"
- 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
- return "<REDACTED>"
- end
- return old(e, i)
- end)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/HackerManRoblo/PlayersScript/master/main.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement