Advertisement
coinwalk

snowy manual bot reality

Aug 26th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. cat = 50000
  2. y = balance/cat
  3. v = balance/cat
  4. x = balance
  5. chance = 49.95
  6. bethigh = false
  7. nextbet = y
  8. target = 600
  9. old = balance
  10. elf = y
  11. myseed = 0
  12. bob = balance
  13. Low = 0
  14. High = 499499
  15. myseed = 0
  16. older = balance
  17. kil = 0
  18. myseed = 0
  19. vim = false
  20. resetstats()
  21.  
  22. function dobet()
  23. if win then
  24. bob = bob-previousbet
  25. else
  26. bob = bob+previousbet
  27. end
  28. if (bob<=(x-(y*6))) then
  29. nextbet = previousbet*2
  30. y = nextbet
  31. x = bob
  32. end
  33. if (bob>=(x+(y*4))) then
  34. nextbet = previousbet*2
  35. y = nextbet
  36. x = bob
  37. end
  38. if (balance>=(old+(v*9))) then
  39. v = balance/cat
  40. nextbet = v
  41. y = v
  42. bob = balance
  43. x = balance
  44. old = balance
  45. end
  46. if balance>target then
  47. stop()
  48. end
  49. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement