R3nzTheCodeGOD / R3nzSkin

Skin changer for League of Legends (LOL)
MIT License
4.82k stars 679 forks source link

cant this work? #1147

Closed 14fedora closed 1 month ago

14fedora commented 1 month ago

why dont u guys change dll of skin changer like cslol did?

ConeDjordjic commented 1 month ago

why dont u guys change dll of skin changer like cslol did?

ignore the guy copy pasting. the issue is that the way r3nz skin changes skins is directly through the memory which vanguard forbids and as of right now there are no public methods to avoid getting detected. however, cslol doesn't mess with the game memory, instead when the game calls createfilea to load ur skin, the hook detours and loads the skin you want instead of what it thinks it loaded

ConeDjordjic commented 1 month ago

why dont u guys change dll of skin changer like cslol did?

ignore the guy copy pasting. the issue is that the way r3nz skin changes skins is directly through the memory which vanguard forbids and as of right now there are no public methods to avoid getting detected. however, cslol doesn't mess with the game memory, instead when the game calls createfilea to load ur skin, the hook detours and loads the skin you want instead of what it thinks it loaded

Vanguard prevent injection it why R3nzSkin is not working with Vanguard IMG_0079

On patch 14.10 R3nzSkin work when Vanguard is not running IMG_0219

you cannot prevent dll injections. what you can prevent is messing with game memory which is exactly what vanguard does