Advertisement
coinwalk

snowy bot love

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