ADVERTISEMENTREMOVE ADS
Auto Wins
46,845 views
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
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
ADVERTISEMENTREMOVE ADS






Comments