Skip to content

Commit

Permalink
Updated offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterY52 committed Mar 30, 2021
1 parent b962b49 commit b14603a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ UnknownCheats thread: https://www.unknowncheats.me/forum/apex-legends/406426-kvm

Bone IDs reference: https://www.unknowncheats.me/wiki/Apex_Legends_Bones_and_Hitboxes

Game version (Steam & Origin): v3.0.5.164
Game version (Steam & Origin): v3.0.6.200
8 changes: 4 additions & 4 deletions apex_dma/offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

#if VERSION == STEAM

#define OFFSET_ENTITYLIST 0x18da3d8
#define OFFSET_LOCAL_ENT 0x1c89a38 //LocalPlayer
#define OFFSET_ENTITYLIST 0x18da3f8
#define OFFSET_LOCAL_ENT 0x1c89a78 //LocalPlayer
#define OFFSET_NAME_LIST 0x8133270

#define OFFSET_TEAM 0x450 //m_iTeamNum
Expand Down Expand Up @@ -47,8 +47,8 @@

#elif VERSION == ORIGIN

#define OFFSET_ENTITYLIST 0x18da3d8
#define OFFSET_LOCAL_ENT 0x1c89a38 //LocalPlayer
#define OFFSET_ENTITYLIST 0x18da3f8
#define OFFSET_LOCAL_ENT 0x1c89a78 //LocalPlayer
#define OFFSET_NAME_LIST 0x8133270

#define OFFSET_TEAM 0x450 //m_iTeamNum
Expand Down

0 comments on commit b14603a

Please sign in to comment.