diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..77938db --- /dev/null +++ b/Readme.md @@ -0,0 +1,19 @@ +# lolautoaccept + +This is a tool, that tries to automatically accept a league of legends game. +It is developed on linux mint and there is no effort to port it to other distributions or even windows. +It works by taking a screenshot every second, analysing it using opencv and clicking on accept using XInputSimulator. + +### Dependencies + - opencv4 + - [XInputSimulator](https://github.com/a3f/XInputSimulator.git) + +### Running +just execute it. + +The launcher should be in german (ignoring the text will be implemented soon). + +The program has troubles detecting the button, when the mouse is hovering it. + +The launcher should be in 1280x720 (this will be worked on soon). + diff --git a/imgs/Accept.png b/imgs/Accept.png new file mode 100644 index 0000000..95d98a9 Binary files /dev/null and b/imgs/Accept.png differ