Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/320
- chance = 49.5
- nextbet = basebet
- bethigh = true
- snowy = 0
- snow = 0
- oldbal = balance
- bal = balance
- balk = balance
- target = 10000
- bill = 0
- function dobet()
- if !win then
- snow+=1
- snowy+=1
- end
- if (snowy>=10) and balance>=bal then
- nextbet = previousbet*2
- snowy = 0
- snow = 0
- resetseed()
- bal = balance
- end
- if snow>=10 and balance<balk then
- nextbet = previousbet*2
- snow = 0
- end
- if balance>=bal then
- bal = balance
- end
- if not (balance<(balk+(basebet*8))) and not (balance>=bal) then
- nextbet = previousbet
- end
- if (balance>=(oldbal+(basebet*2))) and win then
- nextbet = basebet
- oldbal = balance
- snow = 0
- snowy = 0
- balk = balance
- resetseed()
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement