Advertisement
coinwalk

for 4k doge

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