R3nzTheCodeGOD / R3nzSkin

Skin changer for League of Legends (LOL)
MIT License
4.82k stars 677 forks source link
cheat cheating cpp cpp17 cpp20 dll dll-injection game-hacking imgui internal json league-of-legends league-of-legends-cheat lol r3nzskin reverse-engineering skinchanger windows



C++ LOL Windows x64 License Issues Windows

R3nzSkin

Announcement

R3nzSkin is no longer supported due to Riot Games implementing Valorant's Vanguard anti-cheat to League of Legends

R3nzSkin is an internal skin changer for League of Legends.

Building

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

Usage

  1. Compile source or download a compiled version.
  2. 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).
  3. Press Insert to bring up the menu.
  4. Select the skin for you, your teammates, enemies, and 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.