Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- fraction = 10000
- basebet = balance/fraction
- nextbet = basebet
- bethigh = false
- chance = 24
- target = 50000
- james = balance/5
- more = balance
- zim = 0
- zye = 0
- lye = 0
- fim = 0
- resetstats()
- function dobet()
- if !win then
- fim+=1
- end
- if (fim==4) then
- nextbet = previousbet*2
- fim = 0
- end
- if (nextbet==null) then
- nextbet = previousbet
- end
- if win then
- fim = 0
- end
- if balance>more and win then
- nextbet = basebet
- more = balance
- fim = 0
- end
- if nextbet>=james and win then
- nextbet = basebet
- end
- if balance>target then
- stop()
- end
- end
Add Comment
Please, Sign In to add comment