Advertisement
NukeVsCity

unban

Aug 2nd, 2022
3,525
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 1 0
  1. --put in autoexec
  2. local doge
  3. doge = hookmetamethod(game, "__namecall", function(...)
  4. local args={...}
  5. local self = args[1]
  6. if typeof(self)~="Instance" then
  7. return doge(...)
  8. end
  9. if getnamecallmethod()=="InvokeServer" and self.IsA(self,"RemoteFunction") and self.Name=="INTRO" then
  10. return true,nil,nil
  11. end
  12. return doge(...)
  13. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement