Advertisement
coinwalk

try this

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