[ad_1]
Created by LeadMarker
Features:
local handler = game:GetService("Players").LocalPlayer.Character.SwordHandler
local func
for i, v in pairs(getgc(false)) do
if (type(v) == 'function' and islclosure(v)) then
local upvalues, constants = getupvalues(v), getconstants(v)
if (table.find(constants, 'Dash') and getfenv(v).script == handler and upvalues[4].Name == 'SwordHandler') then
func = v
end
end
if (func) then break end
end
while (task.wait()) do
setupvalue(func, 5, false)
end
local client = game:GetService('Players').LocalPlayer
local function remove_combat()
task.wait(1)
for i,v in pairs(client:GetChildren()) do
if (v.ClassName == 'NumberValue' and v.Name:lower():find('combat')) then
v:Destroy()
end
end
end
client.ChildAdded:Connect(remove_combat)
remove_combat()
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]