Advertisement
coinwalk

complex but complete maybe

Jul 1st, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. bob = balance/50000
  2. four = bob
  3. tom = false
  4. target = 5000
  5. yall = (bob*2.5)
  6. chance = 49.5
  7. bethigh = false
  8. have = balance
  9. ian = balance
  10. nextbet = bob
  11. bal = balance
  12. resetstats()
  13.  
  14. function dobet()
  15. bal = balance
  16. if (bal>=(have+(four*7))) then
  17. nextbet = four*2
  18. four = four*2
  19. yall = four*5
  20. have = bal
  21. end
  22. if (bal<=(have-(yall))) then
  23. nextbet = four*2
  24. four = four*2
  25. tom = true
  26. yall = ((bob*7)+(four*2.5))
  27. have = bal
  28. end
  29. if ((bal>=ian) and (tom==true) and (bal<(ian+(bob*10)))) then
  30. nextbet = bob
  31. four = bob
  32. yall = (bob*2.5)
  33. have = ian
  34. tom = false
  35. end
  36. if (bal>(ian+(bob*10))) then
  37. bob = balance/50000
  38. nextbet = bob
  39. four = bob
  40. yall = (bob*2.5)
  41. tom = false
  42. ian = ian+((math.floor((bal-ian)/(bob*10)))*(bob*10))
  43. have = ian
  44. end
  45. if (balance<nextbet) then
  46. stop()
  47. end
  48. if (balance>=target) then
  49. stop()
  50. end
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement