ADVERTISEMENTREMOVE ADS
Anticheat Bypass Auto Complete
86,693 views
Script Preview
Description
When you execute the script it will auto complete in 1 - 2 minutes without triggering Anticheat.
Features:
- auto
- complete
- bypass
- anticheat
- no detect
- byfron
ADVERTISEMENTREMOVE ADS
11 Lines • 536 Bytes
Verified
local LocalPlayer = game:GetService("Players").LocalPlayer
local Checkpoints = workspace.WorldMap.Checkpoints
local Stage = LocalPlayer.leaderstats.Stage
local Wins = LocalPlayer.leaderstats.Wins
local OldWinCount = Wins.Value
repeat
game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("PlayerJumped"):FireServer()
LocalPlayer.Character.HumanoidRootPart.CFrame = Checkpoints[Stage.Value + 1].Hitbox.CFrame * CFrame.new(-4, 0, 0)
task.wait(math.random(0.10, 1.00))
until Wins.Value ~= OldWinCount
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS




Comments