Advertisement
coinwalk

wow snowy bot supersnowzy strikes back

Feb 10th, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. b = balance/100
  2. i = balance
  3. t = balance
  4. c = b
  5. jib = (c*3)
  6. sin = 6
  7. h = balance
  8. chance = 49.5
  9. y = true
  10. bethigh = false
  11. z = true
  12. nextbet = b
  13. joe = (b*10)
  14. target = 50000
  15. resetstats()
  16.  
  17. function dobet()
  18. if ((balance<=(t-jib)) and (y==true) and (balance<i)) then
  19. nextbet = previousbet*2
  20. c = nextbet
  21. jib = (c*3)
  22. y = false
  23. z = true
  24. t = balance
  25. end
  26. if ((balance<=(t-jib)) and (y==false) and (balance<i)) then
  27. nextbet = previousbet*2
  28. c = nextbet
  29. y = true
  30. sin = 5
  31. z = true
  32. h = balance
  33. jib = (c*4)
  34. t = balance
  35. end
  36. if ((balance>(h+(c*sin))) and (z==true)) then
  37. nextbet = previousbet*2
  38. c = nextbet
  39. y = true
  40. z = false
  41. h = balance
  42. end
  43. if (balance>=(i+joe)) then
  44. nextbet = b
  45. c = b
  46. sin = 5
  47. j = 4
  48. z = true
  49. y = true
  50. h = balance
  51. t = balance
  52. joe = (b*9)
  53. i = balance
  54. end
  55. if (nextbet<b) then
  56. nextbet = b
  57. c = b
  58. end
  59. if balance>=target then
  60. stop()
  61. end
  62. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement