Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.95
- nextbet = 0.00000001
- bethigh=true
- function dobet()
- if win then
- bethigh=true
- else
- nextbet= previousbet *2
- end
- if currentstreak == 2 then
- nextbet = 0.00000002
- end
- if currentstreak == 3 then
- nextbet=0.00000004
- end
- if currentstreak == 4 then
- nextbet=0.00000008
- bethigh=false
- end
- if previousbet>0.00000016 then
- if win then
- nextbet = 0.00000001
- resetbuiltin()
- else
- nextbet= previousbet*2
- end
- end
- end
- end
- if balance >0.00221000 then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement