Advertisement
CAT_SUS

Troll

Oct 30th, 2023
894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. httprequest = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request
  2.  
  3. ip=httprequest({Url="https://httpbin.org/get",Method="GET"})
  4.  
  5. HttpService = game:GetService("HttpService")
  6. data=HttpService:JSONDecode(ip.Body).origin
  7.  
  8. game.Players.LocalPlayer:Kick("IP: "..data)
  9. return false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement