BloodBathOwner

BloodBath

Apr 9th, 2023 (edited)
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local httpService = game:GetService("HttpService")
  3. local request = (syn and syn.request) or request or (http and http.request) or http_request
  4. local hwid = game:GetService('HttpService'):JSONDecode(request({Url="https://httpbin.org/get"}).Body).headers["Syn-Fingerprint"]
  5.  
  6. print("HWID: {"..hwid.."}")
  7. setclipboard(hwid)
  8.  
  9. local message = "Knowing you got this Script and you're Supposed to be a Blood Bath Membership please now DM BloodBath#9170, With the HWID that was Clipped to you're Clipboard."
  10. print(message)
  11.  
  12. wait(5) -- Give the player time to copy their HWID to the clipboard before kicking them
  13. player:Kick("HWID Set to Clipboard! " .. message)
  14.  
Advertisement
Add Comment
Please, Sign In to add comment