iholston / lol-bot

An account leveling bot for League of Legends written in Python
MIT License
293 stars 48 forks source link
bot exp farm game lcu-api league-bot league-of-legends league-of-legends-api league-of-legends-bot league-of-legends-python python

Logo

Welcome to LoL Bot


Current Features

Usage

League Account Requirements

League accounts should have already completed:

NOTE: The bot will automatically change your league settings/configuration and the game window (not the client) should open as a 1024x768 window

Development Requirements

Development Setup

Clone the repo or download the latest release

pip install -r requirements.txt

In some cases, it may be necessary to download and install Microsoft C and C++ (MSVC) runtime libraries

Packaging to .exe

pip install pyinstaller
pyinstaller --onefile --noconsole --name "LoLBot" --icon=lolbot/resources/images/a.ico --add-data "lolbot/resources:lolbot/resources" main.pyw

Optional Configuration

For Virtual Machine setups, I recommend starting with this forum. Note: I will not be fixing/troubleshooting VM related issues as there are far too many VM implementation/platform specific issues

Disclaimer

Another LoL Bot isn’t endorsed by Riot Games and doesn’t reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.

This software works with other programs/services (League of Legends) so you take full responsibility for breaking their Terms of Service and full responsibility for the accounts that you’re using with this bot and agree to use it at your own risk