Advertisement
coinwalk

future

Mar 29th, 2020
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. good = balance*1.001
  2. chance = 90
  3. bethigh = false
  4. kook = balance/5000
  5. nextbet = kook
  6. floyd = 0
  7. bit = 0
  8. box = 0
  9. target = balance*2
  10. function dobet()
  11. if win then
  12. bethigh = false
  13. else
  14. nextbet = previousbet*2.5
  15. end
  16. if balance > good and win then
  17. nextbet = kook
  18. good = balance*1.001
  19. end
  20. if balance > target then
  21. stop()
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement