Advertisement
coinwalk

snowybot upgrade v9

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