Advertisement
coinwalk

awesome snowybot lua

Feb 10th, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. b = 0.01
  2. chance = 49.5
  3. bethigh = false
  4. nextbet = b
  5. c = b
  6. god = (b*2)
  7. sev = true
  8. sin = 7
  9. y = true
  10. z = true
  11. t = balance
  12. joe = (b*10)
  13. h = balance
  14. i = balance
  15. ian = balance
  16. nextbet = b
  17. target = 5000
  18. resetstats()
  19.  
  20. function dobet()
  21. if ((balance<=(t-god)) and (sev==true) and (y==true) and (z==true)) then
  22. nextbet = (b*2)
  23. god = (b*6)
  24. i = balance
  25. joe = (b*3)
  26. sev = false
  27. t = balance
  28. end
  29. if ((balance<=(t-god)) and (sev==true) and (y==false) and (z==true)) then
  30. nextbet = (b*2)
  31. god = (b*6)
  32. i = balance
  33. joe = (b*3)
  34. sev = false
  35. y = false
  36. z = false
  37. t = balance
  38. end
  39. if ((balance<=(t-god)) and (sev==true) and (y==false) and (z==false)) then
  40. nextbet = (b*4)
  41. god = (b*12)
  42. i = balance
  43. joe = (b*19)
  44. sev = true
  45. y = false
  46. z = false
  47. t = balance
  48. end
  49. if ((balance<=(t-god)) and (sev==false) and (y==true) and (z==true)) then
  50. nextbet = b
  51. god = (b*3)
  52. i = balance
  53. joe = (b*9)
  54. sin = 5
  55. sev = true
  56. y = false
  57. z = true
  58. t = balance
  59. h = balance
  60. end
  61. if (balance>=(h+(b*sin))) then
  62. nextbet = (b*2)
  63. c = nextbet
  64. ian = balance
  65. joe = (b*3)
  66. h = balance
  67. end
  68. if (nextbet<b) then
  69. nextbet = b
  70. c = b
  71. end
  72. if (balance>=(ian+joe)) then
  73. nextbet = b
  74. c = b
  75. god = (b*3)
  76. sev = true
  77. sin = 5
  78. y = true
  79. z = true
  80. t = balance
  81. joe = (b*9)
  82. h = balance
  83. i = balance
  84. ian = balance
  85. end
  86. if (balance>=(i+joe)) then
  87. nextbet = b
  88. sin = 6
  89. t = balance
  90. joe = (b*9)
  91. h = balance
  92. i = balance
  93. end
  94. if (balance>target) then
  95. stop()
  96. end
  97. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement