Coder Social home page Coder Social logo

r3nzthecodegod / r3nzskin Goto Github PK

View Code? Open in Web Editor NEW
4.6K 58.0 620.0 621 KB

Skin changer for League of Legends (LOL)

License: MIT License

C++ 79.62% Assembly 20.35% Python 0.04%
windows internal cpp dll json league-of-legends cheat cheating cpp17 cpp20

r3nzskin's Introduction

C++ LOL Windows x64 License Issues Windows

R3nzSkin

Announcement

R3nzSkin will no longer be supported by 2024 due to Riot Games implementing Valorant's Vanguard anti-cheat to League of Legends

R3nzSkin is an 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 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

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.

r3nzskin's People

Contributors

hotline1337 avatar r3nzthecodegod avatar yx-2 avatar ztmzzz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

r3nzskin's Issues

LoL crashes after patch 11.23

Apologies if this is not appropriate I was just wondering if it's on my end or the skin changer has not been updated yet. It crashes the game when injecting before and after the game starts, which it has not done before the most recent patch. Playing on EUNE live launcher.

Chinese Server Inject Dll Error Log

BugTrace.log
MiniDumpType:0; Time:2021-10-31 14:31:34; Thread ID:0x00002BBC; ExceptionAddress:0x9E6BA; ExceptionCode:0xC0000005; RetAddr:ModName:Args to Child; [0x9e6ba]:[0x1B200000]:[R3nzSkin.dll]:[0xF6A0D394,0x208,0x3FC9DD60,0x3FC9DE38]; [0x9E3DE]:[0x00000000]:[unknown module]:[0x0,0x1A0B1420,0xF6A0D2C0,0x769109C0]; [0xA2A09]:[0x00000000]:[unknown module]:[0x0,0x1B36FF68,0x1B36FF68,0x1F4]; [0x1F989]:[0x768F0000]:[KERNEL32.DLL]:[0x1B200000,0x7690F970,0x1B36FFDC,0x779674A4]; [0x674A4]:[0x77900000]:[ntdll.dll]:[0x1B200000,0x56C8E731,0x0,0x0]; [0x67474]:[0x77900000]:[ntdll.dll]:[0xFFFFFFFF,0x77987362,0x0,0x0]; [0x0]:[0x00400000]:[League of Legends.exe]:[0x1B2A2990,0x1B200000,0x0,0x0];

game crashing even after the update 11.22

Hey there mates, i have an issue with the game crashing even after the latest update of the program.
Doing everything correctly as i should just like with the last patch and version and suddenly it just doesnt work.
Everytime i inject it the game just freezes and crashes, reconnecting doesnt help.
Anyone having the same issue?
Please if so let me know and help me fixing it <33

Ban rate?

The title explain all (a friend told me this question... i use in my first acc since 3 month ago and i never get banned THANKS R3zn)

Tutorial : How to change offsets by yourself

So let's first assume that change is always the same and you do not need to go 'advanced' mode to check errors - what actually went wrong.

So we will assume only : characterdatastack_update : changed in the new patch.

Alright. First thing you have to do if you are not a master in finding out what are new offesets. You will go on :

https://www.unknowncheats.me/forum/league-of-legends/310587-league-legends-reversal-structs-offsets-232.html

And politely ask someone for characterdatastack_update.

DO NOT SPAM ... if a fellow cutie from this git already asked ... wait patiently. No you are not POTUS so just wait.

Usually they will respond like here :

image

Then if you have project on your disk - you can go straight to it - if not download it .zip

image

Unzip it. Go into the folder and run .sln (you need visual studio ... grab free one or **** one? if you are a student you can have it for free for sure)

image

Run .sln file ...

When inside change this at top :

image

At the right find memory.cpp

image

Go find offset you want to change

image

When you did that ...

On the right side click right button -> select build (look at picture)

image

Now go back to the folder and open Release folder. Inside you will have a fresh .dll file named : R3nzSkin.dll

Copy it to your ATM .exe spot and replace the old .dll with a new one.

That's it ... now you know.

But as said. This is crashing for me ... I do not have time to sink into this to check what (also) got changed ...

I hope this helps. Admin pin it <3

still crashes?

it still crashes my game even after the updates, only when i run it before the game starts though.

God-king Garen missing E animation

Spin animation does not activate after using E, the spin particles are present but Garen himself just continues to use his normal walking anim.

GUI doesnt pop up

i was using it a while ago without any issue but from last patch the gui doesnt pop up anymore and the script keep spamming "injected succesfully" let me know if there is anyway to fix it :)

Issue with building on Visual Studios

Severity Code Description Project File Line Suppression State
Error MSB4030 "Default" is an invalid value for the "ConformanceMode" parameter of the "CL" task. The "ConformanceMode" parameter is of type "System.Boolean". R3nzSkin_Injector C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets 653

Game crashes

Game freezes and crashes when I inject ingame in practice tool
I tried injecting before starting up a practice game to test
I tried injecting during loading screen

All 3 ended with same result, any clues what I do wrong? I run with Admin rights for the injector

oyundan atma ve menü

alt tab attığımda oyundna atıyor. tam ekrandayken oluyor bu sorun. çerçevesizde olmuyor.

Anxious injector

It's easy to get a ban on a Korean server. So I'm not sure if I can use it. Please help me.

If possible, can you make a safe injector? Excluding Load Library Injectors

unable to select dropdown menu

unable to select anything in the drop down menu, the menu opens up fine and i can open/close it, but i can't select anything. launched as admin and non-admin

Changable open key

Button to change the open key for people who do not have the insert key for example my friend has 60% keyb and doesn't have insert key for whatever reason so he can't close the menu. I will try doing a pr but im not sure if it will come anytime soon as i don't have that much experience with c++ yet

TFT

Will there be TFT Support in future?

Jhin 4th Shot

Just wanted to let you know Jhin's 4th shot is still grey when it's usually purple.

Shroom bug persists

Unfortunately, even with the new base, this bug persists.

download

Exact steps to reproduce:

  1. Open a Practice Tool match as Teemo with the Cottontail skin (Probably works with other skins?)
  2. Level up to Level 6, put a point in your ultimate
  3. Place one shroom, should be normal. Change the skin to Beemo skin, and the shroom will update correctly
  4. Place another shroom after the update finishes, and it will have the Beemo shape with the Cottontail texture as pictured

Crash

It used to work fine but a few days ago, when it got injected it crashed. it's not a immediate crash anyways. After the loading screen, when the game begins, it crashes. I also tried injecting in game after the loading screen, it also crashed. I also use Garena, so maybe a seperate version of garena?

China Server New Critical error Info

Inked捕获_LI
As shown in the figure, there is an error after CE injection on the left, and an error after forced injection on the right.
They have one thing in common, the KERNEL32 API address cannot be found
I think this is the most critical issue
Error Api: KERNEL32!InitOnceComplete

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.