Advertisement
coinwalk

this is so cool

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