Advertisement
coinwalk

snowybot lua supersnowzy strikes back

Feb 10th, 2022
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 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 = (previousbet*2)
  23. c = nextbet
  24. god = (c*3)
  25. joe = 0
  26. sev = false
  27. t = balance
  28. h = balance
  29. end
  30. if ((balance<=(t-god)) and (sev==true) and (y==false) and (z==true)) then
  31. nextbet = (previousbet*2)
  32. c = nextbet
  33. god = (c*3)
  34. joe = 0
  35. sev = false
  36. y = false
  37. z = false
  38. sin = 5
  39. t = balance
  40. h = balance
  41. end
  42. if ((balance<=(t-god)) and (sev==true) and (y==false) and (z==false)) then
  43. nextbet = (previousbet*2)
  44. c = nextbet
  45. god = (c*3)
  46. i = balance
  47. joe = (b*19)
  48. sev = true
  49. y = false
  50. z = false
  51. sin = 5
  52. t = balance
  53. h = balance
  54. end
  55. if ((balance<=(t-god)) and (sev==false) and (y==true) and (z==true)) then
  56. nextbet = b
  57. c = b
  58. god = (b*3)
  59. i = balance
  60. joe = (b*9)
  61. sin = 5
  62. sev = true
  63. y = false
  64. z = true
  65. t = balance
  66. h = balance
  67. end
  68. if (balance>=(h+(b*sin))) then
  69. nextbet = (previousbet*2)
  70. c = nextbet
  71. h = balance
  72. end
  73. if (nextbet<b) then
  74. nextbet = b
  75. c = b
  76. end
  77. if (balance>=(ian+joe)) then
  78. nextbet = b
  79. c = b
  80. god = (c*3)
  81. sev = true
  82. sin = 5
  83. y = true
  84. z = true
  85. t = balance
  86. joe = (b*9)
  87. h = balance
  88. i = balance
  89. ian = balance
  90. end
  91. if (balance>=(i+joe)) then
  92. nextbet = b
  93. c = b
  94. sin = 6
  95. god = (b*3)
  96. t = balance
  97. joe = (b*9)
  98. h = balance
  99. i = balance
  100. end
  101. if (balance>target) then
  102. stop()
  103. end
  104. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement