I am currently continuing my military service, and as the place where I am serving is a border region, updates may be delayed or may not arrive.
R3nzSkin
is internal skin changer for League of Legends.
- Change the skin of your champion, your ward, other champions, towers, minions and jungle monsters in the game.
- Automatic skins database update.
- Support for spectator mode.
- Change skins anytime and unlimited times in single game.
- Supports all Popular languages in the world.
- In-game configuration with ImGui.
- JSON based configuration saving & loading
- Clone the source with
git clone --recursive https://github.com/R3nzTheCodeGOD/R3nzSkin.git
- Build in Visual Studio 2017/19 with configuration "Your Region - x64"
- Compile source or download compiled version.
- Use
R3nzSkin_Injector
or inject the resulting DLL into the game yourself.- Administrator privilege may be needed if failed to inject.
- League client can crash if injected before going into arena.
- A workaround is to not inject until you are in the arena (you will need to be fast to not disrupt the game).
- Press Insert to bring up the menu.
- Select skin for you, your teammates, enemies, wards.
If your CPU supports AVX / AVX2 / AVX-512 instruction set, you can enable it in project settings. This should result in more performant code, optimized for your CPU. Currently SSE2 instructions are selected in project settings.
This program is an improved and updated version of the B3akers/LeagueSkinChanger project.