Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local http_request = syn and syn.request or request;
- local body = http_request({Url = 'https://httpbin.org/get'; Method = 'GET'}).Body;
- local decoded = game:GetService("HttpService"):JSONDecode(body)
- local HWID = decoded.headers['Syn-Fingerprint']
- setclipboard(HWID)
Advertisement
Add Comment
Please, Sign In to add comment