Advertisement
John

[PS4] WW2 1.11 Addresses & Offsets

Mar 31st, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.49 KB | None | 0 0
  1. const uint
  2.   G_Entity = 0x0C628A10,
  3.   G_Entity_Size = 0x418;
  4.  
  5. const uint
  6.   G_Entity_PlayerState = 0x258,
  7.   G_Entity_Health = 0x2DC;
  8.  
  9. const uint
  10.   PlayerState = 0x0C9C82C0,
  11.   PlayerState_Size = 0x6180;
  12.  
  13. const uint
  14.   PlayerState_Movement = 0x64,
  15.   PlayerState_Origin = 0x84,
  16.   PlayerState_EnableFiring = 0x65,
  17.   PlayerState_PrimaryWeapon = 0x418,
  18.   PlayerState_SecondaryAmmo = 0x718,
  19.   PlayerState_LethalAmmo = 0x730,
  20.   PlayerState_PrimaryAmmo = 0x748,
  21.   PlayerState_Name = 0x59FE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement