Advertisement
coinwalk

snowybot 3.14

Jun 17th, 2024
775
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. elderly      = (balance/1000)
  2. origin       = balance
  3. prefit       = elderly
  4. winnerdinner = balance
  5. tens         = (prefit*10)
  6. sevens       = (prefit*6.9)
  7. eights       = (prefit*7.9)
  8. small        = tens*20
  9. belance      = small
  10. winnerdinner = balance
  11. fools        = balance
  12. freak        = small
  13. joey         = ((math.floor(belance/tens))*tens)
  14. upper        = 6.9
  15. downer       = 2.9
  16. chance       = 49.5
  17. bethigh      = false
  18. nextbet      = prefit
  19. resetstats()
  20.  
  21.  
  22.  
  23. function dobet()
  24. if (win) then
  25.     belance = belance+previousbet
  26. end
  27. if (!win) then
  28.     belance = belance-previousbet
  29. end
  30. if (belance<nextbet) then
  31.     belance = small
  32. end
  33. if ((belance>(small*2)) and (balance>fools)) then
  34.     belance = small
  35. end
  36. if (belance>(joey+(previousbet*upper))) then
  37.     nextbet = previousbet*2
  38.     upper   = 4.9
  39.     downer  = 4.9
  40.     joey    = belance
  41. end
  42. if (belance<(joey-(previousbet*downer))) then
  43.     nextbet = previousbet*2
  44.     upper   = 4.9
  45.     downer  = 4.9
  46.     joey    = belance
  47. end
  48. if (((nextbet)>=(belance/2)) and (belance>(((math.floor(belance/tens))*tens)+eights))) then
  49.     nextbet = prefit
  50.     upper   = 6.9
  51.     downer  = 2.9
  52.     joey    = ((math.floor(belance/tens))*tens)
  53. end
  54. if (((nextbet)>=(belance/2)) and (belance<(((math.floor(belance/tens))*tens)+sevens))) then
  55.     nextbet = prefit
  56.     upper   = 6.9
  57.     downer  = 2.9
  58.     joey    = ((math.floor(belance/tens))*tens)
  59.     end
  60. if (((nextbet)>=(belance/2)) and (belance>(((math.floor(belance/tens))*tens)+sevens)) and (belance<(((math.floor(belance/tens))*tens)+eights))) then
  61.     nextbet = prefit*2
  62.     upper   = 4.9
  63.     downer  = 4.9
  64.     joey    = belance
  65.     end
  66. if (((nextbet)>=(belance/4)) and (balance>origin) and (belance>(((math.floor(belance/tens))*tens)+eights))) then
  67.     nextbet = prefit
  68.     upper   = 6.9
  69.     downer  = 2.9
  70.     origin  = balance
  71.     joey    = ((math.floor(belance/tens))*tens)
  72. end
  73. if (((nextbet)>=(belance/4)) and (balance>origin) and (belance<(((math.floor(belance/tens))*tens)+sevens))) then
  74.     nextbet = prefit
  75.     upper   = 6.9
  76.     downer  = 2.9
  77.     origin  = balance
  78.     joey    = ((math.floor(belance/tens))*tens)
  79.     end
  80. if (((nextbet)>=(belance/4)) and (balance>origin) and (belance>(((math.floor(belance/tens))*tens)+sevens)) and (belance<(((math.floor(belance/tens))*tens)+eights))) then
  81.     nextbet = prefit*2
  82.     upper   = 4.9
  83.     downer  = 4.9
  84.     origin  = balance
  85.     joey    = belance
  86.     end
  87. if (((nextbet)>=(small)) and (belance>small) and (belance>(((math.floor(belance/tens))*tens)+eights))) then
  88.     nextbet = prefit
  89.     upper   = 6.9
  90.     downer  = 2.9
  91.     origin  = balance
  92.     joey    = ((math.floor(belance/tens))*tens)
  93.     end
  94. if (((nextbet)>=(small)) and (belance>small) and (belance<(((math.floor(belance/tens))*tens)+sevens))) then
  95.     nextbet = prefit
  96.     upper   = 6.9
  97.     downer  = 2.9
  98.     origin  = balance
  99.     joey    = ((math.floor(belance/tens))*tens)
  100.     end
  101. if (((nextbet)>=(small)) and (belance>small) and (belance>(((math.floor(belance/tens))*tens)+sevens)) and (belance<(((math.floor(belance/tens))*tens)+eights))) then
  102.     nextbet = prefit*2
  103.     upper   = 4.9
  104.     downer  = 4.9
  105.     origin  = balance
  106.     joey    = belance
  107.     end
  108. if (balance>=(winnerdinner*24)) then
  109.     stop()
  110. end
  111. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement