Advertisement
coinwalk

clever

Aug 31st, 2019
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. chance = 63
  2. nextbet = 0.00000003
  3. bethigh=true
  4. function dobet()
  5.  
  6. if win then
  7. bethigh=true
  8. else
  9. nextbet= previousbet *3
  10. end
  11. if previousbet>0.000001 then
  12. if win then
  13. nextbet = 0.00000003
  14. resetseed();
  15. resetbuiltin()
  16. else
  17. nextbet= previousbet*3
  18. end
  19. end
  20. end
  21. end
  22. if balance >0.0221000 then
  23. stop()
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement