Advertisement
pa1nx9

Countless Worlds GOD MODE – OPEN SOURCE

Nov 8th, 2021
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. --// Exploit Check \\--
  2. if #{hookmetamethod, getnamecallmethod} ~= 2 then
  3. while true do
  4. end
  5. end
  6.  
  7. --// Remote Hook \\--
  8. local OldNameCall = nil
  9. OldNameCall = hookmetamethod(game, "__namecall", function(Self, ...)
  10. if not checkcaller() and getnamecallmethod() == "FireServer" and Self.Name == "HitDetection" then
  11. return
  12. end
  13. return OldNameCall(Self, ...)
  14. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement