Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- chance = 49.5
- multiplier = 2
- basebet = 0.00000010
- bethigh = false
-
- function dobet()
- if profit >= 0.1 then
- stop()
- end
- if win then
- nextbet = basebet
- else
- nextbet = previousbet * multiplier
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement