MADE BY myusernameisbad
FEATURE:
- ANTI FALL DAMAGE
- BYPASS NO SPEED/JUMPPOWER ANTICHEAT
- .
- https://www.roblox.com/games/2732246600/Bloody-Battle#!/about
SCRIPT:
NO FALL DAMAGE:
spawn(function()
while task.wait(5) do
if game:GetService("Players").LocalPlayer.Character:FindFirstChild("fall_damage") then
if game:GetService("Players").LocalPlayer.Character.fall_damage:FindFirstChild("ow") then
game:GetService("Players").LocalPlayer.Character.fall_damage.ow:Destroy()
end
end
end
end)
AC BYPASS:
old = hookmetamethod(game, "__namecall", function(self, ...)
lmao = {...}
if getnamecallmethod() == "FireServer" and self.Name == "banana_event" and lmao[1] == "game.Players.LocalPlayer.Character" then
return wait(9e9)
end
return old(self, ...)
end)
while task.wait(1) do
game.ReplicatedStorage.banana_event:FireServer("nice try bro")
end
if you have bottle of milj you can get god mode:
while task.wait() do
local args = {
[1] = "win"
}
game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Bottle of Milj").manage.result:FireServer(unpack(args))
end