Advertisement
coinwalk

+++++manual

May 4th, 2021
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. cat = 300
  2. x = balance/cat
  3. y = balance/cat
  4. k = 0
  5. chance = 49.95
  6. nextbet = x
  7. bethigh = true
  8. target = 6000
  9. old = balance
  10. ol = balance
  11. bob = math.random(4,32)
  12. myseed = 7777
  13. resetstats()
  14.  
  15. function dobet()
  16. if (balance>=(ol+(x*7))) or (balance<=(ol-(x*4))) then
  17. nextbet = previousbet*2
  18. x = nextbet
  19. ol = balance
  20. end
  21. if (balance>=(old+(y*21))) then
  22. x = y
  23. nextbet = y
  24. ol = balance
  25. old = balance
  26. end
  27. if balance>=target then
  28. stop()
  29. end
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement