MaxproGlitcher

no-more-hardware-id

Jan 23rd, 2026
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. local RbxAnalyticsService = cloneref(game:GetService("RbxAnalyticsService"))
  2.  
  3. hookfunction(gethwid, function()
  4. return "no-more-hardware-id"
  5. end)
  6.  
  7. local gsub, lower = string.gsub, string.lower
  8. local checkcaller, compareinstances, getnamecallmethod = checkcaller, compareinstances, getnamecallmethod
  9. local old; old = hookfunction(getrawmetatable(game).__namecall, function(self, ...)
  10. if not checkcaller() and compareinstances(self, RbxAnalyticsService) and gsub(getnamecallmethod(), "^%u", lower) == "getClientId" then
  11. return "no-more-hardware-id"
  12. end
  13. return old(self, ...)
  14. end)
  15.  
  16. local h2; h2 = hookfunction(RbxAnalyticsService.GetClientId, function(self, ...)
  17. if not checkcaller() and compareinstances(self, RbxAnalyticsService) then
  18. return "no-more-hardware-id"
  19. end
  20. return h2(self, ...)
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment