Advertisement
Honansik

Flee The Facility [Never Fail Hacking] Script

Nov 20th, 2021
549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 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