Advertisement
coinwalk

90

Apr 3rd, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. chance = 90
  2. base = balance
  3. bethigh = true
  4. bit = 0
  5. box = 0
  6. good = 100000000
  7. zoink = balance/50000
  8. zog = 0
  9. nextbet = zoink
  10. function dobet()
  11. if !win then
  12. nextbet = previousbet*5
  13. end
  14. if balance > base then
  15. nextbet = balance/50000
  16. base = balance
  17. end
  18.  
  19. if balance > good then
  20. stop()
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement