mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
Game Update (14297)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-09-26 02:01:31.346153900 UTC
|
||||
// 2025-10-02 00:16:01.097387800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1E2B4F0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1D042D8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FA51C8;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1E37B30;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1D10658;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FB1848;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1E20338;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1BD4FA0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1E1D1D8;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E0D3E8;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1BDFD10;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1E25A58;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1BDFC40;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1E1DC38;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1E2C978;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1BE1120;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1E29818;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E19958;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1BEBEA0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1E32098;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1BEBDD0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1E2A278;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x48;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1E2BBA0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1E21090;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1E21EB0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1DBE948;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1E381E0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1E2D6D0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1E2E4F0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1DCADE8;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@@ -38,8 +38,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x230;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x23C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x220;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x8E967C;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x8E9678;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x8E9664;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x8E9660;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
Reference in New Issue
Block a user