- Creates lobby
- Accepts queue
- Skips post-game lobby
!! Please ensure to disable closing client in background for best performance / compatibility !!
The purpose of this program is to streamline the flow between games. You'll no longer have to wait for buggy or unresponsive parts of the client to load as this script will programatically skip them.
This program takes the following actions:
- Create a lobby
- Start queue
- Wait for champion selection and the game to end...
- Honor a random player in post-game
- Hit play again
- Repeat!
- Python3
- Install python
- Install dependencies
pip install -r src/requirements.txt
See Build.md
- Login to league of legends
python3 src/main.py
https://github.com/SaffatHasan/AutoQr/releases
Note: I don't know how to sign executables. You may get a warning. Please be careful when running arbitrary executable files from the internet.
- LCU documentation https://lcu.vivide.re/
- LCU utilities https://riot-api-libraries.readthedocs.io/en/latest/lcu.html
This project is heavily inspired from directx's auto-lock script.
For a more complete and larger scoped application, check out KebsCS/KBotExt.