Advertisement
coinwalk

doge 100k

Mar 26th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. bethigh = true
  2. good = 500000
  3. chance = 49.95
  4. bethigh = false
  5. kook = 0.01
  6. nextbet = kook
  7. function dobet()
  8. if win then
  9. nextbet = kook
  10. else
  11. nextbet = previousbet*2.2
  12. end
  13. if balance > good then
  14. stop()
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement