Skip to content

Commit

Permalink
Updated offsets
Browse files Browse the repository at this point in the history
  • Loading branch information
vxcall committed Nov 5, 2020
1 parent 0f10769 commit 38d8d0e
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 @@ -111,21 +111,21 @@ void OffsetsToml::Update(std::string& filename)
void OffsetsToml::Initialize(std::string& filename)
{
const toml::value data {
{"dwClientState", 0x58CFE4},
{"dwClientState", 0x58DFE4},
{"dwClientState_State", 0x108},
{"dwForceBackward", 0x31838E8},
{"dwForceRight", 0x3183900},
{"dwForceForward", 0x3183954},
{"dwForceJump", 0x51FBFB8},
{"dwForceLeft", 0x31838DC},
{"dwViewMatrix", 0x4D43CC4},
{"dwForceBackward", 0x31838D8},
{"dwForceRight", 0x31838F0},
{"dwForceForward", 0x3183944},
{"dwForceJump", 0x51FBFA8},
{"dwForceLeft", 0x31838CC},
{"dwViewMatrix", 0x4D43CB4},
{"dwClientState_MaxPlayer", 0x388},
{"dwClientState_ViewAngles", 0x4D88},
{"dwClientState_ViewAngles", 0x4D90},
{"dwppDirect3DDevice9", 0xA7050},
{"dwEntityList", 0x4D523AC},
{"dwEntityList", 0x4D5239C},
{"dwLocalPlayer", 0xD3DD14},
{"dwGlowObjectManager", 0x529A1E0},
{"dwForceAttack", 0x3183930},
{"dwGlowObjectManager", 0x529A1D0},
{"dwForceAttack", 0x3183920},
{"m_vecOrigin", 0x138},
{"m_iHealth", 0x100},
{"m_vecViewOffset", 0x108},
Expand Down

0 comments on commit 38d8d0e

Please sign in to comment.