Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- basebet = balance/8000
- nextbet = basebet
- bethigh = false
- chance = 49.95
- james = balance
- more = balance
- fim = 0
- dim = 0
- rim = 0
- target = balance*6
- function dobet()
- if win then
- rim+=1
- else
- rim+=1
- end
- if (rim>=2) and (balance<(james+basebet)) then
- nextbet = previousbet*2
- rim = 0
- end
- if balance>james*1.000125 then
- dim+=1
- end
- if (dim==2) then
- nextbet = previousbet*2
- dim = 0
- end
- if balance>more*1.002 then
- nextbet = balance/8000
- james = balance
- more = balance
- end
- if balance>target then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement