[ad_1]
Created by yukiho
Features:
- ANTI COMBAT TAG
- (this script pretty much enables healing mid combat, makes the game x10 easier ong)
game:GetService("ReplicatedStorage").Remotes.CombatTag:FireServer(false) --if you're currently in combat, it gets you out of it
game:GetService("Players").LocalPlayer.PlayerGui.MainGui.CombatTag:Destroy() --removes the combat tag text
local girlqueen
girlqueen =
hookmetamethod(
game,
"__namecall",
function(self, ...)
local Args = {...}
if getnamecallmethod() == "FireServer" and self.Name == "CombatTag" then --pretty much "disables" the combat tag remote
return
end
return girlqueen(self, ...)
end
)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]