mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
Game update (14005) (2)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-27 00:03:34.843899 UTC
|
||||
// 2024-05-01 00:25:27.858971200 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,43 +9,43 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x192EF50;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x18C6268;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E3B60;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1932AC0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x18C9E78;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E7560;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1923360;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x172DD50;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1923778;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1915C08;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173A3B8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x192C3F8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x173A280;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x19240A8;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1926D80;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1730F20;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x19271A0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1919588;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173D5A8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x192FF68;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x173D470;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1927AC8;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x19342E0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x19278A0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x19280A0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x18C9830;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1937E50;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x192B2C0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x192BAC0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CD2D0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x516574;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x515AC8;
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x518744;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x517AF8;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x258;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_getMaxClients = 0x250;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x240;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5CEE4C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5CEE48;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5D1084;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5D1080;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x367A0;
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x377C0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
namespace matchmaking_dll {
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x1D21E0;
|
||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x1D2300;
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x1D2290;
|
||||
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x1D23B0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user