mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-02-15 03:57:22 +08:00
fix: game update
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x1BE83A0;
|
||||
public const nint attack2 = 0x1BE8430;
|
||||
public const nint back = 0x1BE8670;
|
||||
public const nint duck = 0x1BE8940;
|
||||
public const nint forward = 0x1BE85E0;
|
||||
public const nint jump = 0x1BE88B0;
|
||||
public const nint left = 0x1BE8700;
|
||||
public const nint lookatweapon = 0x1E3C070;
|
||||
public const nint reload = 0x1BE8310;
|
||||
public const nint right = 0x1BE8790;
|
||||
public const nint showscores = 0x1E3BF50;
|
||||
public const nint sprint = 0x1BE8280;
|
||||
public const nint turnleft = 0x1BE84C0;
|
||||
public const nint turnright = 0x1BE8550;
|
||||
public const nint use = 0x1BE8820;
|
||||
public const nint zoom = 0x1E3BFE0;
|
||||
public const nint attack = 0x205A560;
|
||||
public const nint attack2 = 0x205A5F0;
|
||||
public const nint back = 0x205A830;
|
||||
public const nint duck = 0x205AB00;
|
||||
public const nint forward = 0x205A7A0;
|
||||
public const nint jump = 0x205AA70;
|
||||
public const nint left = 0x205A8C0;
|
||||
public const nint lookatweapon = 0x23111F0;
|
||||
public const nint reload = 0x205A4D0;
|
||||
public const nint right = 0x205A950;
|
||||
public const nint showscores = 0x23110D0;
|
||||
public const nint sprint = 0x205A440;
|
||||
public const nint turnleft = 0x205A680;
|
||||
public const nint turnright = 0x205A710;
|
||||
public const nint use = 0x205A9E0;
|
||||
public const nint zoom = 0x2311160;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x1BE83A0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x1BE8430;
|
||||
constexpr std::ptrdiff_t back = 0x1BE8670;
|
||||
constexpr std::ptrdiff_t duck = 0x1BE8940;
|
||||
constexpr std::ptrdiff_t forward = 0x1BE85E0;
|
||||
constexpr std::ptrdiff_t jump = 0x1BE88B0;
|
||||
constexpr std::ptrdiff_t left = 0x1BE8700;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1E3C070;
|
||||
constexpr std::ptrdiff_t reload = 0x1BE8310;
|
||||
constexpr std::ptrdiff_t right = 0x1BE8790;
|
||||
constexpr std::ptrdiff_t showscores = 0x1E3BF50;
|
||||
constexpr std::ptrdiff_t sprint = 0x1BE8280;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1BE84C0;
|
||||
constexpr std::ptrdiff_t turnright = 0x1BE8550;
|
||||
constexpr std::ptrdiff_t use = 0x1BE8820;
|
||||
constexpr std::ptrdiff_t zoom = 0x1E3BFE0;
|
||||
constexpr std::ptrdiff_t attack = 0x205A560;
|
||||
constexpr std::ptrdiff_t attack2 = 0x205A5F0;
|
||||
constexpr std::ptrdiff_t back = 0x205A830;
|
||||
constexpr std::ptrdiff_t duck = 0x205AB00;
|
||||
constexpr std::ptrdiff_t forward = 0x205A7A0;
|
||||
constexpr std::ptrdiff_t jump = 0x205AA70;
|
||||
constexpr std::ptrdiff_t left = 0x205A8C0;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x23111F0;
|
||||
constexpr std::ptrdiff_t reload = 0x205A4D0;
|
||||
constexpr std::ptrdiff_t right = 0x205A950;
|
||||
constexpr std::ptrdiff_t showscores = 0x23110D0;
|
||||
constexpr std::ptrdiff_t sprint = 0x205A440;
|
||||
constexpr std::ptrdiff_t turnleft = 0x205A680;
|
||||
constexpr std::ptrdiff_t turnright = 0x205A710;
|
||||
constexpr std::ptrdiff_t use = 0x205A9E0;
|
||||
constexpr std::ptrdiff_t zoom = 0x2311160;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 29262752,
|
||||
"attack2": 29262896,
|
||||
"back": 29263472,
|
||||
"duck": 29264192,
|
||||
"forward": 29263328,
|
||||
"jump": 29264048,
|
||||
"left": 29263616,
|
||||
"lookatweapon": 31703152,
|
||||
"reload": 29262608,
|
||||
"right": 29263760,
|
||||
"showscores": 31702864,
|
||||
"sprint": 29262464,
|
||||
"turnleft": 29263040,
|
||||
"turnright": 29263184,
|
||||
"use": 29263904,
|
||||
"zoom": 31703008
|
||||
"attack": 33924448,
|
||||
"attack2": 33924592,
|
||||
"back": 33925168,
|
||||
"duck": 33925888,
|
||||
"forward": 33925024,
|
||||
"jump": 33925744,
|
||||
"left": 33925312,
|
||||
"lookatweapon": 36770288,
|
||||
"reload": 33924304,
|
||||
"right": 33925456,
|
||||
"showscores": 36770000,
|
||||
"sprint": 33924160,
|
||||
"turnleft": 33924736,
|
||||
"turnright": 33924880,
|
||||
"use": 33925600,
|
||||
"zoom": 36770144
|
||||
}
|
||||
}
|
||||
@@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x1BE83A0;
|
||||
pub const attack2: usize = 0x1BE8430;
|
||||
pub const back: usize = 0x1BE8670;
|
||||
pub const duck: usize = 0x1BE8940;
|
||||
pub const forward: usize = 0x1BE85E0;
|
||||
pub const jump: usize = 0x1BE88B0;
|
||||
pub const left: usize = 0x1BE8700;
|
||||
pub const lookatweapon: usize = 0x1E3C070;
|
||||
pub const reload: usize = 0x1BE8310;
|
||||
pub const right: usize = 0x1BE8790;
|
||||
pub const showscores: usize = 0x1E3BF50;
|
||||
pub const sprint: usize = 0x1BE8280;
|
||||
pub const turnleft: usize = 0x1BE84C0;
|
||||
pub const turnright: usize = 0x1BE8550;
|
||||
pub const r#use: usize = 0x1BE8820;
|
||||
pub const zoom: usize = 0x1E3BFE0;
|
||||
pub const attack: usize = 0x205A560;
|
||||
pub const attack2: usize = 0x205A5F0;
|
||||
pub const back: usize = 0x205A830;
|
||||
pub const duck: usize = 0x205AB00;
|
||||
pub const forward: usize = 0x205A7A0;
|
||||
pub const jump: usize = 0x205AA70;
|
||||
pub const left: usize = 0x205A8C0;
|
||||
pub const lookatweapon: usize = 0x23111F0;
|
||||
pub const reload: usize = 0x205A4D0;
|
||||
pub const right: usize = 0x205A950;
|
||||
pub const showscores: usize = 0x23110D0;
|
||||
pub const sprint: usize = 0x205A440;
|
||||
pub const turnleft: usize = 0x205A680;
|
||||
pub const turnright: usize = 0x205A710;
|
||||
pub const r#use: usize = 0x205A9E0;
|
||||
pub const zoom: usize = 0x2311160;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14129,
|
||||
"timestamp": "2025-12-21T11:22:37.665735500+00:00"
|
||||
"build_number": 14130,
|
||||
"timestamp": "2026-01-21T23:45:27.960850+00:00"
|
||||
}
|
||||
@@ -1,73 +1,73 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
public static class AnimationsystemDll {
|
||||
public const nint AnimationSystemUtils_001 = 0x7C2B70;
|
||||
public const nint AnimationSystem_001 = 0x7BAA90;
|
||||
public const nint AnimationSystemUtils_001 = 0x7F25B8;
|
||||
public const nint AnimationSystem_001 = 0x7EA4D0;
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x1BE7BB0;
|
||||
public const nint EmptyWorldService001_Client = 0x1BA2FC0;
|
||||
public const nint GameClientExports001 = 0x1BE4890;
|
||||
public const nint LegacyGameUI001 = 0x1C03130;
|
||||
public const nint Source2Client002 = 0x1E2C570;
|
||||
public const nint Source2ClientConfig001 = 0x1DC5DD0;
|
||||
public const nint Source2ClientPrediction001 = 0x1BEEE40;
|
||||
public const nint Source2ClientUI001 = 0x1C01670;
|
||||
public const nint ClientToolsInfo_001 = 0x2059D90;
|
||||
public const nint EmptyWorldService001_Client = 0x2013D10;
|
||||
public const nint GameClientExports001 = 0x2056A70;
|
||||
public const nint LegacyGameUI001 = 0x2074330;
|
||||
public const nint Source2Client002 = 0x23006F0;
|
||||
public const nint Source2ClientConfig001 = 0x2284610;
|
||||
public const nint Source2ClientPrediction001 = 0x20616E0;
|
||||
public const nint Source2ClientUI001 = 0x2072B60;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x5F7630;
|
||||
public const nint BugService001 = 0x8ABC80;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x8ED390;
|
||||
public const nint EngineGameUI001 = 0x5F52F0;
|
||||
public const nint EngineServiceMgr001 = 0x8ECC90;
|
||||
public const nint GameEventSystemClientV001 = 0x8ECF60;
|
||||
public const nint GameEventSystemServerV001 = 0x8ED080;
|
||||
public const nint GameResourceServiceClientV001 = 0x5F7730;
|
||||
public const nint GameResourceServiceServerV001 = 0x5F7790;
|
||||
public const nint GameUIService_001 = 0x8AC0B0;
|
||||
public const nint HostStateMgr001 = 0x5F7FF0;
|
||||
public const nint INETSUPPORT_001 = 0x5F0870;
|
||||
public const nint InputService_001 = 0x8AC3A0;
|
||||
public const nint KeyValueCache001 = 0x5F80A0;
|
||||
public const nint MapListService_001 = 0x8EB310;
|
||||
public const nint NetworkClientService_001 = 0x8EB4A0;
|
||||
public const nint NetworkP2PService_001 = 0x8EB7C0;
|
||||
public const nint NetworkServerService_001 = 0x8EB950;
|
||||
public const nint NetworkService_001 = 0x5F7900;
|
||||
public const nint RenderService_001 = 0x8EBBB0;
|
||||
public const nint ScreenshotService001 = 0x8EBE60;
|
||||
public const nint SimpleEngineLoopService_001 = 0x5F8100;
|
||||
public const nint SoundService_001 = 0x5F7940;
|
||||
public const nint Source2EngineToClient001 = 0x5F4980;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x5F49E0;
|
||||
public const nint Source2EngineToServer001 = 0x5F4A58;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x5F4A80;
|
||||
public const nint SplitScreenService_001 = 0x5F7C40;
|
||||
public const nint StatsService_001 = 0x8EC260;
|
||||
public const nint ToolService_001 = 0x5F7E00;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x5F5380;
|
||||
public const nint VProfService_001 = 0x5F7E40;
|
||||
public const nint BenchmarkService001 = 0x60C610;
|
||||
public const nint BugService001 = 0x8C1830;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x902ED0;
|
||||
public const nint EngineGameUI001 = 0x60A2B0;
|
||||
public const nint EngineServiceMgr001 = 0x902780;
|
||||
public const nint GameEventSystemClientV001 = 0x902A60;
|
||||
public const nint GameEventSystemServerV001 = 0x902B90;
|
||||
public const nint GameResourceServiceClientV001 = 0x60C710;
|
||||
public const nint GameResourceServiceServerV001 = 0x60C770;
|
||||
public const nint GameUIService_001 = 0x8C1C60;
|
||||
public const nint HostStateMgr001 = 0x60CF90;
|
||||
public const nint INETSUPPORT_001 = 0x6058E0;
|
||||
public const nint InputService_001 = 0x8C1F50;
|
||||
public const nint KeyValueCache001 = 0x60D040;
|
||||
public const nint MapListService_001 = 0x900DC0;
|
||||
public const nint NetworkClientService_001 = 0x900F50;
|
||||
public const nint NetworkP2PService_001 = 0x901290;
|
||||
public const nint NetworkServerService_001 = 0x901440;
|
||||
public const nint NetworkService_001 = 0x60C8E0;
|
||||
public const nint RenderService_001 = 0x9016B0;
|
||||
public const nint ScreenshotService001 = 0x901970;
|
||||
public const nint SimpleEngineLoopService_001 = 0x60D0A0;
|
||||
public const nint SoundService_001 = 0x60C920;
|
||||
public const nint Source2EngineToClient001 = 0x609BD0;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x609C30;
|
||||
public const nint Source2EngineToServer001 = 0x609CA8;
|
||||
public const nint Source2EngineToServerStringTable001 = 0x609CD0;
|
||||
public const nint SplitScreenService_001 = 0x60CC00;
|
||||
public const nint StatsService_001 = 0x901D30;
|
||||
public const nint ToolService_001 = 0x60CDC0;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x60A340;
|
||||
public const nint VProfService_001 = 0x60CE00;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
public static class FilesystemStdioDll {
|
||||
public const nint VAsyncFileSystem2_001 = 0x215AE0;
|
||||
public const nint VFileSystem017 = 0x2106C0;
|
||||
public const nint VAsyncFileSystem2_001 = 0x214970;
|
||||
public const nint VFileSystem017 = 0x214730;
|
||||
}
|
||||
// Module: host.dll
|
||||
public static class HostDll {
|
||||
public const nint DebugDrawQueueManager001 = 0x138F00;
|
||||
public const nint GameModelInfo001 = 0x138F40;
|
||||
public const nint GameSystem2HostHook = 0x138F80;
|
||||
public const nint HostUtils001 = 0x146700;
|
||||
public const nint PredictionDiffManager001 = 0x139090;
|
||||
public const nint SaveRestoreDataVersion001 = 0x1391C0;
|
||||
public const nint SinglePlayerSharedMemory001 = 0x1391F0;
|
||||
public const nint Source2Host001 = 0x139260;
|
||||
public const nint DebugDrawQueueManager001 = 0x139020;
|
||||
public const nint GameModelInfo001 = 0x139060;
|
||||
public const nint GameSystem2HostHook = 0x1390A0;
|
||||
public const nint HostUtils001 = 0x1467E0;
|
||||
public const nint PredictionDiffManager001 = 0x1391B0;
|
||||
public const nint SaveRestoreDataVersion001 = 0x1392E0;
|
||||
public const nint SinglePlayerSharedMemory001 = 0x139310;
|
||||
public const nint Source2Host001 = 0x139380;
|
||||
}
|
||||
// Module: imemanager.dll
|
||||
public static class ImemanagerDll {
|
||||
@@ -75,113 +75,113 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
public const nint InputStackSystemVersion001 = 0x43CD0;
|
||||
public const nint InputSystemVersion001 = 0x45A20;
|
||||
public const nint InputStackSystemVersion001 = 0x43DD0;
|
||||
public const nint InputSystemVersion001 = 0x45AD0;
|
||||
}
|
||||
// Module: localize.dll
|
||||
public static class LocalizeDll {
|
||||
public const nint Localize_001 = 0x47BE0;
|
||||
public const nint Localize_001 = 0x55E20;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
public static class MatchmakingDll {
|
||||
public const nint GameTypes001 = 0x1B5EE0;
|
||||
public const nint MATCHFRAMEWORK_001 = 0x1BE190;
|
||||
public const nint GameTypes001 = 0x1B8000;
|
||||
public const nint MATCHFRAMEWORK_001 = 0x1C02B0;
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
public static class Materialsystem2Dll {
|
||||
public const nint FontManager_001 = 0x163500;
|
||||
public const nint MaterialUtils_001 = 0x14B430;
|
||||
public const nint PostProcessingSystem_001 = 0x14B340;
|
||||
public const nint TextLayout_001 = 0x14B3C0;
|
||||
public const nint VMaterialSystem2_001 = 0x162D70;
|
||||
public const nint FontManager_001 = 0x165580;
|
||||
public const nint MaterialUtils_001 = 0x14D5C0;
|
||||
public const nint PostProcessingSystem_001 = 0x14D4D0;
|
||||
public const nint TextLayout_001 = 0x14D550;
|
||||
public const nint VMaterialSystem2_001 = 0x164E90;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
public static class MeshsystemDll {
|
||||
public const nint MeshSystem001 = 0x1400E0;
|
||||
public const nint MeshSystem001 = 0x14F6A0;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
public static class NavsystemDll {
|
||||
public const nint NavSystem001 = 0x120840;
|
||||
public const nint NavSystem001 = 0x1269E0;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
public static class NetworksystemDll {
|
||||
public const nint FlattenedSerializersVersion001 = 0x2632F0;
|
||||
public const nint NetworkMessagesVersion001 = 0x28B240;
|
||||
public const nint NetworkSystemVersion001 = 0x27C9D0;
|
||||
public const nint SerializedEntitiesVersion001 = 0x27CAE0;
|
||||
public const nint FlattenedSerializersVersion001 = 0x274500;
|
||||
public const nint NetworkMessagesVersion001 = 0x29C420;
|
||||
public const nint NetworkSystemVersion001 = 0x28DCC0;
|
||||
public const nint SerializedEntitiesVersion001 = 0x28DDB0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
public static class PanoramaDll {
|
||||
public const nint PanoramaUIEngine001 = 0x509B20;
|
||||
public const nint PanoramaUIEngine001 = 0x507CB0;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
public static class PanoramaTextPangoDll {
|
||||
public const nint PanoramaTextServices001 = 0x2B79C0;
|
||||
public const nint PanoramaTextServices001 = 0x2B89C0;
|
||||
}
|
||||
// Module: panoramauiclient.dll
|
||||
public static class PanoramauiclientDll {
|
||||
public const nint PanoramaUIClient001 = 0x291200;
|
||||
public const nint PanoramaUIClient001 = 0x295380;
|
||||
}
|
||||
// Module: particles.dll
|
||||
public static class ParticlesDll {
|
||||
public const nint ParticleSystemMgr003 = 0x555660;
|
||||
public const nint ParticleSystemMgr003 = 0x520EF0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
public static class PulseSystemDll {
|
||||
public const nint IPulseSystem_001 = 0x1F0E30;
|
||||
public const nint IPulseSystem_001 = 0x1F2670;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
public static class Rendersystemdx11Dll {
|
||||
public const nint RenderDeviceMgr001 = 0x431BC0;
|
||||
public const nint RenderUtils_001 = 0x4324B8;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x431C60;
|
||||
public const nint RenderDeviceMgr001 = 0x432D30;
|
||||
public const nint RenderUtils_001 = 0x433628;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x432DD0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
public static class ResourcesystemDll {
|
||||
public const nint ResourceSystem013 = 0x7FDD0;
|
||||
public const nint ResourceSystem013 = 0x81FF0;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
public static class ScenefilecacheDll {
|
||||
public const nint ResponseRulesCache001 = 0x95740;
|
||||
public const nint SceneFileCache002 = 0x95890;
|
||||
public const nint ResponseRulesCache001 = 0xDB190;
|
||||
public const nint SceneFileCache002 = 0xDB2C0;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
public static class ScenesystemDll {
|
||||
public const nint RenderingPipelines_001 = 0x61BB40;
|
||||
public const nint SceneSystem_002 = 0x83E790;
|
||||
public const nint SceneUtils_001 = 0x61C440;
|
||||
public const nint RenderingPipelines_001 = 0x65BAC0;
|
||||
public const nint SceneSystem_002 = 0x8CFEA0;
|
||||
public const nint SceneUtils_001 = 0x65C9D0;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
public static class SchemasystemDll {
|
||||
public const nint SchemaSystem_001 = 0x756F0;
|
||||
public const nint SchemaSystem_001 = 0x76730;
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x1732FA0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x16DF2E0;
|
||||
public const nint NavGameTest001 = 0x17DBD20;
|
||||
public const nint ServerToolsInfo_001 = 0x178B1A8;
|
||||
public const nint Source2GameClients001 = 0x1786AF0;
|
||||
public const nint Source2GameDirector001 = 0x18E63D0;
|
||||
public const nint Source2GameEntities001 = 0x178A8B0;
|
||||
public const nint Source2Server001 = 0x178A710;
|
||||
public const nint Source2ServerConfig001 = 0x19B8218;
|
||||
public const nint customnavsystem001 = 0x16BEC08;
|
||||
public const nint EmptyWorldService001_Server = 0x1B66880;
|
||||
public const nint EntitySubclassUtilsV001 = 0x1B12080;
|
||||
public const nint NavGameTest001 = 0x1C10498;
|
||||
public const nint ServerToolsInfo_001 = 0x1BC1778;
|
||||
public const nint Source2GameClients001 = 0x1BBE7F0;
|
||||
public const nint Source2GameDirector001 = 0x1D50400;
|
||||
public const nint Source2GameEntities001 = 0x1BC0E80;
|
||||
public const nint Source2Server001 = 0x1BC0CE0;
|
||||
public const nint Source2ServerConfig001 = 0x1E458A8;
|
||||
public const nint customnavsystem001 = 0x1AF0E88;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint SoundOpSystem001 = 0x3EB4A0;
|
||||
public const nint SoundOpSystemEdit001 = 0x3EB380;
|
||||
public const nint SoundSystem001 = 0x3EAE60;
|
||||
public const nint VMixEditTool001 = 0x485ED80B;
|
||||
public const nint SoundOpSystem001 = 0x4F3AA0;
|
||||
public const nint SoundOpSystemEdit001 = 0x4F3980;
|
||||
public const nint SoundSystem001 = 0x4F3470;
|
||||
public const nint VMixEditTool001 = 0x59472DF;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
public static class SteamaudioDll {
|
||||
public const nint SteamAudio001 = 0x257570;
|
||||
public const nint SteamAudio001 = 0x25C440;
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
public static class Steamclient64Dll {
|
||||
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB4C25A);
|
||||
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB4C32A);
|
||||
public const nint IVALIDATE001 = 0x1665ED8;
|
||||
public const nint SteamClient006 = 0x16633E0;
|
||||
public const nint SteamClient007 = 0x16633E8;
|
||||
@@ -206,23 +206,27 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: tier0.dll
|
||||
public static class Tier0Dll {
|
||||
public const nint TestScriptMgr001 = 0x3975A0;
|
||||
public const nint VEngineCvar007 = 0x3A2440;
|
||||
public const nint VProcessUtils002 = 0x3974E0;
|
||||
public const nint VStringTokenSystem001 = 0x3C9310;
|
||||
public const nint TestScriptMgr001 = 0x398620;
|
||||
public const nint VEngineCvar007 = 0x3A33B0;
|
||||
public const nint VProcessUtils002 = 0x3985C0;
|
||||
public const nint VStringTokenSystem001 = 0x3CA090;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
public static class V8systemDll {
|
||||
public const nint Source2V8System001 = 0x315F0;
|
||||
public const nint Source2V8System001 = 0x316B0;
|
||||
}
|
||||
// Module: vconcomm.dll
|
||||
public static class VconcommDll {
|
||||
public const nint VConComm001 = 0x39540;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
public static class Vphysics2Dll {
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x3E4120;
|
||||
public const nint VPhysics2_Interface_001 = 0x3E4160;
|
||||
public const nint VPhysics2_Handle_Interface_001 = 0x3FE120;
|
||||
public const nint VPhysics2_Interface_001 = 0x3FE160;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
public static class VscriptDll {
|
||||
public const nint VScriptManager010 = 0x13B280;
|
||||
public const nint VScriptManager010 = 0x13B390;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
public static class VstdlibS64Dll {
|
||||
@@ -231,6 +235,6 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
public static class WorldrendererDll {
|
||||
public const nint WorldRendererMgr001 = 0x1FEC50;
|
||||
public const nint WorldRendererMgr001 = 0x2149C0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,70 +9,70 @@ namespace cs2_dumper {
|
||||
namespace interfaces {
|
||||
// Module: animationsystem.dll
|
||||
namespace animationsystem_dll {
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x7C2B70;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x7BAA90;
|
||||
constexpr std::ptrdiff_t AnimationSystemUtils_001 = 0x7F25B8;
|
||||
constexpr std::ptrdiff_t AnimationSystem_001 = 0x7EA4D0;
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1BE7BB0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1BA2FC0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1BE4890;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x1C03130;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1E2C570;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1DC5DD0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1BEEE40;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1C01670;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x2059D90;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x2013D10;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x2056A70;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x2074330;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x23006F0;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x2284610;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x20616E0;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x2072B60;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x5F7630;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x8ABC80;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x8ED390;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x5F52F0;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x8ECC90;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x8ECF60;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x8ED080;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x5F7730;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x5F7790;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x8AC0B0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x5F7FF0;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x5F0870;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x8AC3A0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x5F80A0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x8EB310;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x8EB4A0;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x8EB7C0;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x8EB950;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x5F7900;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x8EBBB0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x8EBE60;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x5F8100;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x5F7940;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x5F4980;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x5F49E0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x5F4A58;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x5F4A80;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x5F7C40;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x8EC260;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x5F7E00;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x5F5380;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x5F7E40;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x60C610;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x8C1830;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x902ED0;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x60A2B0;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x902780;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x902A60;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x902B90;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x60C710;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x60C770;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x8C1C60;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x60CF90;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0x6058E0;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x8C1F50;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x60D040;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x900DC0;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x900F50;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x901290;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x901440;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x60C8E0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x9016B0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x901970;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x60D0A0;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x60C920;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x609BD0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x609C30;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x609CA8;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0x609CD0;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x60CC00;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x901D30;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x60CDC0;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x60A340;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x60CE00;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
namespace filesystem_stdio_dll {
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x215AE0;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x2106C0;
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x214970;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x214730;
|
||||
}
|
||||
// Module: host.dll
|
||||
namespace host_dll {
|
||||
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x138F00;
|
||||
constexpr std::ptrdiff_t GameModelInfo001 = 0x138F40;
|
||||
constexpr std::ptrdiff_t GameSystem2HostHook = 0x138F80;
|
||||
constexpr std::ptrdiff_t HostUtils001 = 0x146700;
|
||||
constexpr std::ptrdiff_t PredictionDiffManager001 = 0x139090;
|
||||
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0x1391C0;
|
||||
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0x1391F0;
|
||||
constexpr std::ptrdiff_t Source2Host001 = 0x139260;
|
||||
constexpr std::ptrdiff_t DebugDrawQueueManager001 = 0x139020;
|
||||
constexpr std::ptrdiff_t GameModelInfo001 = 0x139060;
|
||||
constexpr std::ptrdiff_t GameSystem2HostHook = 0x1390A0;
|
||||
constexpr std::ptrdiff_t HostUtils001 = 0x1467E0;
|
||||
constexpr std::ptrdiff_t PredictionDiffManager001 = 0x1391B0;
|
||||
constexpr std::ptrdiff_t SaveRestoreDataVersion001 = 0x1392E0;
|
||||
constexpr std::ptrdiff_t SinglePlayerSharedMemory001 = 0x139310;
|
||||
constexpr std::ptrdiff_t Source2Host001 = 0x139380;
|
||||
}
|
||||
// Module: imemanager.dll
|
||||
namespace imemanager_dll {
|
||||
@@ -80,113 +80,113 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x43CD0;
|
||||
constexpr std::ptrdiff_t InputSystemVersion001 = 0x45A20;
|
||||
constexpr std::ptrdiff_t InputStackSystemVersion001 = 0x43DD0;
|
||||
constexpr std::ptrdiff_t InputSystemVersion001 = 0x45AD0;
|
||||
}
|
||||
// Module: localize.dll
|
||||
namespace localize_dll {
|
||||
constexpr std::ptrdiff_t Localize_001 = 0x47BE0;
|
||||
constexpr std::ptrdiff_t Localize_001 = 0x55E20;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
namespace matchmaking_dll {
|
||||
constexpr std::ptrdiff_t GameTypes001 = 0x1B5EE0;
|
||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1BE190;
|
||||
constexpr std::ptrdiff_t GameTypes001 = 0x1B8000;
|
||||
constexpr std::ptrdiff_t MATCHFRAMEWORK_001 = 0x1C02B0;
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
namespace materialsystem2_dll {
|
||||
constexpr std::ptrdiff_t FontManager_001 = 0x163500;
|
||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x14B430;
|
||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x14B340;
|
||||
constexpr std::ptrdiff_t TextLayout_001 = 0x14B3C0;
|
||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x162D70;
|
||||
constexpr std::ptrdiff_t FontManager_001 = 0x165580;
|
||||
constexpr std::ptrdiff_t MaterialUtils_001 = 0x14D5C0;
|
||||
constexpr std::ptrdiff_t PostProcessingSystem_001 = 0x14D4D0;
|
||||
constexpr std::ptrdiff_t TextLayout_001 = 0x14D550;
|
||||
constexpr std::ptrdiff_t VMaterialSystem2_001 = 0x164E90;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
namespace meshsystem_dll {
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x1400E0;
|
||||
constexpr std::ptrdiff_t MeshSystem001 = 0x14F6A0;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
namespace navsystem_dll {
|
||||
constexpr std::ptrdiff_t NavSystem001 = 0x120840;
|
||||
constexpr std::ptrdiff_t NavSystem001 = 0x1269E0;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
namespace networksystem_dll {
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x2632F0;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x28B240;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x27C9D0;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x27CAE0;
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x274500;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x29C420;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0x28DCC0;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0x28DDB0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
namespace panorama_dll {
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x509B20;
|
||||
constexpr std::ptrdiff_t PanoramaUIEngine001 = 0x507CB0;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
namespace panorama_text_pango_dll {
|
||||
constexpr std::ptrdiff_t PanoramaTextServices001 = 0x2B79C0;
|
||||
constexpr std::ptrdiff_t PanoramaTextServices001 = 0x2B89C0;
|
||||
}
|
||||
// Module: panoramauiclient.dll
|
||||
namespace panoramauiclient_dll {
|
||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x291200;
|
||||
constexpr std::ptrdiff_t PanoramaUIClient001 = 0x295380;
|
||||
}
|
||||
// Module: particles.dll
|
||||
namespace particles_dll {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x555660;
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x520EF0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
namespace pulse_system_dll {
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x1F0E30;
|
||||
constexpr std::ptrdiff_t IPulseSystem_001 = 0x1F2670;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
namespace rendersystemdx11_dll {
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x431BC0;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x4324B8;
|
||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x431C60;
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x432D30;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x433628;
|
||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x432DD0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
namespace resourcesystem_dll {
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x7FDD0;
|
||||
constexpr std::ptrdiff_t ResourceSystem013 = 0x81FF0;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
namespace scenefilecache_dll {
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0x95740;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0x95890;
|
||||
constexpr std::ptrdiff_t ResponseRulesCache001 = 0xDB190;
|
||||
constexpr std::ptrdiff_t SceneFileCache002 = 0xDB2C0;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
namespace scenesystem_dll {
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x61BB40;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x83E790;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x61C440;
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x65BAC0;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0x8CFEA0;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x65C9D0;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
namespace schemasystem_dll {
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x756F0;
|
||||
constexpr std::ptrdiff_t SchemaSystem_001 = 0x76730;
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1732FA0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x16DF2E0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x17DBD20;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x178B1A8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x1786AF0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x18E63D0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x178A8B0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x178A710;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x19B8218;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x16BEC08;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1B66880;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1B12080;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1C10498;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x1BC1778;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x1BBE7F0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x1D50400;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x1BC0E80;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x1BC0CE0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x1E458A8;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1AF0E88;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x3EB4A0;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x3EB380;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x3EAE60;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x485ED80B;
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x4F3AA0;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x4F3980;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x4F3470;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x59472DF;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
namespace steamaudio_dll {
|
||||
constexpr std::ptrdiff_t SteamAudio001 = 0x257570;
|
||||
constexpr std::ptrdiff_t SteamAudio001 = 0x25C440;
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
namespace steamclient64_dll {
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB4C25A;
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB4C32A;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x1665ED8;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0x16633E0;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0x16633E8;
|
||||
@@ -211,23 +211,27 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: tier0.dll
|
||||
namespace tier0_dll {
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x3975A0;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x3A2440;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x3974E0;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x3C9310;
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x398620;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x3A33B0;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x3985C0;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x3CA090;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
namespace v8system_dll {
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x315F0;
|
||||
constexpr std::ptrdiff_t Source2V8System001 = 0x316B0;
|
||||
}
|
||||
// Module: vconcomm.dll
|
||||
namespace vconcomm_dll {
|
||||
constexpr std::ptrdiff_t VConComm001 = 0x39540;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
namespace vphysics2_dll {
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x3E4120;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x3E4160;
|
||||
constexpr std::ptrdiff_t VPhysics2_Handle_Interface_001 = 0x3FE120;
|
||||
constexpr std::ptrdiff_t VPhysics2_Interface_001 = 0x3FE160;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
namespace vscript_dll {
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x13B280;
|
||||
constexpr std::ptrdiff_t VScriptManager010 = 0x13B390;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
namespace vstdlib_s64_dll {
|
||||
@@ -236,7 +240,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
namespace worldrenderer_dll {
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x1FEC50;
|
||||
constexpr std::ptrdiff_t WorldRendererMgr001 = 0x2149C0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,157 +1,157 @@
|
||||
{
|
||||
"animationsystem.dll": {
|
||||
"AnimationSystemUtils_001": 8137584,
|
||||
"AnimationSystem_001": 8104592
|
||||
"AnimationSystemUtils_001": 8332728,
|
||||
"AnimationSystem_001": 8299728
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 29260720,
|
||||
"EmptyWorldService001_Client": 28979136,
|
||||
"GameClientExports001": 29247632,
|
||||
"LegacyGameUI001": 29372720,
|
||||
"Source2Client002": 31638896,
|
||||
"Source2ClientConfig001": 31219152,
|
||||
"Source2ClientPrediction001": 29290048,
|
||||
"Source2ClientUI001": 29365872
|
||||
"ClientToolsInfo_001": 33922448,
|
||||
"EmptyWorldService001_Client": 33635600,
|
||||
"GameClientExports001": 33909360,
|
||||
"LegacyGameUI001": 34030384,
|
||||
"Source2Client002": 36701936,
|
||||
"Source2ClientConfig001": 36193808,
|
||||
"Source2ClientPrediction001": 33953504,
|
||||
"Source2ClientUI001": 34024288
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 6256176,
|
||||
"BugService001": 9092224,
|
||||
"ClientServerEngineLoopService_001": 9360272,
|
||||
"EngineGameUI001": 6247152,
|
||||
"EngineServiceMgr001": 9358480,
|
||||
"GameEventSystemClientV001": 9359200,
|
||||
"GameEventSystemServerV001": 9359488,
|
||||
"GameResourceServiceClientV001": 6256432,
|
||||
"GameResourceServiceServerV001": 6256528,
|
||||
"GameUIService_001": 9093296,
|
||||
"HostStateMgr001": 6258672,
|
||||
"INETSUPPORT_001": 6228080,
|
||||
"InputService_001": 9094048,
|
||||
"KeyValueCache001": 6258848,
|
||||
"MapListService_001": 9351952,
|
||||
"NetworkClientService_001": 9352352,
|
||||
"NetworkP2PService_001": 9353152,
|
||||
"NetworkServerService_001": 9353552,
|
||||
"NetworkService_001": 6256896,
|
||||
"RenderService_001": 9354160,
|
||||
"ScreenshotService001": 9354848,
|
||||
"SimpleEngineLoopService_001": 6258944,
|
||||
"SoundService_001": 6256960,
|
||||
"Source2EngineToClient001": 6244736,
|
||||
"Source2EngineToClientStringTable001": 6244832,
|
||||
"Source2EngineToServer001": 6244952,
|
||||
"Source2EngineToServerStringTable001": 6244992,
|
||||
"SplitScreenService_001": 6257728,
|
||||
"StatsService_001": 9355872,
|
||||
"ToolService_001": 6258176,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 6247296,
|
||||
"VProfService_001": 6258240
|
||||
"BenchmarkService001": 6342160,
|
||||
"BugService001": 9181232,
|
||||
"ClientServerEngineLoopService_001": 9449168,
|
||||
"EngineGameUI001": 6333104,
|
||||
"EngineServiceMgr001": 9447296,
|
||||
"GameEventSystemClientV001": 9448032,
|
||||
"GameEventSystemServerV001": 9448336,
|
||||
"GameResourceServiceClientV001": 6342416,
|
||||
"GameResourceServiceServerV001": 6342512,
|
||||
"GameUIService_001": 9182304,
|
||||
"HostStateMgr001": 6344592,
|
||||
"INETSUPPORT_001": 6314208,
|
||||
"InputService_001": 9183056,
|
||||
"KeyValueCache001": 6344768,
|
||||
"MapListService_001": 9440704,
|
||||
"NetworkClientService_001": 9441104,
|
||||
"NetworkP2PService_001": 9441936,
|
||||
"NetworkServerService_001": 9442368,
|
||||
"NetworkService_001": 6342880,
|
||||
"RenderService_001": 9442992,
|
||||
"ScreenshotService001": 9443696,
|
||||
"SimpleEngineLoopService_001": 6344864,
|
||||
"SoundService_001": 6342944,
|
||||
"Source2EngineToClient001": 6331344,
|
||||
"Source2EngineToClientStringTable001": 6331440,
|
||||
"Source2EngineToServer001": 6331560,
|
||||
"Source2EngineToServerStringTable001": 6331600,
|
||||
"SplitScreenService_001": 6343680,
|
||||
"StatsService_001": 9444656,
|
||||
"ToolService_001": 6344128,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 6333248,
|
||||
"VProfService_001": 6344192
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 2185952,
|
||||
"VFileSystem017": 2164416
|
||||
"VAsyncFileSystem2_001": 2181488,
|
||||
"VFileSystem017": 2180912
|
||||
},
|
||||
"host.dll": {
|
||||
"DebugDrawQueueManager001": 1281792,
|
||||
"GameModelInfo001": 1281856,
|
||||
"GameSystem2HostHook": 1281920,
|
||||
"HostUtils001": 1337088,
|
||||
"PredictionDiffManager001": 1282192,
|
||||
"SaveRestoreDataVersion001": 1282496,
|
||||
"SinglePlayerSharedMemory001": 1282544,
|
||||
"Source2Host001": 1282656
|
||||
"DebugDrawQueueManager001": 1282080,
|
||||
"GameModelInfo001": 1282144,
|
||||
"GameSystem2HostHook": 1282208,
|
||||
"HostUtils001": 1337312,
|
||||
"PredictionDiffManager001": 1282480,
|
||||
"SaveRestoreDataVersion001": 1282784,
|
||||
"SinglePlayerSharedMemory001": 1282832,
|
||||
"Source2Host001": 1282944
|
||||
},
|
||||
"imemanager.dll": {
|
||||
"IMEManager001": 223904
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"InputStackSystemVersion001": 277712,
|
||||
"InputSystemVersion001": 285216
|
||||
"InputStackSystemVersion001": 277968,
|
||||
"InputSystemVersion001": 285392
|
||||
},
|
||||
"localize.dll": {
|
||||
"Localize_001": 293856
|
||||
"Localize_001": 351776
|
||||
},
|
||||
"matchmaking.dll": {
|
||||
"GameTypes001": 1793760,
|
||||
"MATCHFRAMEWORK_001": 1827216
|
||||
"GameTypes001": 1802240,
|
||||
"MATCHFRAMEWORK_001": 1835696
|
||||
},
|
||||
"materialsystem2.dll": {
|
||||
"FontManager_001": 1455360,
|
||||
"MaterialUtils_001": 1356848,
|
||||
"PostProcessingSystem_001": 1356608,
|
||||
"TextLayout_001": 1356736,
|
||||
"VMaterialSystem2_001": 1453424
|
||||
"FontManager_001": 1463680,
|
||||
"MaterialUtils_001": 1365440,
|
||||
"PostProcessingSystem_001": 1365200,
|
||||
"TextLayout_001": 1365328,
|
||||
"VMaterialSystem2_001": 1461904
|
||||
},
|
||||
"meshsystem.dll": {
|
||||
"MeshSystem001": 1310944
|
||||
"MeshSystem001": 1373856
|
||||
},
|
||||
"navsystem.dll": {
|
||||
"NavSystem001": 1181760
|
||||
"NavSystem001": 1206752
|
||||
},
|
||||
"networksystem.dll": {
|
||||
"FlattenedSerializersVersion001": 2503408,
|
||||
"NetworkMessagesVersion001": 2667072,
|
||||
"NetworkSystemVersion001": 2607568,
|
||||
"SerializedEntitiesVersion001": 2607840
|
||||
"FlattenedSerializersVersion001": 2573568,
|
||||
"NetworkMessagesVersion001": 2737184,
|
||||
"NetworkSystemVersion001": 2677952,
|
||||
"SerializedEntitiesVersion001": 2678192
|
||||
},
|
||||
"panorama.dll": {
|
||||
"PanoramaUIEngine001": 5282592
|
||||
"PanoramaUIEngine001": 5274800
|
||||
},
|
||||
"panorama_text_pango.dll": {
|
||||
"PanoramaTextServices001": 2849216
|
||||
"PanoramaTextServices001": 2853312
|
||||
},
|
||||
"panoramauiclient.dll": {
|
||||
"PanoramaUIClient001": 2691584
|
||||
"PanoramaUIClient001": 2708352
|
||||
},
|
||||
"particles.dll": {
|
||||
"ParticleSystemMgr003": 5592672
|
||||
"ParticleSystemMgr003": 5377776
|
||||
},
|
||||
"pulse_system.dll": {
|
||||
"IPulseSystem_001": 2035248
|
||||
"IPulseSystem_001": 2041456
|
||||
},
|
||||
"rendersystemdx11.dll": {
|
||||
"RenderDeviceMgr001": 4398016,
|
||||
"RenderUtils_001": 4400312,
|
||||
"VRenderDeviceMgrBackdoor001": 4398176
|
||||
"RenderDeviceMgr001": 4402480,
|
||||
"RenderUtils_001": 4404776,
|
||||
"VRenderDeviceMgrBackdoor001": 4402640
|
||||
},
|
||||
"resourcesystem.dll": {
|
||||
"ResourceSystem013": 523728
|
||||
"ResourceSystem013": 532464
|
||||
},
|
||||
"scenefilecache.dll": {
|
||||
"ResponseRulesCache001": 612160,
|
||||
"SceneFileCache002": 612496
|
||||
"ResponseRulesCache001": 897424,
|
||||
"SceneFileCache002": 897728
|
||||
},
|
||||
"scenesystem.dll": {
|
||||
"RenderingPipelines_001": 6404928,
|
||||
"SceneSystem_002": 8644496,
|
||||
"SceneUtils_001": 6407232
|
||||
"RenderingPipelines_001": 6666944,
|
||||
"SceneSystem_002": 9240224,
|
||||
"SceneUtils_001": 6670800
|
||||
},
|
||||
"schemasystem.dll": {
|
||||
"SchemaSystem_001": 481008
|
||||
"SchemaSystem_001": 485168
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 24326048,
|
||||
"EntitySubclassUtilsV001": 23982816,
|
||||
"NavGameTest001": 25017632,
|
||||
"ServerToolsInfo_001": 24687016,
|
||||
"Source2GameClients001": 24668912,
|
||||
"Source2GameDirector001": 26108880,
|
||||
"Source2GameEntities001": 24684720,
|
||||
"Source2Server001": 24684304,
|
||||
"Source2ServerConfig001": 26968600,
|
||||
"customnavsystem001": 23849992
|
||||
"EmptyWorldService001_Server": 28731520,
|
||||
"EntitySubclassUtilsV001": 28385408,
|
||||
"NavGameTest001": 29426840,
|
||||
"ServerToolsInfo_001": 29103992,
|
||||
"Source2GameClients001": 29091824,
|
||||
"Source2GameDirector001": 30737408,
|
||||
"Source2GameEntities001": 29101696,
|
||||
"Source2Server001": 29101280,
|
||||
"Source2ServerConfig001": 31742120,
|
||||
"customnavsystem001": 28249736
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 4109472,
|
||||
"SoundOpSystemEdit001": 4109184,
|
||||
"SoundSystem001": 4107872,
|
||||
"VMixEditTool001": 1214175243
|
||||
"SoundOpSystem001": 5192352,
|
||||
"SoundOpSystemEdit001": 5192064,
|
||||
"SoundSystem001": 5190768,
|
||||
"VMixEditTool001": 93614815
|
||||
},
|
||||
"steamaudio.dll": {
|
||||
"SteamAudio001": 2454896
|
||||
"SteamAudio001": 2475072
|
||||
},
|
||||
"steamclient64.dll": {
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758463578,
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758463786,
|
||||
"IVALIDATE001": 23486168,
|
||||
"SteamClient006": 23475168,
|
||||
"SteamClient007": 23475176,
|
||||
@@ -175,26 +175,29 @@
|
||||
"p2pvoicesingleton002": 23326960
|
||||
},
|
||||
"tier0.dll": {
|
||||
"TestScriptMgr001": 3765664,
|
||||
"VEngineCvar007": 3810368,
|
||||
"VProcessUtils002": 3765472,
|
||||
"VStringTokenSystem001": 3969808
|
||||
"TestScriptMgr001": 3769888,
|
||||
"VEngineCvar007": 3814320,
|
||||
"VProcessUtils002": 3769792,
|
||||
"VStringTokenSystem001": 3973264
|
||||
},
|
||||
"v8system.dll": {
|
||||
"Source2V8System001": 202224
|
||||
"Source2V8System001": 202416
|
||||
},
|
||||
"vconcomm.dll": {
|
||||
"VConComm001": 234816
|
||||
},
|
||||
"vphysics2.dll": {
|
||||
"VPhysics2_Handle_Interface_001": 4079904,
|
||||
"VPhysics2_Interface_001": 4079968
|
||||
"VPhysics2_Handle_Interface_001": 4186400,
|
||||
"VPhysics2_Interface_001": 4186464
|
||||
},
|
||||
"vscript.dll": {
|
||||
"VScriptManager010": 1290880
|
||||
"VScriptManager010": 1291152
|
||||
},
|
||||
"vstdlib_s64.dll": {
|
||||
"IVALIDATE001": 453008,
|
||||
"VEngineCvar002": 446576
|
||||
},
|
||||
"worldrenderer.dll": {
|
||||
"WorldRendererMgr001": 2092112
|
||||
"WorldRendererMgr001": 2181568
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@@ -7,70 +7,70 @@ pub mod cs2_dumper {
|
||||
pub mod interfaces {
|
||||
// Module: animationsystem.dll
|
||||
pub mod animationsystem_dll {
|
||||
pub const AnimationSystemUtils_001: usize = 0x7C2B70;
|
||||
pub const AnimationSystem_001: usize = 0x7BAA90;
|
||||
pub const AnimationSystemUtils_001: usize = 0x7F25B8;
|
||||
pub const AnimationSystem_001: usize = 0x7EA4D0;
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x1BE7BB0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x1BA2FC0;
|
||||
pub const GameClientExports001: usize = 0x1BE4890;
|
||||
pub const LegacyGameUI001: usize = 0x1C03130;
|
||||
pub const Source2Client002: usize = 0x1E2C570;
|
||||
pub const Source2ClientConfig001: usize = 0x1DC5DD0;
|
||||
pub const Source2ClientPrediction001: usize = 0x1BEEE40;
|
||||
pub const Source2ClientUI001: usize = 0x1C01670;
|
||||
pub const ClientToolsInfo_001: usize = 0x2059D90;
|
||||
pub const EmptyWorldService001_Client: usize = 0x2013D10;
|
||||
pub const GameClientExports001: usize = 0x2056A70;
|
||||
pub const LegacyGameUI001: usize = 0x2074330;
|
||||
pub const Source2Client002: usize = 0x23006F0;
|
||||
pub const Source2ClientConfig001: usize = 0x2284610;
|
||||
pub const Source2ClientPrediction001: usize = 0x20616E0;
|
||||
pub const Source2ClientUI001: usize = 0x2072B60;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x5F7630;
|
||||
pub const BugService001: usize = 0x8ABC80;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x8ED390;
|
||||
pub const EngineGameUI001: usize = 0x5F52F0;
|
||||
pub const EngineServiceMgr001: usize = 0x8ECC90;
|
||||
pub const GameEventSystemClientV001: usize = 0x8ECF60;
|
||||
pub const GameEventSystemServerV001: usize = 0x8ED080;
|
||||
pub const GameResourceServiceClientV001: usize = 0x5F7730;
|
||||
pub const GameResourceServiceServerV001: usize = 0x5F7790;
|
||||
pub const GameUIService_001: usize = 0x8AC0B0;
|
||||
pub const HostStateMgr001: usize = 0x5F7FF0;
|
||||
pub const INETSUPPORT_001: usize = 0x5F0870;
|
||||
pub const InputService_001: usize = 0x8AC3A0;
|
||||
pub const KeyValueCache001: usize = 0x5F80A0;
|
||||
pub const MapListService_001: usize = 0x8EB310;
|
||||
pub const NetworkClientService_001: usize = 0x8EB4A0;
|
||||
pub const NetworkP2PService_001: usize = 0x8EB7C0;
|
||||
pub const NetworkServerService_001: usize = 0x8EB950;
|
||||
pub const NetworkService_001: usize = 0x5F7900;
|
||||
pub const RenderService_001: usize = 0x8EBBB0;
|
||||
pub const ScreenshotService001: usize = 0x8EBE60;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x5F8100;
|
||||
pub const SoundService_001: usize = 0x5F7940;
|
||||
pub const Source2EngineToClient001: usize = 0x5F4980;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x5F49E0;
|
||||
pub const Source2EngineToServer001: usize = 0x5F4A58;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x5F4A80;
|
||||
pub const SplitScreenService_001: usize = 0x5F7C40;
|
||||
pub const StatsService_001: usize = 0x8EC260;
|
||||
pub const ToolService_001: usize = 0x5F7E00;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x5F5380;
|
||||
pub const VProfService_001: usize = 0x5F7E40;
|
||||
pub const BenchmarkService001: usize = 0x60C610;
|
||||
pub const BugService001: usize = 0x8C1830;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x902ED0;
|
||||
pub const EngineGameUI001: usize = 0x60A2B0;
|
||||
pub const EngineServiceMgr001: usize = 0x902780;
|
||||
pub const GameEventSystemClientV001: usize = 0x902A60;
|
||||
pub const GameEventSystemServerV001: usize = 0x902B90;
|
||||
pub const GameResourceServiceClientV001: usize = 0x60C710;
|
||||
pub const GameResourceServiceServerV001: usize = 0x60C770;
|
||||
pub const GameUIService_001: usize = 0x8C1C60;
|
||||
pub const HostStateMgr001: usize = 0x60CF90;
|
||||
pub const INETSUPPORT_001: usize = 0x6058E0;
|
||||
pub const InputService_001: usize = 0x8C1F50;
|
||||
pub const KeyValueCache001: usize = 0x60D040;
|
||||
pub const MapListService_001: usize = 0x900DC0;
|
||||
pub const NetworkClientService_001: usize = 0x900F50;
|
||||
pub const NetworkP2PService_001: usize = 0x901290;
|
||||
pub const NetworkServerService_001: usize = 0x901440;
|
||||
pub const NetworkService_001: usize = 0x60C8E0;
|
||||
pub const RenderService_001: usize = 0x9016B0;
|
||||
pub const ScreenshotService001: usize = 0x901970;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x60D0A0;
|
||||
pub const SoundService_001: usize = 0x60C920;
|
||||
pub const Source2EngineToClient001: usize = 0x609BD0;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x609C30;
|
||||
pub const Source2EngineToServer001: usize = 0x609CA8;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0x609CD0;
|
||||
pub const SplitScreenService_001: usize = 0x60CC00;
|
||||
pub const StatsService_001: usize = 0x901D30;
|
||||
pub const ToolService_001: usize = 0x60CDC0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x60A340;
|
||||
pub const VProfService_001: usize = 0x60CE00;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
pub mod filesystem_stdio_dll {
|
||||
pub const VAsyncFileSystem2_001: usize = 0x215AE0;
|
||||
pub const VFileSystem017: usize = 0x2106C0;
|
||||
pub const VAsyncFileSystem2_001: usize = 0x214970;
|
||||
pub const VFileSystem017: usize = 0x214730;
|
||||
}
|
||||
// Module: host.dll
|
||||
pub mod host_dll {
|
||||
pub const DebugDrawQueueManager001: usize = 0x138F00;
|
||||
pub const GameModelInfo001: usize = 0x138F40;
|
||||
pub const GameSystem2HostHook: usize = 0x138F80;
|
||||
pub const HostUtils001: usize = 0x146700;
|
||||
pub const PredictionDiffManager001: usize = 0x139090;
|
||||
pub const SaveRestoreDataVersion001: usize = 0x1391C0;
|
||||
pub const SinglePlayerSharedMemory001: usize = 0x1391F0;
|
||||
pub const Source2Host001: usize = 0x139260;
|
||||
pub const DebugDrawQueueManager001: usize = 0x139020;
|
||||
pub const GameModelInfo001: usize = 0x139060;
|
||||
pub const GameSystem2HostHook: usize = 0x1390A0;
|
||||
pub const HostUtils001: usize = 0x1467E0;
|
||||
pub const PredictionDiffManager001: usize = 0x1391B0;
|
||||
pub const SaveRestoreDataVersion001: usize = 0x1392E0;
|
||||
pub const SinglePlayerSharedMemory001: usize = 0x139310;
|
||||
pub const Source2Host001: usize = 0x139380;
|
||||
}
|
||||
// Module: imemanager.dll
|
||||
pub mod imemanager_dll {
|
||||
@@ -78,113 +78,113 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
pub const InputStackSystemVersion001: usize = 0x43CD0;
|
||||
pub const InputSystemVersion001: usize = 0x45A20;
|
||||
pub const InputStackSystemVersion001: usize = 0x43DD0;
|
||||
pub const InputSystemVersion001: usize = 0x45AD0;
|
||||
}
|
||||
// Module: localize.dll
|
||||
pub mod localize_dll {
|
||||
pub const Localize_001: usize = 0x47BE0;
|
||||
pub const Localize_001: usize = 0x55E20;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
pub mod matchmaking_dll {
|
||||
pub const GameTypes001: usize = 0x1B5EE0;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x1BE190;
|
||||
pub const GameTypes001: usize = 0x1B8000;
|
||||
pub const MATCHFRAMEWORK_001: usize = 0x1C02B0;
|
||||
}
|
||||
// Module: materialsystem2.dll
|
||||
pub mod materialsystem2_dll {
|
||||
pub const FontManager_001: usize = 0x163500;
|
||||
pub const MaterialUtils_001: usize = 0x14B430;
|
||||
pub const PostProcessingSystem_001: usize = 0x14B340;
|
||||
pub const TextLayout_001: usize = 0x14B3C0;
|
||||
pub const VMaterialSystem2_001: usize = 0x162D70;
|
||||
pub const FontManager_001: usize = 0x165580;
|
||||
pub const MaterialUtils_001: usize = 0x14D5C0;
|
||||
pub const PostProcessingSystem_001: usize = 0x14D4D0;
|
||||
pub const TextLayout_001: usize = 0x14D550;
|
||||
pub const VMaterialSystem2_001: usize = 0x164E90;
|
||||
}
|
||||
// Module: meshsystem.dll
|
||||
pub mod meshsystem_dll {
|
||||
pub const MeshSystem001: usize = 0x1400E0;
|
||||
pub const MeshSystem001: usize = 0x14F6A0;
|
||||
}
|
||||
// Module: navsystem.dll
|
||||
pub mod navsystem_dll {
|
||||
pub const NavSystem001: usize = 0x120840;
|
||||
pub const NavSystem001: usize = 0x1269E0;
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
pub mod networksystem_dll {
|
||||
pub const FlattenedSerializersVersion001: usize = 0x2632F0;
|
||||
pub const NetworkMessagesVersion001: usize = 0x28B240;
|
||||
pub const NetworkSystemVersion001: usize = 0x27C9D0;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x27CAE0;
|
||||
pub const FlattenedSerializersVersion001: usize = 0x274500;
|
||||
pub const NetworkMessagesVersion001: usize = 0x29C420;
|
||||
pub const NetworkSystemVersion001: usize = 0x28DCC0;
|
||||
pub const SerializedEntitiesVersion001: usize = 0x28DDB0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
pub mod panorama_dll {
|
||||
pub const PanoramaUIEngine001: usize = 0x509B20;
|
||||
pub const PanoramaUIEngine001: usize = 0x507CB0;
|
||||
}
|
||||
// Module: panorama_text_pango.dll
|
||||
pub mod panorama_text_pango_dll {
|
||||
pub const PanoramaTextServices001: usize = 0x2B79C0;
|
||||
pub const PanoramaTextServices001: usize = 0x2B89C0;
|
||||
}
|
||||
// Module: panoramauiclient.dll
|
||||
pub mod panoramauiclient_dll {
|
||||
pub const PanoramaUIClient001: usize = 0x291200;
|
||||
pub const PanoramaUIClient001: usize = 0x295380;
|
||||
}
|
||||
// Module: particles.dll
|
||||
pub mod particles_dll {
|
||||
pub const ParticleSystemMgr003: usize = 0x555660;
|
||||
pub const ParticleSystemMgr003: usize = 0x520EF0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
pub mod pulse_system_dll {
|
||||
pub const IPulseSystem_001: usize = 0x1F0E30;
|
||||
pub const IPulseSystem_001: usize = 0x1F2670;
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
pub mod rendersystemdx11_dll {
|
||||
pub const RenderDeviceMgr001: usize = 0x431BC0;
|
||||
pub const RenderUtils_001: usize = 0x4324B8;
|
||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x431C60;
|
||||
pub const RenderDeviceMgr001: usize = 0x432D30;
|
||||
pub const RenderUtils_001: usize = 0x433628;
|
||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x432DD0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
pub mod resourcesystem_dll {
|
||||
pub const ResourceSystem013: usize = 0x7FDD0;
|
||||
pub const ResourceSystem013: usize = 0x81FF0;
|
||||
}
|
||||
// Module: scenefilecache.dll
|
||||
pub mod scenefilecache_dll {
|
||||
pub const ResponseRulesCache001: usize = 0x95740;
|
||||
pub const SceneFileCache002: usize = 0x95890;
|
||||
pub const ResponseRulesCache001: usize = 0xDB190;
|
||||
pub const SceneFileCache002: usize = 0xDB2C0;
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
pub mod scenesystem_dll {
|
||||
pub const RenderingPipelines_001: usize = 0x61BB40;
|
||||
pub const SceneSystem_002: usize = 0x83E790;
|
||||
pub const SceneUtils_001: usize = 0x61C440;
|
||||
pub const RenderingPipelines_001: usize = 0x65BAC0;
|
||||
pub const SceneSystem_002: usize = 0x8CFEA0;
|
||||
pub const SceneUtils_001: usize = 0x65C9D0;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
pub mod schemasystem_dll {
|
||||
pub const SchemaSystem_001: usize = 0x756F0;
|
||||
pub const SchemaSystem_001: usize = 0x76730;
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x1732FA0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x16DF2E0;
|
||||
pub const NavGameTest001: usize = 0x17DBD20;
|
||||
pub const ServerToolsInfo_001: usize = 0x178B1A8;
|
||||
pub const Source2GameClients001: usize = 0x1786AF0;
|
||||
pub const Source2GameDirector001: usize = 0x18E63D0;
|
||||
pub const Source2GameEntities001: usize = 0x178A8B0;
|
||||
pub const Source2Server001: usize = 0x178A710;
|
||||
pub const Source2ServerConfig001: usize = 0x19B8218;
|
||||
pub const customnavsystem001: usize = 0x16BEC08;
|
||||
pub const EmptyWorldService001_Server: usize = 0x1B66880;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x1B12080;
|
||||
pub const NavGameTest001: usize = 0x1C10498;
|
||||
pub const ServerToolsInfo_001: usize = 0x1BC1778;
|
||||
pub const Source2GameClients001: usize = 0x1BBE7F0;
|
||||
pub const Source2GameDirector001: usize = 0x1D50400;
|
||||
pub const Source2GameEntities001: usize = 0x1BC0E80;
|
||||
pub const Source2Server001: usize = 0x1BC0CE0;
|
||||
pub const Source2ServerConfig001: usize = 0x1E458A8;
|
||||
pub const customnavsystem001: usize = 0x1AF0E88;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const SoundOpSystem001: usize = 0x3EB4A0;
|
||||
pub const SoundOpSystemEdit001: usize = 0x3EB380;
|
||||
pub const SoundSystem001: usize = 0x3EAE60;
|
||||
pub const VMixEditTool001: usize = 0x485ED80B;
|
||||
pub const SoundOpSystem001: usize = 0x4F3AA0;
|
||||
pub const SoundOpSystemEdit001: usize = 0x4F3980;
|
||||
pub const SoundSystem001: usize = 0x4F3470;
|
||||
pub const VMixEditTool001: usize = 0x59472DF;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
pub mod steamaudio_dll {
|
||||
pub const SteamAudio001: usize = 0x257570;
|
||||
pub const SteamAudio001: usize = 0x25C440;
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
pub mod steamclient64_dll {
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB4C25A;
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB4C32A;
|
||||
pub const IVALIDATE001: usize = 0x1665ED8;
|
||||
pub const SteamClient006: usize = 0x16633E0;
|
||||
pub const SteamClient007: usize = 0x16633E8;
|
||||
@@ -209,23 +209,27 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: tier0.dll
|
||||
pub mod tier0_dll {
|
||||
pub const TestScriptMgr001: usize = 0x3975A0;
|
||||
pub const VEngineCvar007: usize = 0x3A2440;
|
||||
pub const VProcessUtils002: usize = 0x3974E0;
|
||||
pub const VStringTokenSystem001: usize = 0x3C9310;
|
||||
pub const TestScriptMgr001: usize = 0x398620;
|
||||
pub const VEngineCvar007: usize = 0x3A33B0;
|
||||
pub const VProcessUtils002: usize = 0x3985C0;
|
||||
pub const VStringTokenSystem001: usize = 0x3CA090;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
pub mod v8system_dll {
|
||||
pub const Source2V8System001: usize = 0x315F0;
|
||||
pub const Source2V8System001: usize = 0x316B0;
|
||||
}
|
||||
// Module: vconcomm.dll
|
||||
pub mod vconcomm_dll {
|
||||
pub const VConComm001: usize = 0x39540;
|
||||
}
|
||||
// Module: vphysics2.dll
|
||||
pub mod vphysics2_dll {
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0x3E4120;
|
||||
pub const VPhysics2_Interface_001: usize = 0x3E4160;
|
||||
pub const VPhysics2_Handle_Interface_001: usize = 0x3FE120;
|
||||
pub const VPhysics2_Interface_001: usize = 0x3FE160;
|
||||
}
|
||||
// Module: vscript.dll
|
||||
pub mod vscript_dll {
|
||||
pub const VScriptManager010: usize = 0x13B280;
|
||||
pub const VScriptManager010: usize = 0x13B390;
|
||||
}
|
||||
// Module: vstdlib_s64.dll
|
||||
pub mod vstdlib_s64_dll {
|
||||
@@ -234,7 +238,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: worldrenderer.dll
|
||||
pub mod worldrenderer_dll {
|
||||
pub const WorldRendererMgr001: usize = 0x1FEC50;
|
||||
pub const WorldRendererMgr001: usize = 0x2149C0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,52 +1,52 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1E3C150;
|
||||
public const nint dwEntityList = 0x1D13CE8;
|
||||
public const nint dwGameEntitySystem = 0x1FB89D0;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
public const nint dwGameRules = 0x1E31410;
|
||||
public const nint dwGlobalVars = 0x1BE41C0;
|
||||
public const nint dwGlowManager = 0x1E2E2B8;
|
||||
public const nint dwLocalPlayerController = 0x1E1DC18;
|
||||
public const nint dwLocalPlayerPawn = 0x1BEEF28;
|
||||
public const nint dwPlantedC4 = 0x1E36BE8;
|
||||
public const nint dwPrediction = 0x1BEEE40;
|
||||
public const nint dwSensitivity = 0x1E2ED08;
|
||||
public const nint dwSensitivity_sensitivity = 0x50;
|
||||
public const nint dwViewAngles = 0x1E3C800;
|
||||
public const nint dwViewMatrix = 0x1E323D0;
|
||||
public const nint dwViewRender = 0x1E32F48;
|
||||
public const nint dwWeaponC4 = 0x1DCF190;
|
||||
public const nint dwCSGOInput = 0x23112D0;
|
||||
public const nint dwEntityList = 0x21C39F8;
|
||||
public const nint dwGameEntitySystem = 0x24A6A38;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20A0;
|
||||
public const nint dwGameRules = 0x23024F0;
|
||||
public const nint dwGlobalVars = 0x2056228;
|
||||
public const nint dwGlowManager = 0x2302500;
|
||||
public const nint dwLocalPlayerController = 0x22EB918;
|
||||
public const nint dwLocalPlayerPawn = 0x20617D0;
|
||||
public const nint dwPlantedC4 = 0x230EA70;
|
||||
public const nint dwPrediction = 0x20616E0;
|
||||
public const nint dwSensitivity = 0x2303028;
|
||||
public const nint dwSensitivity_sensitivity = 0x58;
|
||||
public const nint dwViewAngles = 0x2311958;
|
||||
public const nint dwViewMatrix = 0x2307750;
|
||||
public const nint dwViewRender = 0x2307988;
|
||||
public const nint dwWeaponC4 = 0x22909C0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x5F13E4;
|
||||
public const nint dwNetworkGameClient = 0x8EB538;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x390;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x23C;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x2C1467;
|
||||
public const nint dwNetworkGameClient_localPlayer = 0xE8;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x230;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x23C;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x220;
|
||||
public const nint dwWindowHeight = 0x8EF844;
|
||||
public const nint dwWindowWidth = 0x8EF840;
|
||||
public const nint dwBuildNumber = 0x606504;
|
||||
public const nint dwNetworkGameClient = 0x900FEF;
|
||||
public const nint dwNetworkGameClient_clientTickCount = 0x378;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x24C;
|
||||
public const nint dwNetworkGameClient_isBackgroundMap = 0x2C141F;
|
||||
public const nint dwNetworkGameClient_localPlayer = 0xF8;
|
||||
public const nint dwNetworkGameClient_maxClients = 0x240;
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x24C;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x230;
|
||||
public const nint dwWindowHeight = 0x9053B4;
|
||||
public const nint dwWindowWidth = 0x9053B0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
public const nint dwInputSystem = 0x45A20;
|
||||
public const nint dwInputSystem = 0x45AD0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
public static class MatchmakingDll {
|
||||
public const nint dwGameTypes = 0x1B5EE0;
|
||||
public const nint dwGameTypes = 0x1B8000;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint dwSoundSystem = 0x3EAE60;
|
||||
public const nint dwSoundSystem = 0x4F3470;
|
||||
public const nint dwSoundSystem_engineViewData = 0x7C;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -9,49 +9,49 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1E3C150;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x1D13CE8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1FB89D0;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1E31410;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1BE41C0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1E2E2B8;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1E1DC18;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1BEEF28;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1E36BE8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1BEEE40;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1E2ED08;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x50;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1E3C800;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1E323D0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1E32F48;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1DCF190;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x23112D0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x21C39F8;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x24A6A38;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20A0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x23024F0;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x2056228;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x2302500;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x22EB918;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x20617D0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x230EA70;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x20616E0;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x2303028;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x58;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x2311958;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x2307750;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x2307988;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x22909C0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x5F13E4;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x8EB538;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x390;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x23C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x2C1467;
|
||||
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 = 0x8EF844;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x8EF840;
|
||||
constexpr std::ptrdiff_t dwBuildNumber = 0x606504;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient = 0x900FEF;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_clientTickCount = 0x378;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_deltaTick = 0x24C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_isBackgroundMap = 0x2C141F;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_localPlayer = 0xF8;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_maxClients = 0x240;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x24C;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x230;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x9053B4;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x9053B0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x45A20;
|
||||
constexpr std::ptrdiff_t dwInputSystem = 0x45AD0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
namespace matchmaking_dll {
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x1B5EE0;
|
||||
constexpr std::ptrdiff_t dwGameTypes = 0x1B8000;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x3EAE60;
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x4F3470;
|
||||
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,44 +1,44 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 31703376,
|
||||
"dwEntityList": 30489832,
|
||||
"dwGameEntitySystem": 33262032,
|
||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
||||
"dwGameRules": 31659024,
|
||||
"dwGlobalVars": 29245888,
|
||||
"dwGlowManager": 31646392,
|
||||
"dwLocalPlayerController": 31579160,
|
||||
"dwLocalPlayerPawn": 29290280,
|
||||
"dwPlantedC4": 31681512,
|
||||
"dwPrediction": 29290048,
|
||||
"dwSensitivity": 31649032,
|
||||
"dwSensitivity_sensitivity": 80,
|
||||
"dwViewAngles": 31705088,
|
||||
"dwViewMatrix": 31663056,
|
||||
"dwViewRender": 31665992,
|
||||
"dwWeaponC4": 31256976
|
||||
"dwCSGOInput": 36770512,
|
||||
"dwEntityList": 35404280,
|
||||
"dwGameEntitySystem": 38431288,
|
||||
"dwGameEntitySystem_highestEntityIndex": 8352,
|
||||
"dwGameRules": 36709616,
|
||||
"dwGlobalVars": 33907240,
|
||||
"dwGlowManager": 36709632,
|
||||
"dwLocalPlayerController": 36616472,
|
||||
"dwLocalPlayerPawn": 33953744,
|
||||
"dwPlantedC4": 36760176,
|
||||
"dwPrediction": 33953504,
|
||||
"dwSensitivity": 36712488,
|
||||
"dwSensitivity_sensitivity": 88,
|
||||
"dwViewAngles": 36772184,
|
||||
"dwViewMatrix": 36730704,
|
||||
"dwViewRender": 36731272,
|
||||
"dwWeaponC4": 36243904
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 6231012,
|
||||
"dwNetworkGameClient": 9352504,
|
||||
"dwNetworkGameClient_clientTickCount": 912,
|
||||
"dwNetworkGameClient_deltaTick": 572,
|
||||
"dwNetworkGameClient_isBackgroundMap": 2888807,
|
||||
"dwNetworkGameClient_localPlayer": 232,
|
||||
"dwNetworkGameClient_maxClients": 560,
|
||||
"dwNetworkGameClient_serverTickCount": 572,
|
||||
"dwNetworkGameClient_signOnState": 544,
|
||||
"dwWindowHeight": 9369668,
|
||||
"dwWindowWidth": 9369664
|
||||
"dwBuildNumber": 6317316,
|
||||
"dwNetworkGameClient": 9441263,
|
||||
"dwNetworkGameClient_clientTickCount": 888,
|
||||
"dwNetworkGameClient_deltaTick": 588,
|
||||
"dwNetworkGameClient_isBackgroundMap": 2888735,
|
||||
"dwNetworkGameClient_localPlayer": 248,
|
||||
"dwNetworkGameClient_maxClients": 576,
|
||||
"dwNetworkGameClient_serverTickCount": 588,
|
||||
"dwNetworkGameClient_signOnState": 560,
|
||||
"dwWindowHeight": 9458612,
|
||||
"dwWindowWidth": 9458608
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 285216
|
||||
"dwInputSystem": 285392
|
||||
},
|
||||
"matchmaking.dll": {
|
||||
"dwGameTypes": 1793760
|
||||
"dwGameTypes": 1802240
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"dwSoundSystem": 4107872,
|
||||
"dwSoundSystem": 5190768,
|
||||
"dwSoundSystem_engineViewData": 124
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-12-21 11:22:37.665735500 UTC
|
||||
// 2026-01-21 23:45:27.960850 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@@ -7,49 +7,49 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1E3C150;
|
||||
pub const dwEntityList: usize = 0x1D13CE8;
|
||||
pub const dwGameEntitySystem: usize = 0x1FB89D0;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
||||
pub const dwGameRules: usize = 0x1E31410;
|
||||
pub const dwGlobalVars: usize = 0x1BE41C0;
|
||||
pub const dwGlowManager: usize = 0x1E2E2B8;
|
||||
pub const dwLocalPlayerController: usize = 0x1E1DC18;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1BEEF28;
|
||||
pub const dwPlantedC4: usize = 0x1E36BE8;
|
||||
pub const dwPrediction: usize = 0x1BEEE40;
|
||||
pub const dwSensitivity: usize = 0x1E2ED08;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x50;
|
||||
pub const dwViewAngles: usize = 0x1E3C800;
|
||||
pub const dwViewMatrix: usize = 0x1E323D0;
|
||||
pub const dwViewRender: usize = 0x1E32F48;
|
||||
pub const dwWeaponC4: usize = 0x1DCF190;
|
||||
pub const dwCSGOInput: usize = 0x23112D0;
|
||||
pub const dwEntityList: usize = 0x21C39F8;
|
||||
pub const dwGameEntitySystem: usize = 0x24A6A38;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20A0;
|
||||
pub const dwGameRules: usize = 0x23024F0;
|
||||
pub const dwGlobalVars: usize = 0x2056228;
|
||||
pub const dwGlowManager: usize = 0x2302500;
|
||||
pub const dwLocalPlayerController: usize = 0x22EB918;
|
||||
pub const dwLocalPlayerPawn: usize = 0x20617D0;
|
||||
pub const dwPlantedC4: usize = 0x230EA70;
|
||||
pub const dwPrediction: usize = 0x20616E0;
|
||||
pub const dwSensitivity: usize = 0x2303028;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x58;
|
||||
pub const dwViewAngles: usize = 0x2311958;
|
||||
pub const dwViewMatrix: usize = 0x2307750;
|
||||
pub const dwViewRender: usize = 0x2307988;
|
||||
pub const dwWeaponC4: usize = 0x22909C0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const dwBuildNumber: usize = 0x5F13E4;
|
||||
pub const dwNetworkGameClient: usize = 0x8EB538;
|
||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x390;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x23C;
|
||||
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x2C1467;
|
||||
pub const dwNetworkGameClient_localPlayer: usize = 0xE8;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x230;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x23C;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x220;
|
||||
pub const dwWindowHeight: usize = 0x8EF844;
|
||||
pub const dwWindowWidth: usize = 0x8EF840;
|
||||
pub const dwBuildNumber: usize = 0x606504;
|
||||
pub const dwNetworkGameClient: usize = 0x900FEF;
|
||||
pub const dwNetworkGameClient_clientTickCount: usize = 0x378;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x24C;
|
||||
pub const dwNetworkGameClient_isBackgroundMap: usize = 0x2C141F;
|
||||
pub const dwNetworkGameClient_localPlayer: usize = 0xF8;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x240;
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x24C;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x230;
|
||||
pub const dwWindowHeight: usize = 0x9053B4;
|
||||
pub const dwWindowWidth: usize = 0x9053B0;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
pub const dwInputSystem: usize = 0x45A20;
|
||||
pub const dwInputSystem: usize = 0x45AD0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
pub mod matchmaking_dll {
|
||||
pub const dwGameTypes: usize = 0x1B5EE0;
|
||||
pub const dwGameTypes: usize = 0x1B8000;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const dwSoundSystem: usize = 0x3EAE60;
|
||||
pub const dwSoundSystem: usize = 0x4F3470;
|
||||
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user