Tiamat is a CLI Python script that provides utility functions for the League of Legends client, inspired by KbotExt, by Kebs.
Use at your own risk, as some features might violate Riot Games' Terms of Service.
- Icon Changer
- Icon Changer (Icons 1-100)
- Client Only (All Available Icons)
- Profile Background Changer
- Riot ID Changer
- Auto Accept Match
- Autopick Champion
- Autoban Champion
- Smart Dodge (Avoid client restart)
- Lobby Reveal
- Restart Client UX
- Disconnect from chat (toggle offline)
- Python 3.8 or higher
- League of Legends client installed
- Git (for cloning the repository)
- Clone this repository:
git clone https://github.com/gyaaf/tiamat.git
- Navigate to the project directory:
cd tiamat
- Install required dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
- Launch League of Legends client
- Start Tiamat
- Select desired function from the menu
- Icon Changer: Choose between icon changer (1-100) or client only (all icons)
- Profile Background: Search the skin/champion name and select the one you want
- Auto Accept: Automatically accepts match when found
- Autopick: Select champion to instantly pick when available
- Autoban: Select champion to ban during champion select
- Smart Dodge: Dodge queue without client restart
- Chat Disconnect: Disconnect from league chat and appear offline to your friends
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
If you have any questions, suggestions, or complaints:
- Discord: gyaf
- Create an Issue
- KbotExt by Kebs for inspiration
- All contributors and users of Tiamat