Skip to content

Latest commit

 

History

History
94 lines (71 loc) · 2.8 KB

README.md

File metadata and controls

94 lines (71 loc) · 2.8 KB
logo

League-Token-Reaper

A python project that removes equiped tokens on league of legends. (This shouldn't result in any punishment from riot but you should ask them before you use this to be safe)
I did not make the powershell code, MaciejGorczyca did I linked him in the Acknowledgements.

last update forks stars open issues


Table of Contents

Getting Started

Prerequisites

This project uses Python 3.10.4

Installation

Git clone the repo and head into the the main folder to install the requirements.

  pip install -r requirements.txt

Either compile it using pyinstaller, py2exe or any prefered compiler or run it with:

  python main.py

Usage

Its pretty easy to use, on launch it will load the gui, you should have your game and matchamking menu open when running this.

screenshot

Once opened just hit the reap button and your tokens should reset.

screenshot

Contact

Project Link: https://github.com/kunaibox/lol-Autoaccept

Acknowledgements