Find any script for Roblox

Enter the name of the game or script.

Soul War script – (AntiCombat Tag)

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

Your email address will not be published. Required fields are marked *