coinwalk

untested double

Mar 27th, 2020
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. good = balance+(balance/10)
  2. chance = 33
  3. jim = balance*2
  4. bethigh = false
  5. kook = balance/10000
  6. nextbet = kook
  7. martian = balance*1.00000005
  8. floyd = 0
  9. target = balance*10
  10. function dobet()
  11. if !win then
  12. floyd+=1
  13. end
  14. if (floyd==2) then
  15. nextbet = previousbet*2
  16. floyd = 0
  17. end
  18. if balance > martian and win then
  19. nextbet = kook
  20. martian = balance*1.00000005
  21. end
  22. if balance > good then
  23. nextbet = kook
  24. good = balance+(balance/10)
  25. end
  26. if balance > jim and win then
  27. nextbet = kook
  28. jim = balance*2
  29. end
  30. if balance > target then
  31. stop()
  32. end
  33. end
Add Comment
Please, Sign In to add comment