R3nzSkin icon indicating copy to clipboard operation
R3nzSkin copied to clipboard

Skin changer for League of Legends (LOL)

C++ LOL Windows x86 License Issues Windows

R3nzSkin

R3nzSkin is internal skin changer for League of Legends.

  • Change the skin of your champion and other champions 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

Building

  1. Clone the source with git clone --recursive https://github.com/R3nzTheCodeGOD/R3nzSkin.git
  2. Build in Visual Studio 2017/19 with configuration "Your Region"

Usage

  1. 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).
  2. Press Insert to bring up the menu.
  3. Select skin for you, your teammates, enemies, wards.

Further optimizations

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.

Credits

This program is an improved and updated version of the B3akers/LeagueSkinChanger project.