ADVERTISEMENTREMOVE ADS
Game icon

Auto Wins

Script preview thumbnail
Script Preview

Description

simple script that auto fires the proximity prompt then gets off of the zipline at the last second to give a win, gives around 30 wins/sec

Features:

  • auto win
ADVERTISEMENTREMOVE ADS
7 Lines • 348 Bytes
Raw
workspace.Zips.first.start.ride.HoldDuration = 0
workspace.Zips.first.start.ride.MaxActivationDistance = math.huge
game.Players.LocalPlayer.Character:PivotTo(workspace.Zips.first.start:GetPivot())
while task.wait() do
fireproximityprompt(workspace.Zips.first.start.ride)
game:GetService("ReplicatedStorage").Remotes.GetOff:FireServer()
end
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS