Skip to content

Commit

Permalink
14.4 Patch Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Feb 22, 2024
1 parent 1de7208 commit 2a17c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R3nzSkin/SDK/Champion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
class Champion {
PAD(0x8)
AString champion_name;
PAD(0xD0)
PAD(0xA0)
RiotArray<Skin> skins;
};
3 changes: 2 additions & 1 deletion R3nzSkin/SDK/Skin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
#include <cstdint>

#include "AString.hpp"
#include "Pad.hpp"

class Skin {
public:
std::int32_t skin_id;
std::int32_t unknown; // always 0x1f4
PAD(0x4)
AString skin_name;
};

6 comments on commit 2a17c66

@anhpham258
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks u sir

@cccccaaaaaaa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you very much

@BourgeoisieBabe
Copy link

@BourgeoisieBabe BourgeoisieBabe commented on 2a17c66 Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

be careful it contains a key logger

@PATOLORDX
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a problem with me after downloading, it says that two files are missing, I have to reinstall the program again

@Yatobeat
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quando sai do 14.6?

@Tamior930
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

be careful it contains a key logger

where

Please sign in to comment.