Advertisement
coinwalk

lucky fish

Mar 16th, 2020
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. chance=49
  2. multiplier=2
  3. nextbet=balance/12800
  4.  
  5. function dobet()
  6. if win then
  7. nextbet=balance/12800
  8. else
  9. if currentstreak== -8 then
  10. nextbet=balance/128
  11. end
  12. if currentstreak < -8 then
  13. nextbet=previousbet*2
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement