Advertisement
coinwalk

SUPERSNOWZY SNOWY BOT 3.14

Jun 28th, 2022
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. bob = balance/1000
  2. four = bob
  3. tom = false
  4. target = 5000
  5. yall = (bob*3)
  6. chance = 49.5
  7. bethigh = false
  8. have = balance
  9. ian = balance
  10. nextbet = bob
  11. resetstats()
  12.  
  13. function dobet()
  14. if (balance>=(have+(four*7))) then
  15. have = (have+(four*7))
  16. nextbet = four*2
  17. four = four*2
  18. yall = four*5
  19. end
  20. if (balance<=(have-yall)) then
  21. have = have-yall
  22. nextbet = four*2
  23. four = four*2
  24. tom = true
  25. yall = four*4
  26. end
  27. if ((balance>=ian) and (tom==true) and (balance<(ian+(bob*10)))) then
  28. nextbet = bob
  29. four = bob
  30. yall = (bob*3)
  31. have = ian
  32. tom = false
  33. end
  34. if (balance>(ian+coil)) then
  35. nextbet = bob
  36. four = bob
  37. yall = (bob*3)
  38. tom = false
  39. have = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  40. ian = ian+((math.floor((balance-ian)/(bob*10)))*(bob*10))
  41. end
  42. if (balance<nextbet) then
  43. stop()
  44. end
  45. if (balance>=target) then
  46. stop()
  47. end
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement