RedoGaming

ToHACBypassFrageUScriptHub

Aug 22nd, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local mt = getrawmetatable(game)
  2. local old = mt.__namecall
  3.  
  4. setreadonly(mt, false)
  5.  
  6. mt.__namecall = newcclosure(function(self, ...)
  7. local args = {...}
  8. local method = getnamecallmethod()
  9.  
  10. if method == "Kick" then
  11. return
  12. end
  13.  
  14. return old(self, ...)
  15. end)
  16. setreadonly(mt, true)
  17. game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript2:Destroy()
  18. game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript:Destroy()
Add Comment
Please, Sign In to add comment