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