From a4312e15700985cfa7c3e180301bfa5f9b1b0a52 Mon Sep 17 00:00:00 2001 From: mrbesen Date: Mon, 4 Jul 2022 23:23:38 +0200 Subject: [PATCH] update Readme --- Readme.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Readme.md b/Readme.md index 9089a8f..dd0b48d 100644 --- a/Readme.md +++ b/Readme.md @@ -2,8 +2,8 @@ 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 taking a screenshot every second, analysing it using opencv and clicking on `accept` using XInputSimulator. -It has problems when the champion you want to play is banned or picked by someone else. I only tested this in normals and ranked. (No Aram, Custom, URF, ....) +It works by accessing the launcher using the LCU-API more about that api can be found [here](http://www.mingweisamuel.com/lcu-schema/tool/). +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. @@ -13,16 +13,9 @@ There is a prebuild AppImage that should work on every linux x86_64 computer. ## Dependencies - Qt5 - - opencv4 - - X11 - - [XInputSimulator](https://github.com/a3f/XInputSimulator.git) (is a submodule) + - libcurl - [Log](https://git.okaestne.de/okaestne/Log) (is a submodule) -## Notes - * The Program should be able to detect the buttons no matter the client-language. But it was heavily tested with _german_. - * The program has troubles detecting the button, when the mouse is hovering it. (Dont hover the launcher with your mouse.) - * The launcher should be in 1280x720 (It might work with other resolutions, but they are not tested and are known to have potential problems). - * Needs X11 and probably does not work with wayland (ubuntu). But i did not try that. ## Compile Be sure to clone with submodules: @@ -31,8 +24,6 @@ git clone --recurse-submodules https://git.mrbesen.de/MrBesen/lolautoaccept.git ``` Then in its root folder: ``` -./makeXInputSimulator.sh - qmake # build the appimage