spidey_v6

Untitled

Mar 20th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local met = getrawmetatable(game)
  2. setreadonly(met,false)
  3. local old = met.__namecall
  4. met.__namecall = function(t,...)
  5. local args = {...}
  6. if(getnamecallmethod()=="FireServer") then
  7. if(args[1] and args[1].Name == "CutEvent") then
  8. for i = 0,250 do old(t,...)end
  9. end
  10.  
  11. end
  12. return old(t,...)
  13. end
Add Comment
Please, Sign In to add comment