coinwalk

kill duck

Dec 30th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. chance=66
  2. base=0.00010
  3. prebet=0.00000010
  4. function dobet()
  5. if win then
  6. nextbet=prebet
  7. else
  8. nextbet=previousbet*3
  9. end
  10. if currentstreak == 9 then
  11. nextbet=base
  12. end
  13. if currentstreak == -9 then
  14. nextbet=base
  15. end
  16. end
Add Comment
Please, Sign In to add comment