Advertisement
supersnowzy

try and maybe

Jun 8th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. bob = balance/1000
  2. cript = bob
  3. god = (bob*3)
  4. differ = balance
  5. have = balance
  6. ian = balance
  7. oldbal = balance
  8. joe = false
  9. chance = 49.5
  10. nextbet = bob
  11. target = balance*20000
  12. bethigh = false
  13. free = true
  14. fill = false
  15. resetstats()
  16.  
  17. function dobet()
  18. if (balance<=(have-(cript*3))) then
  19. joe = true
  20. fill = true
  21. have = balance
  22. end
  23. if (balance>(have+(cript*6))) then
  24. fill = true
  25. have = balance
  26. end
  27. if (fill==true) then
  28. cript = (cript*2)
  29. nextbet = cript
  30. fill = false
  31. end
  32. if ((balance-ian)>(bob*10)) then
  33. nextbet = bob
  34. cript = bob
  35. free = true
  36. fill = false
  37. have = ian+(bob*10)
  38. ian = ian+(bob*10)
  39. joe = false
  40. end
  41. if ((joe==true) and (balance>=ian)) then
  42. nextbet = bob
  43. cript = bob
  44. fill = false
  45. have = ian
  46. free = true
  47. joe = false
  48. end
  49. if (nextbet<bob) then
  50. nextbet = bob
  51. cript = bob
  52. end
  53. if (nextbet>=balance) then
  54. stop()
  55. end
  56. if (balance>=target) then
  57. stop()
  58. end
  59. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement