Advertisement
coinwalk

snowybot works

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