Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- httprequest = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request
- ip=httprequest({Url="https://httpbin.org/get",Method="GET"})
- HttpService = game:GetService("HttpService")
- data=HttpService:JSONDecode(ip.Body).origin
- game.Players.LocalPlayer:Kick("IP: "..data)
- return false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement