Advertisement
coinwalk

really awesome 4 any coin

Jan 19th, 2020
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. chance = 9
  2. bethigh = true
  3. target = 10000
  4. nextbet = balance/40000
  5. base = balance/40000
  6. shit = balance*1.05
  7. function dobet()
  8. if win then
  9. nextbet = previousbet*1.8
  10. end
  11. if balance > shit and win then
  12. nextbet = balance/40000
  13. shit = balance*1.05
  14. end
  15. if balance > target then
  16. stop()
  17. end
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement