A tool designed to allow League Of Legends players to auto-accept, role call & lock-in a champion.
Made specifically for servers with only blink pick (Garena)
- Clean GUI
- Auto Accept
- Auto Role Call
- Insta-Lock
- Non Insta-Lock
- Download the .exe and open it
- Input your desired role in the text box
- Input your desired champion in the text box (must be exact name)
- Tick the relevant checkboxes
[GIF below]
Note:
- If your LeagueClient is opened in administrator mode, you'll need to open this program in administrator mode too
- Don't move your mouse much, else things will break
- Auto-Role Call makes you automatically type the desired role in chat
- Insta-Lock means you lock in as soon as you pick the champion
- Non Insta-Lock means you pick the champion BUT don't lock in
- Download the repo
pip install -r requirements.txt
py main.py
pyinstaller -F --add-data "imgs;imgs" --name "LeagueTool" main.py