Automatically accept lol matches
Go to file
mrbesen a6f391cc4b disbale certchecks on windows (for now) 2022-08-28 11:32:54 +02:00
.vscode debug-log option in debugging 2022-07-10 01:51:22 +02:00
include disbale certchecks on windows (for now) 2022-08-28 11:32:54 +02:00
src Tooltip for champrows 2022-08-28 01:43:14 +02:00
tests initial 2022-03-01 01:28:30 +01:00
thirdparty smite warning 2022-08-26 02:12:25 +02:00
ts Tooltip for champrows 2022-08-28 01:43:14 +02:00
ui add smitewarn checkbox to ui 2022-08-26 13:47:21 +02:00
.gitignore added icon 2022-05-21 00:12:52 +02:00
.gitmodules removed XInputSimulator 2022-07-02 17:41:02 +02:00
Readme.md update Readme 2022-07-04 23:23:38 +02:00
lolautoaccept.desktop added icon 2022-05-21 00:12:52 +02:00
lolautoaccept.pro use rsvg-convert instead of inkscape 2022-08-28 00:28:51 +02:00
lolautoaccept.svg added icon 2022-05-21 00:12:52 +02:00

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.

  1. Download: here
  2. give execute rights chmod +x LoLAutoAccept-*-x86_64.AppImage
  3. 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)