Advertisement
coinwalk

Untitled

Jul 11th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. divie = 100
  2. bob = balance/divie
  3. four = bob
  4. target = balance*7
  5. finish = (balance*100)
  6. yall = (bob*2.5)
  7. chance = 49.5
  8. bethigh = false
  9. kool = false
  10. koke = false
  11. have = balance
  12. ian = balance
  13. old = balance
  14. nextbet = bob
  15. poo = 0
  16. ok = 0
  17. tom = false
  18. resetstats()
  19.  
  20. function dobet()
  21. if ((balance>=(have+(four*6.98))) and (tom==false)) then
  22. nextbet = four*2
  23. four = four*2
  24. yall = four*4.98
  25. have = balance
  26. end
  27. if ((balance<=(have-(yall))) and (tom==false) and (balance>(old-(bob*5)))) then
  28. nextbet = four*2
  29. four = four*2
  30. kool = true
  31. yall = four*4.98
  32. have = balance
  33. end
  34. if ((balance<(old-(bob*9))) and (tom==false)) then
  35. nextbet = previousbet
  36. four = previousbet
  37. kool = false
  38. koke = true
  39. yall = balance
  40. have = old-(bob*10)
  41. ian = old-(bob*10)
  42. old = old-(bob*10)
  43. end
  44. if (balance>=target) then
  45. bob = balance/divie
  46. four = bob
  47. target = balance*2
  48. yall = (bob*2.5)
  49. chance = 49.5
  50. bethigh = false
  51. kool = false
  52. have = balance
  53. ian = balance
  54. old = balance
  55. nextbet = bob
  56. poo = 0
  57. ok = 0
  58. tom = false
  59. print("winner winner chicken dinner")
  60. end
  61. if ((balance>(ian)) and (kool==true) and (balance<(ian+(bob*10)))) then
  62. nextbet = bob
  63. four = bob
  64. yall = (bob*2.5)
  65. kool = false
  66. have = ian
  67. old = ian
  68. end
  69. if ((balance>(ian+(bob*20))) and (koke==true)) then
  70. bob = balance/divie
  71. nextbet = bob
  72. four = bob
  73. kool = false
  74. koke = false
  75. yall = (bob*2.5)
  76. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  77. have = ian
  78. old = ian
  79. end
  80. if ((balance>(ian+(bob*10))) and (koke==false)) then
  81. bob = balance/divie
  82. nextbet = bob
  83. four = bob
  84. kool = false
  85. yall = (bob*2.5)
  86. koke = false
  87. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  88. have = ian
  89. old = ian
  90. end
  91. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement