Skip to content

Commit

Permalink
14.2 patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
R3nzTheCodeGOD committed Jan 25, 2024
1 parent 88fff8b commit 1de7208
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions R3nzSkin/memory.hpp
Expand Up @@ -77,12 +77,12 @@ class Memory {
},
{
{
"48 8B 0D ? ? ? ? E8 ? ? ? ? E8 ? ? ? ? 48 8B 0D ? ? ? ? E8 ? ? ? ? 48 8B 0D ? ? ? ? E8 ? ? ? ? 33 C9"
"48 8B 0D ? ? ? ? E8 ? ? ? ? E8 ? ? ? ? E8 ? ? ? ? 48 8B C8 48 8B 10"
}, true, false, true, 0, &offsets::global::ManagerTemplate_AIMinionClient_
},
{
{
"48 8B 0D ? ? ? ? 48 8B DA 48 8B 52 30"
"48 8B 1D ? ? ? ? 48 8B 5B 28 48 85 DB"
}, true, false, true, 0, &offsets::global::ManagerTemplate_AITurret_
},
{
Expand All @@ -97,7 +97,7 @@ class Memory {
},
{
{
"40 38 BB ? ? 00 00 0F 85 ? ? 00 00 66 C7 83 ? ? ? ? ? ? 0F 31 48 C1 E2 20 4C 8D 83 ? ? 00 00 48 0B C2 44 8B CF 48 89 44 24 ? 8B D7 48 63 C2"
"40 38 BB ? ? 00 00 0F 85 ? ? 00 00 66 C7 83 ? ? ? ? ? ? 0F 31 48 C1 E2 20 4C 8D 83 ? ? 00 00 48 0B C2 44 8B CF 48 89 44 24 38 8B D7"
}, false, true, false, 0, &offsets::AIBaseCommon::SkinId
},
{
Expand Down
2 changes: 1 addition & 1 deletion R3nzSkin/offsets.hpp
Expand Up @@ -6,7 +6,7 @@ namespace offsets {
namespace GameObject {
namespace VTable {
enum {
IsLaneMinion = 0xE9, // 48 8B 06 48 8B CE FF 90 ? ? 00 00 48 8B ? 24 ? ? 00 00
IsLaneMinion = 0xE7, // E8 ? ? ? ? 84 C0 0F 84 ? ? ? ? 39 1F
IsEliteMinion = IsLaneMinion + 0x1,
IsEpicMinion = IsEliteMinion + 0x1,
IsMinion = IsEpicMinion + 0x4,
Expand Down

4 comments on commit 1de7208

@anhpham258
Copy link

Choose a reason for hiding this comment

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

thanks for the patch

@robotscreater
Copy link

Choose a reason for hiding this comment

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

where is the "dll"file?

@hirek3uwu
Copy link

Choose a reason for hiding this comment

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

we need new uptade ;/

@UnderWorldxz
Copy link

Choose a reason for hiding this comment

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

need new uptade :c

Please sign in to comment.