- Change the skin of your champion, your ward, other champions, towers, minions, and jungle monsters in the game.
- Automatic skin database update.
- Support for spectator mode.
- Change skins anytime and unlimited times in a single game.
- Supports all popular languages in the world.
- In-game configuration with ImGui.
- JSON based configuration saving & loading
- Compile source or download a compiled version.
- Use
R3nzSkin_Injector.exe
or inject the built DLL into the game yourself.- If you use the
R3nzSkin_Injector.exe
injector, you need to renamesunskin.dll
toR3nzSkin.dll
and placeR3nzSkin.dll
in the same directory asR3nzSkin_Injector.exe
- You will find that
R3nzSkin.dll
already exists in the folder, cool! I recommend you to use it
- You will find that
- Administrator privilege may be needed if the injector failed to inject the DLL.
- League client can crash if
R3nzSkin
is injected before being in the game.- A workaround is to not inject until you are in the game (you will need to be fast to not disrupt the game).
- If you use the
- Press Insert to bring up the menu.
- Select the skin for you, your teammates, enemies, and 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 AVX2 instructions are selected in project settings.
This program is an learn and study version of the R3nzTheCodeGOD/R3nzSkin project.