Advertisement
coinwalk

mega snowy bot the invention of a lifetime

Oct 19th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. divide = 100
  2. b = balance/divide
  3. i = balance
  4. t = balance
  5. c = b
  6. h = balance
  7. chance = 49.5
  8. bethigh = false
  9. bob = balance
  10. nextbet = b
  11. joe = (b*10)
  12. target = 50000
  13. resetstats()
  14.  
  15. function dobet()
  16. bets = bets+1
  17. if (balance<=(h-(c*4))) then
  18. nextbet = previousbet*2
  19. c = nextbet
  20. t = balance
  21. joe = 0
  22. h = balance
  23. end
  24. if balance>=h then
  25. h = balance
  26. end
  27. if (balance>=(t+(c*7))) then
  28. nextbet = previousbet*2
  29. c = nextbet
  30. t = balance
  31. end
  32. if balance<=t then
  33. t = balance
  34. end
  35. if (balance>=(i+joe)) then
  36. nextbet = b
  37. h = balance
  38. c = b
  39. t = balance
  40. i = balance
  41. joe = (b*10)
  42. end
  43. if balance>=target then
  44. stop()
  45. end
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement