Advertisement
coinwalk

good snowybot

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