Advertisement
coinwalk

trial snowybot

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