Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- d = balance/50000
- i = balance
- c = d
- k = balance
- chance = 49.5
- bethigh = false
- nextbet = d
- snow = (d*10)
- target = 20
- resetstats()
- function dobet()
- if ((balance<=(k-(c*3))) and (balance<i)) then
- nextbet = c*2
- c = nextbet
- snow = 0
- k = balance
- end
- if (balance>(k+(c*6))) then
- nextbet = c*2
- c = nextbet
- k = balance
- end
- if (balance>=(i+snow)) then
- nextbet = d
- c = d
- k = balance
- i = balance
- snow = (d*10)
- end
- if balance>=target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement