Advertisement
coinwalk

999 bro

Jan 14th, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. chance=49
  2. base=0.00007
  3. prebet=0.00000000
  4. function dobet()
  5. if win then
  6. nextbet=prebet
  7. else
  8. nextbet=previousbet*2
  9. end
  10. if currentstreak == -4 then
  11. resetseed();
  12. bethigh=false
  13. end
  14. if currentstreak == -7 then
  15. bethigh=true
  16. resetseed();
  17. end
  18. if currentstreak == 9 then
  19. nextbet=base
  20. bethigh=true
  21. resetseed();
  22. end
  23. if currentstreak == -10 then
  24. nextbet=base
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement