Skip to content

Commit

Permalink
updated offset
Browse files Browse the repository at this point in the history
  • Loading branch information
vxcall authored Feb 23, 2022
1 parent a05aa52 commit fadd7c1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Dainsleif/Save/OffsetsToml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,17 @@ void OffsetsToml::Update(std::string& filename)
void OffsetsToml::Initialize(std::string& filename)
{
const toml::value data {
{"dwClientState", 0x58BFC4},
{"dwForceAttack", 0x31FF054},
{"dwForceBackward", 0x31FF0A8},
{"dwForceForward", 0x31FF09C},
{"dwForceJump", 0x52789F8},
{"dwForceLeft", 0x31FF0B4},
{"dwForceRight", 0x31FF0C0},
{"dwEntityList", 0x4DCEB7C},
{"dwLocalPlayer", 0xDB35EC},
{"dwGlowObjectManager", 0x5316E98},
{"dwViewMatrix", 0x4DC0494},
{"dwClientState", 0x58CFC4},
{"dwForceAttack", 0x31FE33C},
{"dwForceBackward", 0x31FE384},
{"dwForceForward", 0x31FE378},
{"dwForceJump", 0x5277DA0},
{"dwForceLeft", 0x31FE390},
{"dwForceRight", 0x31FE39C},
{"dwEntityList", 0x4DCDE7C},
{"dwLocalPlayer", 0xDB25DC},
{"dwGlowObjectManager", 0x5316290},
{"dwViewMatrix", 0x4DBF794},
{"dwClientState_State", 0x108},
{"dwClientState_MaxPlayer", 0x388},
{"dwClientState_ViewAngles", 0x4D90},
Expand Down

0 comments on commit fadd7c1

Please sign in to comment.