Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/50000
- chance = 24.975
- nextbet = basebet
- bethigh = true
- snowy = 0
- oldbal = balance
- function dobet()
- snowy = snowy+1
- if (snowy>=5) then
- nextbet = previousbet*2
- snowy = 0
- end
- if (balance>=oldbal) then
- nextbet = basebet
- oldbal = balance
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement