Advertisement
coinwalk

snowybot upgrade v19

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