Advertisement
coinwalk

really good

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