[ad_1]
Created by hountor haziste
Features:
local OldNameCall
OldNameCall = hookmetamethod(game, "__namecall", function(...)
local Self,Args=...
local Args = {Args}
if getnamecallmethod()=="FireServer" and tostring(Self)=="Damage" and Args[1]==game.Players.LocalPlayer.Character then
Args[1]=workspace
return OldNameCall(Self,unpack(Args))
end
return OldNameCall(...)
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]