You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 days ago | |
---|---|---|
.vscode | 11 months ago | |
debian | 4 months ago | |
include | 3 days ago | |
resources | 2 weeks ago | |
src | 3 days ago | |
tests | 1 year ago | |
thirdparty | 7 months ago | |
ui | 2 weeks ago | |
.gitignore | 9 months ago | |
.gitmodules | 7 months ago | |
Readme.md | 11 months ago | |
lolautoaccept.pro | 1 month ago |
Readme.md
lolautoaccept
This is a tool, that tries to automatically accept a league of legends game. It is developed on linux and there is no effort to port it to windows. It works by accessing the launcher using the LCU-API more about that api can be found here. I only tested this in normals and ranked (No Aram, Custom, URF, ....) but you may want to give it a try.
Prebuilt Binary
There is a prebuild AppImage that should work on every linux x86_64 computer.
- Download: here
- give execute rights
chmod +x LoLAutoAccept-*-x86_64.AppImage
- execute - dubble click or
./LoLAutoAccept-*-x86_64.AppImage
Dependencies
- Qt5
- libcurl
- Log (is a submodule)
Compile
Be sure to clone with submodules:
git clone --recurse-submodules https://git.mrbesen.de/MrBesen/lolautoaccept.git
Then in its root folder:
qmake
# build the appimage
make -j appimg
# or just the main binary
make -j
You can get better Logging with:
./lolautoaccept --debug-log
(This will also create a log.txt
)