Description
Anticheat in this game is just anti speed/jump hack. Bypasses by deleting the anti-cheat local script. PLS KEEP THIS A SECRET FROM THE DEVELOPERS, ADMINS AND MODERATORS OF THIS GAME!!! – ПОЖАЛУЙСТА ХРАНИТЕ ЭТО В СЕКРЕТЕ ОТ РАЗРАБОТЧИКОВ, АДМИНОВ И МОДЕРАТОРОВ ЭТОЙ ИГРЫ!!!
game.Players.LocalPlayer.Character:WaitForChild("antiSpeed/JumpHack"):Destroy()
game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
character:WaitForChild("antiSpeed/JumpHack"):Destroy()
end)
game:GetService("StarterGui"):SetCore("SendNotification",{
Title = "Anticheat bypass",
Text = "Done!",
Icon = "rbxassetid://14529775287"
})