Advertisement
coinwalk

better yep

Aug 8th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. chance = 24.5
  2. nextbet = lol
  3. bethigh=false
  4. function dobet()
  5.  
  6. if win then
  7. nextbet = balance/10000000
  8. else
  9. nextbet = previousbet * 1.4
  10. end
  11. if currentstreak == -6 then
  12. nextbet = balance/800000
  13. end
  14. if currentstreak == -8 then
  15. resetseed();
  16. end
  17. if currentstreak == -12 then
  18. nextbet=balance/70000
  19. end
  20. if currentstreak == -16 then
  21. nextbet=balance/6000
  22. resetseed();
  23. end
  24. if currentstreak == -22 then
  25. nextbet=balance/500
  26. end
  27. if currentstreak == -32 then
  28. nextbet=balance/40
  29. end
  30. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement