Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7rebux/league-tools
A cross-platform desktop app with many League Client exploits (e.g profile customization)
https://github.com/7rebux/league-tools
lcu lcu-api league-of-legends riot-games
Last synced: 3 months ago
JSON representation
A cross-platform desktop app with many League Client exploits (e.g profile customization)
- Host: GitHub
- URL: https://github.com/7rebux/league-tools
- Owner: 7rebux
- License: mit
- Created: 2020-10-26T20:38:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T07:27:50.000Z (9 months ago)
- Last Synced: 2024-04-16T13:56:31.380Z (7 months ago)
- Topics: lcu, lcu-api, league-of-legends, riot-games
- Language: TypeScript
- Homepage:
- Size: 14.9 MB
- Stars: 47
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-league - League Tools - A cross-platform desktop app with many League Client exploits (e.g profile customization). (Applications)
README
# League Tools
![Issues](https://img.shields.io/github/issues-raw/7rebux/league-tools)
![Pull requests](https://img.shields.io/github/issues-pr/7rebux/league-tools)
![Last commit](https://img.shields.io/github/last-commit/7rebux/league-tools/main)
![License](https://img.shields.io/github/license/7rebux/league-tools)
![Stars](https://img.shields.io/github/stars/7rebux/league-tools)A cross-platform desktop app with many League Client exploits:
- Change your profile icon to any icon
- Change your profile background to any splashart
- Bypass status character limit
- Change your availability (for example appear as offline)
- Clear selected challenge tokens
- Use the same challenge token multiple times
- Display custom ranks in all ranked game modes & challenges## 𧩠Demo
## πΎ Installation
Either download and install the latest release or make your own changes to this project by cloning this repository.
### Download
- [Windows](https://github.com/7rebux/league-tools/releases/download/0.6.0/league-tools-0.6.0-win32-x64.zip)
- Linux (Coming soon)### Development
#### App
```bash
git clone "https://github.com/7rebux/league-tools"
npm i -G pnpm
cd "./league-tools"
pnpm i
pnpm start
```#### Component Library
```bash
cd "./component-lib"
pnpm i
pnpm start # This will start a local storybook instance
```Make sure to run `pnpm build` after you made changes, to update the library for the app project.
## π¨βπ» Contributing
Just open a pull request and explain your additions and changes.
## βΉοΈ Riot Games
This project isnβt endorsed by Riot Games and doesnβt reflect the views or opinions of Riot Games or anyone officially involved in producing or managing League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends Β© Riot Games, Inc.
## βοΈ License
This project is licensed under the MIT License - see the [LICENSE file](/LICENSE) for details
## π Related Projects
[Awesome League](https://github.com/CommunityDragon/awesome-league), a list of things that work with the League of Legends API.