Advertisement
coinwalk

lol elele lol

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