Skip to content
forked from iholston/lol-bot

An account leveling bot for League of Legends written in Python

License

Notifications You must be signed in to change notification settings

VinceLz/lol-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Welcome to LoL Bot

  • This is a python bot that uses the local League Client API to start games and plays them with a simple but effective game loop.
  • This bot has leveled up thousands of league accounts and is still going strong.
  • No pixel botting and/or image recognition makes it easy to run on any setup.

Current Features

  • Start League and Login
  • Start a Beginner Bot Game
  • Buy items and somewhat intelligently push mid until the game is over
  • End game, earn experience, collect rewards
  • Loop 🥡🧋

Requirements

Setup

  • Ensure Python is added to your PATH, check "Add Python to PATH" when installing
  • Clone the repo or Download the latest release
  • Download extra RAM (only if needed)
  • Run Installer.bat or pip install -r requirements.txt

Optional Configuration

  • For non-standard league install paths, update the LEAGUE_CLIENT_DIR in constants.py
  • To continuously level new league accounts:
    • Implement account.py to connect to your database of league accounts
    • Make sure that "stay signed in" is not checked when league of legends starts.
    • This allows the bot to log out of league by closing it, get new account credentials, restart league, log in with the new credentials, and start another leveling loop, cycling indefinitely
  • To level accounts past level 30 or play in different game types update game data variables in constants.py
  • For Virtual Machines, 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

About

An account leveling bot for League of Legends written in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Batchfile 0.5%