MADE BY iiiSealGamerxxx
FEATURE:
- GOD MODE
- .
- NOTE:
- equip fists then execute
SCRIPT:
--https://www.roblox.com/games/6830111083/DOJ-RP-Sandy-Shores
lp = game.Players.LocalPlayer
lc = lp.Character
acs = game.ReplicatedStorage.ACS_Engine.Eventos
remoteKey = nil
-- thx ra1n
function getRemoteKey()
for i,v in pairs(getgc()) do
if type(v) == "function" and getfenv(v).script == lc.Saude.ACS_Client then
for a,b in pairs(getupvalues(v)) do
if string.sub(tostring(b), 1, 1) == "{" then
return b.. "-"..lp.userId
end
end
end
end
end
remoteKey = getRemoteKey()
damageArgs = {
[1] = lc.Humanoid,
[2] = -math.huge,
[3] = 0,
[4] = 0,
[5] = remoteKey,
[6] = "Combat" -- nice security :P
}
acs.Damage:FireServer(unpack(damageArgs))