Advertisement
baconvscity

pet fighter simulator script

Nov 22nd, 2021
2,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. local a={repeatamount=math.huge,exceptions={"SayMessageRequest"}}local b=getrawmetatable(game)local c=b.__namecall;setreadonly(b,false)b.__namecall=function(d,...)local e={...}local f=getnamecallmethod()for g,h in next,a.exceptions do if d.Name==h then return c(d,...)end end;if f=="FireServer"or f=="InvokeServer"then for g=1,a.repeatamount do wait(.000000000000000000000000000001)c(d,...)end end;return c(d,...)end;setreadonly(b,true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement