Advertisement
coinwalk

try this please

Jan 27th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. chance=80
  2. base=balance
  3. prebet=0.0000001
  4. function dobet()
  5. if currentstreak == -3 then
  6. nextbet=base
  7. resetseed();
  8. end
  9. if win then
  10. nextbet=prebet
  11. else
  12. nextbet=previousbet*10
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement