Skip to content

Commit

Permalink
14.6 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Mar 21, 2024
1 parent 2a17c66 commit f383356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions R3nzSkin/memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Memory {
},
{
{
"48 8D 8B ? ? ? ? 48 89 44 24 ? C7 44 24"
"48 8D 8D ? ? 00 00 44 8B 8C 24 ? ? 00 00"
}, false, true, false, 0, &offsets::AIBaseCommon::CharacterDataStack
},
{
Expand All @@ -112,7 +112,7 @@ class Memory {
},
{
{
"E8 ? ? ? ? 41 8B 97 ? ? ? ? 48 8B 0D ? ? ? ?"
"E8 ? ? ? ? 48 8D 8D ? ? 00 00 E8 ? ? ? ? 48 85 C0 74 ? 48 85 ED"
}, true, false, false, 0, &offsets::functions::CharacterDataStack__Push
},
{
Expand Down
2 changes: 1 addition & 1 deletion R3nzSkin/offsets.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace offsets {
namespace GameObject {
namespace VTable {
enum {
IsLaneMinion = 0xE7, // E8 ? ? ? ? 84 C0 0F 84 ? ? ? ? 39 1F
IsLaneMinion = 0xE8, // E8 ? ? ? ? 84 C0 0F 84 ? ? ? ? 39 1F
IsEliteMinion = IsLaneMinion + 0x1,
IsEpicMinion = IsEliteMinion + 0x1,
IsMinion = IsEpicMinion + 0x4,
Expand Down

1 comment on commit f383356

@Yatobeat
Copy link

Choose a reason for hiding this comment

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

<3

Please sign in to comment.