Advertisement
coinwalk

100000 sat bot ltc doge and eth

Apr 7th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. chance = 66
  2. lol = 0
  3. bethigh = false
  4. good = 100000
  5. basebet = balance/100000
  6. nextbet = basebet
  7. jim = balance/10000
  8. bit = 0
  9. function dobet()
  10.  
  11. if (win) then
  12. lol = 0
  13. bit = 0
  14. else
  15. lol += 1
  16. bit +=1
  17. end
  18. if (lol==1) then
  19. nextbet = previousbet*3.3
  20. end
  21. if (bit>=2) then
  22. nextbet = previousbet*3
  23. end
  24. if previousbet > jim and win then
  25. nextbet = basebet
  26. end
  27. if balance > good then
  28. stop()
  29. end
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement