Advertisement
coinwalk

still good2

Mar 14th, 2020
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. prebet = balance/10000000
  2. base = balance/611
  3. nextbet = prebet
  4. bit = 0
  5. box = 0
  6. chance = 49.95
  7. bethigh = false
  8. function dobet()
  9. if win then
  10. nextbet = prebet
  11. else
  12. nextbet = previousbet*2.5
  13. end
  14. if lastBet.Roll > 50.5 then
  15. bit = 0
  16. box+=1
  17. end
  18. if lastBet.Roll < 49.95 then
  19. bit+=1
  20. bit = 0
  21. end
  22. if (bit==9) then
  23. nextbet = base
  24. bit = 0
  25. box = 0
  26. end
  27. if (box==9) then
  28. nextbet = base
  29. bit = 0
  30. box = 0
  31. end
  32. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement