Jarxay

hwid idk

Mar 14th, 2023
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local http_request = syn and syn.request or request;
  2. local body = http_request({Url = 'https://httpbin.org/get'; Method = 'GET'}).Body;
  3. local decoded = game:GetService("HttpService"):JSONDecode(body)
  4. local HWID = decoded.headers['Syn-Fingerprint']
  5.  
  6.  
  7. setclipboard(HWID)
Advertisement
Add Comment
Please, Sign In to add comment