Advertisement
coinwalk

latest snowybot

Aug 14th, 2021
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. y = 0.00005
  2. cool = balance
  3. boots = 0
  4. x = 0.00005
  5. chance = 49.95
  6. bethigh = false
  7. target = 2000
  8. nextbet = y
  9. old = balance
  10. g = false
  11. jib = false
  12. box = false
  13. olf = balance
  14. elf = balance
  15. older = balance
  16. bety = 0
  17.  
  18.  
  19. function dobet()
  20. bety = bety+1
  21. if (balance>=(elf+(x*6))) then
  22. nextbet = previousbet*2
  23. x = nextbet
  24. bety = 0
  25. elf = balance
  26. end
  27. if (balance<=(olf-(x*3))) and bety>=6 then
  28. nextbet = previousbet*2
  29. x = nextbet
  30. bety = 0
  31. olf = balance
  32. end
  33. if balance>olf then
  34. olf = balance
  35. end
  36. if balance<elf then
  37. elf = balance
  38. end
  39. if (balance>=(old+(y*8))) then
  40. bety = 0
  41. nextbet = y
  42. x = y
  43. olf = balance
  44. elf = balance
  45. old = balance
  46. end
  47. if nextbet<y then
  48. nextbet = y
  49. end
  50. if balance>target then
  51. stop()
  52. end
  53. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement