Functions: AntiCombat Tag

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
getgenv().anticomb = true -- toggle false and re-execute if u wanna disable
local old
old = hookmetamethod(game, "__namecall", function(self, ...)
if getnamecallmethod() == "FireServer" and self.Name == "CombatTag" and not checkcaller() and getgenv().anticomb then
return
end
return old(self, ...)
end)

Leave a Comment