Advertisement
coinwalk

saved

Mar 27th, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. good = balance*2
  2. chance = 33
  3. bethigh = false
  4. kook = balance/700
  5. nextbet = kook
  6. martian = balance*1.0000000001
  7. floyd = 0
  8. function dobet()
  9. if win then
  10. resetseed()
  11. else
  12. floyd+=1
  13. end
  14. if (floyd==2) then
  15. nextbet = previousbet*2
  16. floyd = 0
  17. end
  18. if balance > martian and win then
  19. nextbet = kook
  20. martian = balance*1.0000000001
  21. end
  22. if balance > good then
  23. stop()
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement