Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 63
- nextbet = 0.00000003
- bethigh=true
- function dobet()
- if win then
- bethigh=true
- else
- nextbet= previousbet *3
- end
- if previousbet>0.000001 then
- if win then
- nextbet = 0.00000003
- resetseed();
- resetbuiltin()
- else
- nextbet= previousbet*3
- end
- end
- end
- end
- if balance >0.0221000 then
- stop()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement