Advertisement
coinwalk

snowybot upgrade v13

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