Advertisement
coinwalk

better awesome

Aug 30th, 2019
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. chance = 49.95
  2. nextbet = 0.00000001
  3. bethigh=true
  4. function dobet()
  5.  
  6. if win then
  7. bethigh=true
  8. else
  9. nextbet= previousbet *2
  10. end
  11. if currentstreak == 2 then
  12. nextbet = 0.00000002
  13. end
  14. if currentstreak == 3 then
  15. nextbet=0.00000004
  16. end
  17. if currentstreak == 4 then
  18. nextbet=0.00000008
  19. bethigh=false
  20. end
  21. if previousbet>0.00000016 then
  22. if win then
  23. nextbet = 0.00000001
  24. resetbuiltin()
  25. else
  26. nextbet= previousbet*2
  27. end
  28. end
  29. end
  30. end
  31. if balance >0.00221000 then
  32. stop()
  33. end
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement