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