Advertisement
anonmods

riotfall script

Dec 17th, 2021
427
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. --BROUGHT TO YOU BY ANONMODS.COM!--
  2.  
  3. local OldNameCall
  4. OldNameCall = hookmetamethod(game, "__namecall", function(...)
  5. Args={...}
  6. local Self = Args[1]
  7. if not checkcaller() and #Args>2 and typeof(Args[3])=="table" and getnamecallmethod()=="FireServer" and Args[3]["limbName"] then
  8. Args[3]["limbName"]="Head"
  9. return OldNameCall(unpack(Args))
  10. end
  11. return OldNameCall(...)
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement