Advertisement
coinwalk

try this instead

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