Skip to content

Skin changer for League of Legends (LOL)

License

Notifications You must be signed in to change notification settings

Yx-2/R3nzSkin

 
 

Repository files navigation

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 "Release | x86"

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.

Note: If you are going to use the cheat on the China Server, you need to run the game as Legacy DirexctX9.

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. Currently SSE2 instructions are selected in project settings.

Credits

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

About

Skin changer for League of Legends (LOL)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 79.2%
  • Assembly 20.8%