Skip to content

Theseaway/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, 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
  • Using x86RetSpoof, League functions are called with spoofed return address

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. Compile source or download compiled version.
  2. 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).
  3. Press Insert to bring up the menu.
  4. 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. 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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.6%
  • Assembly 20.4%