Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- d = balance/80
- i = balance
- c = d
- k = balance
- chance = 79.2
- bethigh = false
- nextbet = d
- snow = (d*10)
- target = 20
- resetstats()
- function dobet()
- if (balance<=(k-(c*1.75))) then
- nextbet = c*2
- c = nextbet
- snow = 0
- k = balance
- end
- if (balance>(k+(c*3.5))) then
- nextbet = c*2
- c = nextbet
- snow = (c*1.5)
- i = balance
- 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