mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game update (14013)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-05 00:45:27.941820300 UTC
|
||||
// 2024-06-11 01:24:17.538973200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x19C62F0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x195C460;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A7B2C8;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x19C7310;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x195D480;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A7C308;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x19B9FB8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x17BD158;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x19B96D0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19AC728;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17C9468;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x19C3668;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x17C9320;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x19BAC78;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x19BAFD8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x17BE0F8;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x19BA6F0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19AD748;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17CA468;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x19C4688;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x17CA320;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x19BBC98;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x19CB708;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19BE600;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x19BEF18;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1960470;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x19CC728;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19BF620;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x19BFF38;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1961490;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@@ -40,8 +40,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x174;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwSoundService = 0x5DCB10;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5E0494;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5E0490;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5E048C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5E0488;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
Reference in New Issue
Block a user