Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = 0.00000001
- nextbet = basebet
- bethigh = false
- chance = 5
- james = balance
- fim = 0
- target= 0.0002
- function dobet()
- if (!win) then
- fim+=1
- end
- if (fim==9) then
- nextbet = previousbet*2
- fim = 0
- end
- if (balance>james) and (win) then
- nextbet = basebet
- james = balance
- fim = 0
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement