local s="PUT_YOUR_HWID_HERE" local e=getgenv and getgenv()or _G for _,n in pairs({"gethwid","getexecutorhwid","get_hwid","GetHWID"})do if hookfunction and e[n]then pcall(hookfunction,e[n],function()return s end)end e[n]=function()return s end end print(gethwid())