Advertisement
coinwalk

crazy bot

Feb 19th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. bethigh = false
  2. good = 40000
  3. chance = 24
  4. nextbet = balance/100000
  5. shit = balance*1.000001
  6. function dobet()
  7. if win then
  8. nextbet = previousbet/2
  9. box = 0
  10. else
  11. box += 1
  12. end
  13. if (box==2) then
  14. nextbet = previousbet*3
  15. box = 0
  16. end
  17. if balance > shit and win then
  18. nextbet = balance/100000
  19. shit = balance*1.000001
  20. end
  21. if balance > good then
  22. stop()
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement