R3nzSkin is no longer supported in Riot Server due to Riot Games implementing Valorant's Vanguard anti-cheat to League of Legends
由于Riot直营服引入了Valorant的反作弊机制Vanguard,R3nzskin将不再支持在Riot直营服使用
R3nzSkin
is an internal skin changer for League of Legends.
“R3nzSkin”是一个LOL内置的换肤器
- 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
- Clone the source with
git clone --recursive https://github.com/R3nzTheCodeGOD/R3nzSkin.git
- Build in Visual Studio 2019/2022 with configuration "Your Region - x64"
- Compile source or download a compiled version.
- Use
R3nzSkin_Injector.exe
or inject the built DLL into the game yourself.- 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).
- 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 SSE2 instructions are selected in project settings.
This program is an improved and updated version of the B3akers/LeagueSkinChanger project.