ADVERTISEMENTREMOVE ADS
Game icon

super fast auto complete

Stud Long Jumps Obby
4 months ago
Script preview thumbnail
Script Preview

Description

depending on ur ping you can get a rebirth every 5-10 seconds and get on the leaderboard in less than maybe 2 or 3 hours

ADVERTISEMENTREMOVE ADS
19 Lines • 895 Bytes
Raw
local includbeonus = false; -- If you change false to true, it will also include the bonus stages
local stagetext = game:GetService("Players").LocalPlayer.PlayerGui.StageTransfer.CurrentStage
local stagenow = stagetext.Text
function main()
for i = 1, includbeonus and 51 or 45 do
if i > (includbeonus and 51 or 45) then break end
if i <= tonumber(stagenow) then continue end
local old = stagetext.Text
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace.Checkpoints[tostring(i)].CFrame
task.wait(game.Players.LocalPlayer:GetNetworkPing())
end
stagenow = "0"
repeat task.wait() until stagetext.Text == tostring(includbeonus and 51 or 45)
game:GetService("ReplicatedStorage"):WaitForChild("RebirthEvent"):FireServer()
repeat task.wait() until stagetext.Text == "0"
main()
end
main()
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS