Advertisement
coinwalk

till bust or target

Jul 20th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. chance = 49.5
  2. bob = balance/3200
  3. cript = bob
  4. have = balance
  5. ian = balance
  6. joe = false
  7. jim = false
  8. holly = (cript*6.9)
  9. bill = balance
  10. fruck = false
  11. god = (bob*2.5)
  12. nextbet = bob
  13. bethigh = false
  14. target = 5000
  15.  
  16. function dobet()
  17. if ((balance<=((ian-(bob*20))+nextbet)) and (fruck==true)) then
  18. nextbet = bob
  19. cript = bob
  20. joe = false
  21. bill = bill
  22. holly = (cript*6.9)
  23. have = ian-(bob*20)
  24. ian = ian-(bob*20)
  25. god = (bob*2.5)
  26. end
  27. if ((balance<=((ian-(bob*20))+nextbet)) and (fruck==false)) then
  28. nextbet = bob
  29. cript = bob
  30. joe = false
  31. fruck = true
  32. bill = ian
  33. holly = (cript*6.9)
  34. have = ian-(bob*20)
  35. ian = ian-(bob*20)
  36. god = (bob*2.5)
  37. end
  38. if ((joe==true) and (balance>=ian) and (balance<(ian+(bob*10))) and (fruck==false)) then
  39. nextbet = bob
  40. cript = bob
  41. have = ian
  42. god = (bob*2.5)
  43. ian = ian
  44. holly = (cript*6.9)
  45. joe = false
  46. end
  47. if ((balance>=(have+(holly)))) then
  48. nextbet = previousbet*2
  49. cript = previousbet*2
  50. holly = (cript*9.5)
  51. have = balance
  52. god = (cript*4.9)
  53. end
  54. if (balance<=(have-god)) then
  55. nextbet = previousbet*2
  56. cript = previousbet*2
  57. joe = true
  58. holly = (cript*6.9)
  59. have = balance
  60. god = (cript*4.9)
  61. end
  62. if ((balance>(ian+(bob*10))) and (fruck==false)) then
  63. nextbet = bob
  64. cript = bob
  65. joe = false
  66. holly = (cript*6.9)
  67. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  68. have = ian
  69. god = (bob*2.5)
  70. end
  71. if ((balance>bill) and (fruck==true)) then
  72. nextbet = bob
  73. cript = bob
  74. joe = false
  75. ian = bill
  76. have = bill
  77. holly = (cript*6.9)
  78. bill = bill
  79. god = (bob*2.5)
  80. fruck = false
  81. end
  82. if (balance>=target) then
  83. stop()
  84. end
  85. en
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement