Advertisement
pa1nx9

Flee The Facility NO SLOW WHEN JUMP – NEVER FAIL HACKING

Nov 17th, 2021
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. local oldnc
  2. oldnc = hookmetamethod(game,"__namecall",newcclosure(function(name, ...)
  3. local Args = {...}
  4. if not checkcaller() and tostring(name) == "PowersEvent" and Args[1] == "Jumped" then
  5. return wait(9e9)
  6. end
  7. return oldnc(name, unpack(Args))
  8. end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement