Advertisement
pa1nx9

Download [NO FALL DAMAGE]

Nov 22nd, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. local oldnc
  2. oldnc = hookmetamethod(game,"__namecall",newcclosure(function(name, ...)
  3. local Args = {...}
  4. if getnamecallmethod() == "FireServer" and not checkcaller() and tostring(name) == "RemoteEvent" and type(Args[1]["OriginalDamage"]) == "number" then
  5. Args[1]["OriginalDamage"] = 0
  6. Args[1]["Softened"] = true
  7. Args[1]["Broken"] = false
  8. Args[1]["Range"] = 0
  9. Args[1]["Damage"] = 0
  10. end
  11. return oldnc(name, unpack(Args))
  12. end))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement