Advertisement
coinwalk

snowy miracle bot

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