LynXS_

Untitled

Jun 4th, 2024
886
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. local Namecall
  2. Namecall = hookmetamethod(game, '__namecall', function(self, ...)
  3. local Caller = tostring(getcallingscript())
  4. local Method = getnamecallmethod()
  5.  
  6. if Caller == 'ClientMover' and Method == 'GetService' then
  7. return
  8. end
  9.  
  10. return Namecall(self, ...)
  11. end)
  12.  
  13. warn('[Adonis Autobypass]: this game is running with autobypass!')
Add Comment
Please, Sign In to add comment