Advertisement
coinwalk

give this a burl pls

Jan 27th, 2019
194
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 currentstreak == -3 then
  6. nextbet=bal
  7. else
  8. nextbet=previousbet*10
  9. end
  10. if win then
  11. nextbet=prebet
  12. else
  13. nextbet=previousbet*10
  14. resetseed();
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement