Advertisement
coinwalk

new snowybot update

Oct 30th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. snow = balance/100
  2. joe = snow
  3. bethigh = false
  4. chance = 49.5
  5. have = balance
  6. old = balance
  7. darn = 2.9
  8. upper = 7
  9. older = balance
  10. crud = (snow*7)
  11. rupt = (snow*10)
  12. downer = false
  13. nextbet = snow
  14. resetstats()
  15.  
  16. function dobet()
  17. if ((balance>=(have+(snow*upper))) and (balance<old)) then
  18. nextbet = lastBet.Amount*2
  19. joe = lastBet.Amount*2
  20. upper = 10
  21. have = balance
  22. end
  23. if ((balance>=(have+(snow*upper))) and (balance>=old)) then
  24. nextbet = lastBet.Amount*2
  25. joe = lastBet.Amount*2
  26. upper = 7
  27. darn = 10
  28. downer = false
  29. have = balance
  30. end
  31. if (balance<(have-(snow*darn))) then
  32. nextbet = lastBet.Amount*2
  33. joe = lastBet.Amount*2
  34. darn = darn+7
  35. upper = 10
  36. downer = true
  37. have = balance
  38. end
  39. if ((balance>=old) and (downer==true) and (balance<(old+(crud)))) then
  40. downer = false
  41. have = old
  42. old = old
  43. darn = 2.9
  44. upper = 7
  45. nextbet = snow
  46. joe = snow
  47. end
  48. if ((balance>=old) and (downer==true) and (balance>=(old+(crud)))) then
  49. downer = false
  50. have = old
  51. old = old
  52. darn = 2.9
  53. upper = 7
  54. nextbet = snow*2
  55. joe = snow*2
  56. end
  57. if ((balance>(old+(snow*20))) and (balance<(old+((math.floor((balance-old)/(rupt)))*(rupt))+crud))) then
  58. downer = false
  59. have = old+((math.floor((balance-old)/(rupt)))*(rupt))
  60. old = old+((math.floor((balance-old)/(rupt)))*(rupt))
  61. darn = 2.9
  62. upper = 6.9
  63. nextbet = snow
  64. joe = snow
  65. end
  66. if ((balance>(old+(snow*20))) and (balance>=(old+((math.floor((balance-old)/(rupt)))*(rupt))+crud))) then
  67. downer = false
  68. have = old+((math.floor((balance-old)/(rupt)))*(rupt))
  69. old = old+((math.floor((balance-old)/(rupt)))*(rupt))
  70. darn = 2.9
  71. upper = 7
  72. nextbet = snow*2
  73. joe = snow*2
  74. end
  75. if (balance>=4.5) then
  76. stop()
  77. end
  78. end
  79.  
  80.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement