Game update (14090)

This commit is contained in:
a2x
2025-07-29 18:11:56 +10:00
parent 778d3f2e4b
commit 7f60c80c21
93 changed files with 81586 additions and 66642 deletions

View File

@@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper
// 2025-07-16 05:17:05.277202900 UTC
// 2025-07-29 08:05:49.300075200 UTC
#pragma once
@@ -9,50 +9,49 @@ namespace cs2_dumper {
namespace offsets {
// Module: client.dll
namespace client_dll {
constexpr std::ptrdiff_t dwCSGOInput = 0x1A78280;
constexpr std::ptrdiff_t dwEntityList = 0x1A05670;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B28D78;
constexpr std::ptrdiff_t dwCSGOInput = 0x1D2BE10;
constexpr std::ptrdiff_t dwEntityList = 0x1CBE4A0;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1E019A0;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
constexpr std::ptrdiff_t dwGameRules = 0x1A69CB8;
constexpr std::ptrdiff_t dwGlobalVars = 0x184CEB0;
constexpr std::ptrdiff_t dwGlowManager = 0x1A69408;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A53C38;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18590D0;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A72ED0;
constexpr std::ptrdiff_t dwPrediction = 0x1858F50;
constexpr std::ptrdiff_t dwSensitivity = 0x1A6A9D8;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x1A78650;
constexpr std::ptrdiff_t dwViewMatrix = 0x1A6E3F0;
constexpr std::ptrdiff_t dwViewRender = 0x1A6ED00;
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A07700;
constexpr std::ptrdiff_t dwGameRules = 0x1D1D2E0;
constexpr std::ptrdiff_t dwGlobalVars = 0x1AE92E8;
constexpr std::ptrdiff_t dwGlowManager = 0x1D1D308;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1D100C0;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1AF4A20;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1D26E00;
constexpr std::ptrdiff_t dwPrediction = 0x1AF4950;
constexpr std::ptrdiff_t dwSensitivity = 0x1D1DE18;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x48;
constexpr std::ptrdiff_t dwViewAngles = 0x1D2C5C0;
constexpr std::ptrdiff_t dwViewMatrix = 0x1D21800;
constexpr std::ptrdiff_t dwViewRender = 0x1D22440;
constexpr std::ptrdiff_t dwWeaponC4 = 0x1CC1708;
}
// Module: engine2.dll
namespace engine2_dll {
constexpr std::ptrdiff_t dwBuildNumber = 0x540BE4;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x53FCE0;
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x368;
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x27C;
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x281447;
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xF0;
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x238;
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x36C;
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x228;
constexpr std::ptrdiff_t dwWindowHeight = 0x62359C;
constexpr std::ptrdiff_t dwWindowWidth = 0x623598;
constexpr std::ptrdiff_t dwBuildNumber = 0x5B94C4;
constexpr std::ptrdiff_t dwNetworkGameClient = 0x5B85B0;
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x358;
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x23C;
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x2C142F;
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xE8;
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 = 0x8AB4DC;
constexpr std::ptrdiff_t dwWindowWidth = 0x8AB4D8;
}
// Module: inputsystem.dll
namespace inputsystem_dll {
constexpr std::ptrdiff_t dwInputSystem = 0x387E0;
constexpr std::ptrdiff_t dwInputSystem = 0x459F0;
}
// Module: matchmaking.dll
namespace matchmaking_dll {
constexpr std::ptrdiff_t dwGameTypes = 0x1A52E0;
constexpr std::ptrdiff_t dwGameTypes_mapName = 0x120;
constexpr std::ptrdiff_t dwGameTypes = 0x1B3F10;
}
// Module: soundsystem.dll
namespace soundsystem_dll {
constexpr std::ptrdiff_t dwSoundSystem = 0x3A15F0;
constexpr std::ptrdiff_t dwSoundSystem = 0x3CF620;
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
}
}