Advertisement
Helgodxdd

HWIDSGET

Jan 14th, 2021 (edited)
1,371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. if (not identifyexecutor()) then
  2. game.Players.LocalPlayer:Kick("Unable To Read Executor Name, Which Means You can't Use My script")
  3. end
  4.  
  5. local Exploit = identifyexecutor()
  6. local httpGet;
  7.  
  8. if Exploit == "Synapse X" then
  9. httpGet = syn.request
  10. elseif Exploit == "ScriptWare" then
  11. httpGet = http.request
  12. elseif Exploit == "Fluxus" then
  13. httpGet = http_request
  14. elseif Exploit == "Krnl" then
  15. httpGet = http_request
  16. elseif Exploit == "SirHurt V4" then
  17. httpGet = http_request
  18. elseif Exploit == "PSU" then
  19. httpGet = http_request
  20. else
  21. print("We Detected That.."..Exploit.." Is Not Supported Or Johhny Haven't Whitelisted it. Dm Him This")
  22. end
  23.  
  24. if httpGet then
  25. print("Congratulations Your Exploit-->"..identifyexecutor().." Supports Http Request(), You Are Ready To Use The Script!")
  26. end
  27.  
  28.  
  29. local body = httpGet({Url = 'https://httpbin.org/get'; Method = 'GET'}).Body;
  30. local decoded = game:GetService('HttpService'):JSONDecode(body)
  31. local hwid_list = {"Syn-Fingerprint", "Exploit-Guid", "Proto-User-Identifier", "Sentinel-Fingerprint", "Fingerprint"};
  32. local hwid = "";
  33.  
  34. for i, v in next, hwid_list do
  35. if decoded.headers[v] then
  36. hwid = decoded.headers[v];
  37. break
  38. end
  39. end
  40.  
  41. if hwid then
  42. if Exploit ~= ("Fluxus" or "Krnl" or "PSU") then
  43. setclipboard('"'..hwid..'"')
  44. else
  45. game:GetService("Players").LocalPlayer:Kick('unable to find hwid')
  46. end
  47. game:GetService("Players").LocalPlayer:Kick('Successfully Copied Your Hwid')
  48. else
  49. game:GetService("Players").LocalPlayer:Kick('unable to find hwid')
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement