Advertisement
pa1nx9

NEVER FAIL HACKING

Nov 17th, 2021
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 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) == "RemoteEvent" and Args[1] == "SetPlayerMinigameResult" then
  5. Args[2] = true
  6. end
  7. return oldnc(name, unpack(Args))
  8. end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement