https://github.com/yechielb2000/leagueauto
LeagueAuto makes your life easier by doing everything for you in the league of legends client !!! (not available for season 2022 client )
https://github.com/yechielb2000/leagueauto
automation client deprecated league-of-legends
Last synced: 4 months ago
JSON representation
LeagueAuto makes your life easier by doing everything for you in the league of legends client !!! (not available for season 2022 client )
- Host: GitHub
- URL: https://github.com/yechielb2000/leagueauto
- Owner: yechielb2000
- License: mit
- Created: 2021-12-05T00:33:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-07T01:20:19.000Z (over 4 years ago)
- Last Synced: 2025-10-09T01:00:05.012Z (9 months ago)
- Topics: automation, client, deprecated, league-of-legends
- Language: AutoIt
- Homepage:
- Size: 2.95 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changeMode.png
- License: LICENSE.txt
Awesome Lists containing this project
README
LeagueAuto
===========
_LeagueAuto makes your life easier by doing everything for you in the league of legends client !!!_
### Requirements
_AutoIt Downloaded on your pc.
If you don't have it you can download it [here](https://www.autoitscript.com/site/autoit/downloads/)_
### Setup
_Go to `leagueAuto.au3` and add your path, name and password (of your league account) It's in lines 16 - 19_
```autoit
Global Const $LOLPath = ""
Global Const $name = ""
Global Const $password = ""
```
_After this you are good to go._
### Optional
_You can make this code `exe` by typing `win` then search for `Compile Script to .exe (x64)` and follow the instructions._
### How to use it.
- #### Run it
1. _Run the code by typing `start .\leagueAuto.au3` in your terminal._
2. _Run the `LeagueAuto.exe` if you converted the code to `exe`._
- #### Login
_If you did everything right so far, you can see how the script logging in for you already._
- #### League client
_To start a game you don't have to do anything except clicking one button._
__If you click :__
__f1__ ▶ _it starts for you a blind game_
__f2__ ▶ _it starts for you a normal game (mid and top)_
__f3__ ▶ _it starts for you a soloQ game (mid and top)_
__f4__ ▶ _it starts for you a flex game (mid and top)_
__f5__ ▶ _it starts for you an aram game_