mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-23 18:05:34 +08:00
Game update (14005) (2)
This commit is contained in:
parent
b0218519b5
commit
ad9f1d6b9f
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,24 +1,24 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-27 00:03:34.843899 UTC
|
||||
// 2024-05-01 00:25:27.858971200 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x1733230;
|
||||
public const nint attack2 = 0x17332C0;
|
||||
public const nint back = 0x1733500;
|
||||
public const nint duck = 0x17337D0;
|
||||
public const nint forward = 0x1733470;
|
||||
public const nint jump = 0x1733740;
|
||||
public const nint left = 0x1733590;
|
||||
public const nint lookatweapon = 0x192EE70;
|
||||
public const nint reload = 0x17331A0;
|
||||
public const nint right = 0x1733620;
|
||||
public const nint showscores = 0x192ED50;
|
||||
public const nint sprint = 0x1733110;
|
||||
public const nint turnleft = 0x1733350;
|
||||
public const nint turnright = 0x17333E0;
|
||||
public const nint use = 0x17336B0;
|
||||
public const nint zoom = 0x192EDE0;
|
||||
public const nint attack = 0x1736410;
|
||||
public const nint attack2 = 0x17364A0;
|
||||
public const nint back = 0x17366E0;
|
||||
public const nint duck = 0x17369B0;
|
||||
public const nint forward = 0x1736650;
|
||||
public const nint jump = 0x1736920;
|
||||
public const nint left = 0x1736770;
|
||||
public const nint lookatweapon = 0x19329E0;
|
||||
public const nint reload = 0x1736380;
|
||||
public const nint right = 0x1736800;
|
||||
public const nint showscores = 0x19328C0;
|
||||
public const nint sprint = 0x17362F0;
|
||||
public const nint turnleft = 0x1736530;
|
||||
public const nint turnright = 0x17365C0;
|
||||
public const nint use = 0x1736890;
|
||||
public const nint zoom = 0x1932950;
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x1733230;
|
||||
constexpr std::ptrdiff_t attack2 = 0x17332C0;
|
||||
constexpr std::ptrdiff_t back = 0x1733500;
|
||||
constexpr std::ptrdiff_t duck = 0x17337D0;
|
||||
constexpr std::ptrdiff_t forward = 0x1733470;
|
||||
constexpr std::ptrdiff_t jump = 0x1733740;
|
||||
constexpr std::ptrdiff_t left = 0x1733590;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x192EE70;
|
||||
constexpr std::ptrdiff_t reload = 0x17331A0;
|
||||
constexpr std::ptrdiff_t right = 0x1733620;
|
||||
constexpr std::ptrdiff_t showscores = 0x192ED50;
|
||||
constexpr std::ptrdiff_t sprint = 0x1733110;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1733350;
|
||||
constexpr std::ptrdiff_t turnright = 0x17333E0;
|
||||
constexpr std::ptrdiff_t use = 0x17336B0;
|
||||
constexpr std::ptrdiff_t zoom = 0x192EDE0;
|
||||
constexpr std::ptrdiff_t attack = 0x1736410;
|
||||
constexpr std::ptrdiff_t attack2 = 0x17364A0;
|
||||
constexpr std::ptrdiff_t back = 0x17366E0;
|
||||
constexpr std::ptrdiff_t duck = 0x17369B0;
|
||||
constexpr std::ptrdiff_t forward = 0x1736650;
|
||||
constexpr std::ptrdiff_t jump = 0x1736920;
|
||||
constexpr std::ptrdiff_t left = 0x1736770;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x19329E0;
|
||||
constexpr std::ptrdiff_t reload = 0x1736380;
|
||||
constexpr std::ptrdiff_t right = 0x1736800;
|
||||
constexpr std::ptrdiff_t showscores = 0x19328C0;
|
||||
constexpr std::ptrdiff_t sprint = 0x17362F0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1736530;
|
||||
constexpr std::ptrdiff_t turnright = 0x17365C0;
|
||||
constexpr std::ptrdiff_t use = 0x1736890;
|
||||
constexpr std::ptrdiff_t zoom = 0x1932950;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 24326704,
|
||||
"attack2": 24326848,
|
||||
"back": 24327424,
|
||||
"duck": 24328144,
|
||||
"forward": 24327280,
|
||||
"jump": 24328000,
|
||||
"left": 24327568,
|
||||
"lookatweapon": 26406512,
|
||||
"reload": 24326560,
|
||||
"right": 24327712,
|
||||
"showscores": 26406224,
|
||||
"sprint": 24326416,
|
||||
"turnleft": 24326992,
|
||||
"turnright": 24327136,
|
||||
"use": 24327856,
|
||||
"zoom": 26406368
|
||||
"attack": 24339472,
|
||||
"attack2": 24339616,
|
||||
"back": 24340192,
|
||||
"duck": 24340912,
|
||||
"forward": 24340048,
|
||||
"jump": 24340768,
|
||||
"left": 24340336,
|
||||
"lookatweapon": 26421728,
|
||||
"reload": 24339328,
|
||||
"right": 24340480,
|
||||
"showscores": 26421440,
|
||||
"sprint": 24339184,
|
||||
"turnleft": 24339760,
|
||||
"turnright": 24339904,
|
||||
"use": 24340624,
|
||||
"zoom": 26421584
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-27 00:03:34.843899 UTC
|
||||
// 2024-05-01 00:25:27.858971200 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x1733230;
|
||||
pub const attack2: usize = 0x17332C0;
|
||||
pub const back: usize = 0x1733500;
|
||||
pub const duck: usize = 0x17337D0;
|
||||
pub const forward: usize = 0x1733470;
|
||||
pub const jump: usize = 0x1733740;
|
||||
pub const left: usize = 0x1733590;
|
||||
pub const lookatweapon: usize = 0x192EE70;
|
||||
pub const reload: usize = 0x17331A0;
|
||||
pub const right: usize = 0x1733620;
|
||||
pub const showscores: usize = 0x192ED50;
|
||||
pub const sprint: usize = 0x1733110;
|
||||
pub const turnleft: usize = 0x1733350;
|
||||
pub const turnright: usize = 0x17333E0;
|
||||
pub const r#use: usize = 0x17336B0;
|
||||
pub const zoom: usize = 0x192EDE0;
|
||||
pub const attack: usize = 0x1736410;
|
||||
pub const attack2: usize = 0x17364A0;
|
||||
pub const back: usize = 0x17366E0;
|
||||
pub const duck: usize = 0x17369B0;
|
||||
pub const forward: usize = 0x1736650;
|
||||
pub const jump: usize = 0x1736920;
|
||||
pub const left: usize = 0x1736770;
|
||||
pub const lookatweapon: usize = 0x19329E0;
|
||||
pub const reload: usize = 0x1736380;
|
||||
pub const right: usize = 0x1736800;
|
||||
pub const showscores: usize = 0x19328C0;
|
||||
pub const sprint: usize = 0x17362F0;
|
||||
pub const turnleft: usize = 0x1736530;
|
||||
pub const turnright: usize = 0x17365C0;
|
||||
pub const r#use: usize = 0x1736890;
|
||||
pub const zoom: usize = 0x1932950;
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14005,
|
||||
"timestamp": "2024-04-27T00:03:34.843899+00:00"
|
||||
"timestamp": "2024-05-01T00:25:27.858971200+00:00"
|
||||
}
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
@ -9,54 +9,54 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x737C40;
|
||||
public const nint EmptyWorldService001_Client = 0x483C30;
|
||||
public const nint GameClientExports001 = 0x737C50;
|
||||
public const nint LegacyGameUI001 = 0x8B5EA0;
|
||||
public const nint Source2Client002 = 0x737C60;
|
||||
public const nint Source2ClientConfig001 = 0x46EED0;
|
||||
public const nint Source2ClientPrediction001 = 0x7B48C0;
|
||||
public const nint Source2ClientUI001 = 0x8A5330;
|
||||
public const nint ClientToolsInfo_001 = 0x7358C0;
|
||||
public const nint EmptyWorldService001_Client = 0x482B50;
|
||||
public const nint GameClientExports001 = 0x7358D0;
|
||||
public const nint LegacyGameUI001 = 0x8B35F0;
|
||||
public const nint Source2Client002 = 0x7358E0;
|
||||
public const nint Source2ClientConfig001 = 0x46DED0;
|
||||
public const nint Source2ClientPrediction001 = 0x7B2360;
|
||||
public const nint Source2ClientUI001 = 0x8A2B30;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint BenchmarkService001 = 0x179000;
|
||||
public const nint BugService001 = 0x17A860;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1ED110;
|
||||
public const nint EngineGameUI001 = 0x123570;
|
||||
public const nint EngineServiceMgr001 = 0x1DD9F0;
|
||||
public const nint GameEventSystemClientV001 = 0x1E2560;
|
||||
public const nint GameEventSystemServerV001 = 0x1E2570;
|
||||
public const nint GameResourceServiceClientV001 = 0x181A20;
|
||||
public const nint GameResourceServiceServerV001 = 0x181A30;
|
||||
public const nint GameUIService_001 = 0x1843D0;
|
||||
public const nint HostStateMgr001 = 0x1E6FC0;
|
||||
public const nint INETSUPPORT_001 = 0xF2150;
|
||||
public const nint InputService_001 = 0x189EF0;
|
||||
public const nint KeyValueCache001 = 0x1E97E0;
|
||||
public const nint MapListService_001 = 0x19CDC0;
|
||||
public const nint NetworkClientService_001 = 0x1A3F80;
|
||||
public const nint NetworkP2PService_001 = 0x1AAC60;
|
||||
public const nint NetworkServerService_001 = 0x1AF1D0;
|
||||
public const nint NetworkService_001 = 0x1B43F0;
|
||||
public const nint RenderService_001 = 0x1B48E0;
|
||||
public const nint ScreenshotService001 = 0x1B72A0;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1F92E0;
|
||||
public const nint SoundService_001 = 0x1BB8A0;
|
||||
public const nint Source2EngineToClient001 = 0x62F00;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x8BFC0;
|
||||
public const nint Source2EngineToServer001 = 0x93590;
|
||||
public const nint Source2EngineToServerStringTable001 = 0xAABE0;
|
||||
public const nint SplitScreenService_001 = 0x1C2130;
|
||||
public const nint StatsService_001 = 0x1C4E10;
|
||||
public const nint ToolService_001 = 0x1C9A60;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x1241E0;
|
||||
public const nint VProfService_001 = 0x1CADE0;
|
||||
public const nint BenchmarkService001 = 0x1790C0;
|
||||
public const nint BugService001 = 0x17A920;
|
||||
public const nint ClientServerEngineLoopService_001 = 0x1EE460;
|
||||
public const nint EngineGameUI001 = 0x123610;
|
||||
public const nint EngineServiceMgr001 = 0x1DDA10;
|
||||
public const nint GameEventSystemClientV001 = 0x1E2600;
|
||||
public const nint GameEventSystemServerV001 = 0x1E2610;
|
||||
public const nint GameResourceServiceClientV001 = 0x181AE0;
|
||||
public const nint GameResourceServiceServerV001 = 0x181AF0;
|
||||
public const nint GameUIService_001 = 0x184490;
|
||||
public const nint HostStateMgr001 = 0x1E7060;
|
||||
public const nint INETSUPPORT_001 = 0xF2290;
|
||||
public const nint InputService_001 = 0x189FB0;
|
||||
public const nint KeyValueCache001 = 0x1E9880;
|
||||
public const nint MapListService_001 = 0x19CE80;
|
||||
public const nint NetworkClientService_001 = 0x1A4040;
|
||||
public const nint NetworkP2PService_001 = 0x1AAD20;
|
||||
public const nint NetworkServerService_001 = 0x1AF270;
|
||||
public const nint NetworkService_001 = 0x1B4490;
|
||||
public const nint RenderService_001 = 0x1B4980;
|
||||
public const nint ScreenshotService001 = 0x1B7300;
|
||||
public const nint SimpleEngineLoopService_001 = 0x1FAFA0;
|
||||
public const nint SoundService_001 = 0x1BB900;
|
||||
public const nint Source2EngineToClient001 = 0x63210;
|
||||
public const nint Source2EngineToClientStringTable001 = 0x8C280;
|
||||
public const nint Source2EngineToServer001 = 0x93880;
|
||||
public const nint Source2EngineToServerStringTable001 = 0xAAE20;
|
||||
public const nint SplitScreenService_001 = 0x1C2190;
|
||||
public const nint StatsService_001 = 0x1C4E70;
|
||||
public const nint ToolService_001 = 0x1C9AC0;
|
||||
public const nint VENGINE_GAMEUIFUNCS_VERSION005 = 0x124280;
|
||||
public const nint VProfService_001 = 0x1CAE40;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
public static class FilesystemStdioDll {
|
||||
public const nint VAsyncFileSystem2_001 = 0x67960;
|
||||
public const nint VFileSystem017 = 0x67950;
|
||||
public const nint VAsyncFileSystem2_001 = 0x67510;
|
||||
public const nint VFileSystem017 = 0x67500;
|
||||
}
|
||||
// Module: host.dll
|
||||
public static class HostDll {
|
||||
@ -105,10 +105,10 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
public static class NetworksystemDll {
|
||||
public const nint FlattenedSerializersVersion001 = 0x7EF90;
|
||||
public const nint NetworkMessagesVersion001 = 0x9FC90;
|
||||
public const nint NetworkSystemVersion001 = 0xBFA10;
|
||||
public const nint SerializedEntitiesVersion001 = 0xD5E40;
|
||||
public const nint FlattenedSerializersVersion001 = 0x7EF40;
|
||||
public const nint NetworkMessagesVersion001 = 0x9FC40;
|
||||
public const nint NetworkSystemVersion001 = 0xBF9C0;
|
||||
public const nint SerializedEntitiesVersion001 = 0xD5DF0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
public static class PanoramaDll {
|
||||
@ -124,7 +124,7 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: particles.dll
|
||||
public static class ParticlesDll {
|
||||
public const nint ParticleSystemMgr003 = 0x591D0;
|
||||
public const nint ParticleSystemMgr003 = 0x590F0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
public static class PulseSystemDll {
|
||||
@ -132,9 +132,9 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
public static class Rendersystemdx11Dll {
|
||||
public const nint RenderDeviceMgr001 = 0x4D210;
|
||||
public const nint RenderUtils_001 = 0x55B90;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x4D220;
|
||||
public const nint RenderDeviceMgr001 = 0x4D1A0;
|
||||
public const nint RenderUtils_001 = 0x55B20;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x4D1B0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
public static class ResourcesystemDll {
|
||||
@ -147,9 +147,9 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
public static class ScenesystemDll {
|
||||
public const nint RenderingPipelines_001 = 0x86480;
|
||||
public const nint SceneSystem_002 = 0xBD200;
|
||||
public const nint SceneUtils_001 = 0x12FCA0;
|
||||
public const nint RenderingPipelines_001 = 0x86350;
|
||||
public const nint SceneSystem_002 = 0xBD0D0;
|
||||
public const nint SceneUtils_001 = 0x12FB70;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
public static class SchemasystemDll {
|
||||
@ -157,23 +157,23 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x56F610;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2AC300;
|
||||
public const nint NavGameTest001 = 0xA45F50;
|
||||
public const nint ServerToolsInfo_001 = 0x8313A0;
|
||||
public const nint Source2GameClients001 = 0x8313B0;
|
||||
public const nint EmptyWorldService001_Server = 0x56E090;
|
||||
public const nint EntitySubclassUtilsV001 = 0x2ABF30;
|
||||
public const nint NavGameTest001 = 0xA42F00;
|
||||
public const nint ServerToolsInfo_001 = 0x82E9F0;
|
||||
public const nint Source2GameClients001 = 0x82EA00;
|
||||
public const nint Source2GameDirector001 = 0x11DFD0;
|
||||
public const nint Source2GameEntities001 = 0x8313C0;
|
||||
public const nint Source2Server001 = 0x8313D0;
|
||||
public const nint Source2ServerConfig001 = 0x563940;
|
||||
public const nint customnavsystem001 = 0x2282A0;
|
||||
public const nint Source2GameEntities001 = 0x82EA10;
|
||||
public const nint Source2Server001 = 0x82EA20;
|
||||
public const nint Source2ServerConfig001 = 0x562340;
|
||||
public const nint customnavsystem001 = 0x227F00;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint SoundOpSystem001 = 0x16A640;
|
||||
public const nint SoundOpSystemEdit001 = 0x96A50;
|
||||
public const nint SoundSystem001 = 0x48320;
|
||||
public const nint VMixEditTool001 = 0x75C30;
|
||||
public const nint SoundOpSystem001 = 0x16A670;
|
||||
public const nint SoundOpSystemEdit001 = 0x96A80;
|
||||
public const nint SoundSystem001 = 0x48350;
|
||||
public const nint VMixEditTool001 = 0x75C60;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
public static class SteamaudioDll {
|
||||
@ -204,10 +204,10 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: tier0.dll
|
||||
public static class Tier0Dll {
|
||||
public const nint TestScriptMgr001 = 0x142CC0;
|
||||
public const nint VEngineCvar007 = 0x633A0;
|
||||
public const nint VProcessUtils002 = 0x134160;
|
||||
public const nint VStringTokenSystem001 = 0x192B30;
|
||||
public const nint TestScriptMgr001 = 0x1426C0;
|
||||
public const nint VEngineCvar007 = 0x62DA0;
|
||||
public const nint VProcessUtils002 = 0x133B60;
|
||||
public const nint VStringTokenSystem001 = 0x195160;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
public static class V8systemDll {
|
||||
|
@ -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
|
||||
|
||||
@ -14,54 +14,54 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x737C40;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x483C30;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x737C50;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B5EA0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x737C60;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46EED0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7B48C0;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8A5330;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x7358C0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x482B50;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x7358D0;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B35F0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x7358E0;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46DED0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7B2360;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8A2B30;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x179000;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x17A860;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1ED110;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x123570;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DD9F0;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E2560;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E2570;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x181A20;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x181A30;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x1843D0;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E6FC0;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF2150;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x189EF0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1E97E0;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x19CDC0;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A3F80;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1AAC60;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1AF1D0;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B43F0;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B48E0;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B72A0;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1F92E0;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x1BB8A0;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x62F00;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8BFC0;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x93590;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xAABE0;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C2130;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C4E10;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x1C9A60;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x1241E0;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x1CADE0;
|
||||
constexpr std::ptrdiff_t BenchmarkService001 = 0x1790C0;
|
||||
constexpr std::ptrdiff_t BugService001 = 0x17A920;
|
||||
constexpr std::ptrdiff_t ClientServerEngineLoopService_001 = 0x1EE460;
|
||||
constexpr std::ptrdiff_t EngineGameUI001 = 0x123610;
|
||||
constexpr std::ptrdiff_t EngineServiceMgr001 = 0x1DDA10;
|
||||
constexpr std::ptrdiff_t GameEventSystemClientV001 = 0x1E2600;
|
||||
constexpr std::ptrdiff_t GameEventSystemServerV001 = 0x1E2610;
|
||||
constexpr std::ptrdiff_t GameResourceServiceClientV001 = 0x181AE0;
|
||||
constexpr std::ptrdiff_t GameResourceServiceServerV001 = 0x181AF0;
|
||||
constexpr std::ptrdiff_t GameUIService_001 = 0x184490;
|
||||
constexpr std::ptrdiff_t HostStateMgr001 = 0x1E7060;
|
||||
constexpr std::ptrdiff_t INETSUPPORT_001 = 0xF2290;
|
||||
constexpr std::ptrdiff_t InputService_001 = 0x189FB0;
|
||||
constexpr std::ptrdiff_t KeyValueCache001 = 0x1E9880;
|
||||
constexpr std::ptrdiff_t MapListService_001 = 0x19CE80;
|
||||
constexpr std::ptrdiff_t NetworkClientService_001 = 0x1A4040;
|
||||
constexpr std::ptrdiff_t NetworkP2PService_001 = 0x1AAD20;
|
||||
constexpr std::ptrdiff_t NetworkServerService_001 = 0x1AF270;
|
||||
constexpr std::ptrdiff_t NetworkService_001 = 0x1B4490;
|
||||
constexpr std::ptrdiff_t RenderService_001 = 0x1B4980;
|
||||
constexpr std::ptrdiff_t ScreenshotService001 = 0x1B7300;
|
||||
constexpr std::ptrdiff_t SimpleEngineLoopService_001 = 0x1FAFA0;
|
||||
constexpr std::ptrdiff_t SoundService_001 = 0x1BB900;
|
||||
constexpr std::ptrdiff_t Source2EngineToClient001 = 0x63210;
|
||||
constexpr std::ptrdiff_t Source2EngineToClientStringTable001 = 0x8C280;
|
||||
constexpr std::ptrdiff_t Source2EngineToServer001 = 0x93880;
|
||||
constexpr std::ptrdiff_t Source2EngineToServerStringTable001 = 0xAAE20;
|
||||
constexpr std::ptrdiff_t SplitScreenService_001 = 0x1C2190;
|
||||
constexpr std::ptrdiff_t StatsService_001 = 0x1C4E70;
|
||||
constexpr std::ptrdiff_t ToolService_001 = 0x1C9AC0;
|
||||
constexpr std::ptrdiff_t VENGINE_GAMEUIFUNCS_VERSION005 = 0x124280;
|
||||
constexpr std::ptrdiff_t VProfService_001 = 0x1CAE40;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
namespace filesystem_stdio_dll {
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x67960;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x67950;
|
||||
constexpr std::ptrdiff_t VAsyncFileSystem2_001 = 0x67510;
|
||||
constexpr std::ptrdiff_t VFileSystem017 = 0x67500;
|
||||
}
|
||||
// Module: host.dll
|
||||
namespace host_dll {
|
||||
@ -110,10 +110,10 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
namespace networksystem_dll {
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7EF90;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9FC90;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xBFA10;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD5E40;
|
||||
constexpr std::ptrdiff_t FlattenedSerializersVersion001 = 0x7EF40;
|
||||
constexpr std::ptrdiff_t NetworkMessagesVersion001 = 0x9FC40;
|
||||
constexpr std::ptrdiff_t NetworkSystemVersion001 = 0xBF9C0;
|
||||
constexpr std::ptrdiff_t SerializedEntitiesVersion001 = 0xD5DF0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
namespace panorama_dll {
|
||||
@ -129,7 +129,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: particles.dll
|
||||
namespace particles_dll {
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x591D0;
|
||||
constexpr std::ptrdiff_t ParticleSystemMgr003 = 0x590F0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
namespace pulse_system_dll {
|
||||
@ -137,9 +137,9 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
namespace rendersystemdx11_dll {
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4D210;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x55B90;
|
||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4D220;
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x4D1A0;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x55B20;
|
||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x4D1B0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
namespace resourcesystem_dll {
|
||||
@ -152,9 +152,9 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
namespace scenesystem_dll {
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x86480;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0xBD200;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x12FCA0;
|
||||
constexpr std::ptrdiff_t RenderingPipelines_001 = 0x86350;
|
||||
constexpr std::ptrdiff_t SceneSystem_002 = 0xBD0D0;
|
||||
constexpr std::ptrdiff_t SceneUtils_001 = 0x12FB70;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
namespace schemasystem_dll {
|
||||
@ -162,23 +162,23 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x56F610;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2AC300;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA45F50;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x8313A0;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x8313B0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x56E090;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x2ABF30;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0xA42F00;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x82E9F0;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x82EA00;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x11DFD0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x8313C0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x8313D0;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x563940;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x2282A0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x82EA10;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x82EA20;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x562340;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x227F00;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x16A640;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x96A50;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x48320;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x75C30;
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x16A670;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x96A80;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x48350;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x75C60;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
namespace steamaudio_dll {
|
||||
@ -209,10 +209,10 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: tier0.dll
|
||||
namespace tier0_dll {
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x142CC0;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x633A0;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x134160;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x192B30;
|
||||
constexpr std::ptrdiff_t TestScriptMgr001 = 0x1426C0;
|
||||
constexpr std::ptrdiff_t VEngineCvar007 = 0x62DA0;
|
||||
constexpr std::ptrdiff_t VProcessUtils002 = 0x133B60;
|
||||
constexpr std::ptrdiff_t VStringTokenSystem001 = 0x195160;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
namespace v8system_dll {
|
||||
|
@ -4,52 +4,52 @@
|
||||
"AnimationSystem_001": 451008
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 7568448,
|
||||
"EmptyWorldService001_Client": 4734000,
|
||||
"GameClientExports001": 7568464,
|
||||
"LegacyGameUI001": 9133728,
|
||||
"Source2Client002": 7568480,
|
||||
"Source2ClientConfig001": 4648656,
|
||||
"Source2ClientPrediction001": 8079552,
|
||||
"Source2ClientUI001": 9065264
|
||||
"ClientToolsInfo_001": 7559360,
|
||||
"EmptyWorldService001_Client": 4729680,
|
||||
"GameClientExports001": 7559376,
|
||||
"LegacyGameUI001": 9123312,
|
||||
"Source2Client002": 7559392,
|
||||
"Source2ClientConfig001": 4644560,
|
||||
"Source2ClientPrediction001": 8069984,
|
||||
"Source2ClientUI001": 9055024
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 1544192,
|
||||
"BugService001": 1550432,
|
||||
"ClientServerEngineLoopService_001": 2019600,
|
||||
"EngineGameUI001": 1193328,
|
||||
"EngineServiceMgr001": 1956336,
|
||||
"GameEventSystemClientV001": 1975648,
|
||||
"GameEventSystemServerV001": 1975664,
|
||||
"GameResourceServiceClientV001": 1579552,
|
||||
"GameResourceServiceServerV001": 1579568,
|
||||
"GameUIService_001": 1590224,
|
||||
"HostStateMgr001": 1994688,
|
||||
"INETSUPPORT_001": 991568,
|
||||
"InputService_001": 1613552,
|
||||
"KeyValueCache001": 2004960,
|
||||
"MapListService_001": 1691072,
|
||||
"NetworkClientService_001": 1720192,
|
||||
"NetworkP2PService_001": 1748064,
|
||||
"NetworkServerService_001": 1765840,
|
||||
"NetworkService_001": 1786864,
|
||||
"RenderService_001": 1788128,
|
||||
"ScreenshotService001": 1798816,
|
||||
"SimpleEngineLoopService_001": 2069216,
|
||||
"SoundService_001": 1816736,
|
||||
"Source2EngineToClient001": 405248,
|
||||
"Source2EngineToClientStringTable001": 573376,
|
||||
"Source2EngineToServer001": 603536,
|
||||
"Source2EngineToServerStringTable001": 699360,
|
||||
"SplitScreenService_001": 1843504,
|
||||
"StatsService_001": 1854992,
|
||||
"ToolService_001": 1874528,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1196512,
|
||||
"VProfService_001": 1879520
|
||||
"BenchmarkService001": 1544384,
|
||||
"BugService001": 1550624,
|
||||
"ClientServerEngineLoopService_001": 2024544,
|
||||
"EngineGameUI001": 1193488,
|
||||
"EngineServiceMgr001": 1956368,
|
||||
"GameEventSystemClientV001": 1975808,
|
||||
"GameEventSystemServerV001": 1975824,
|
||||
"GameResourceServiceClientV001": 1579744,
|
||||
"GameResourceServiceServerV001": 1579760,
|
||||
"GameUIService_001": 1590416,
|
||||
"HostStateMgr001": 1994848,
|
||||
"INETSUPPORT_001": 991888,
|
||||
"InputService_001": 1613744,
|
||||
"KeyValueCache001": 2005120,
|
||||
"MapListService_001": 1691264,
|
||||
"NetworkClientService_001": 1720384,
|
||||
"NetworkP2PService_001": 1748256,
|
||||
"NetworkServerService_001": 1766000,
|
||||
"NetworkService_001": 1787024,
|
||||
"RenderService_001": 1788288,
|
||||
"ScreenshotService001": 1798912,
|
||||
"SimpleEngineLoopService_001": 2076576,
|
||||
"SoundService_001": 1816832,
|
||||
"Source2EngineToClient001": 406032,
|
||||
"Source2EngineToClientStringTable001": 574080,
|
||||
"Source2EngineToServer001": 604288,
|
||||
"Source2EngineToServerStringTable001": 699936,
|
||||
"SplitScreenService_001": 1843600,
|
||||
"StatsService_001": 1855088,
|
||||
"ToolService_001": 1874624,
|
||||
"VENGINE_GAMEUIFUNCS_VERSION005": 1196672,
|
||||
"VProfService_001": 1879616
|
||||
},
|
||||
"filesystem_stdio.dll": {
|
||||
"VAsyncFileSystem2_001": 424288,
|
||||
"VFileSystem017": 424272
|
||||
"VAsyncFileSystem2_001": 423184,
|
||||
"VFileSystem017": 423168
|
||||
},
|
||||
"host.dll": {
|
||||
"DebugDrawQueueManager001": 72416,
|
||||
@ -89,10 +89,10 @@
|
||||
"NavSystem001": 36400
|
||||
},
|
||||
"networksystem.dll": {
|
||||
"FlattenedSerializersVersion001": 520080,
|
||||
"NetworkMessagesVersion001": 654480,
|
||||
"NetworkSystemVersion001": 784912,
|
||||
"SerializedEntitiesVersion001": 876096
|
||||
"FlattenedSerializersVersion001": 520000,
|
||||
"NetworkMessagesVersion001": 654400,
|
||||
"NetworkSystemVersion001": 784832,
|
||||
"SerializedEntitiesVersion001": 876016
|
||||
},
|
||||
"panorama.dll": {
|
||||
"PanoramaUIEngine001": 383168
|
||||
@ -104,15 +104,15 @@
|
||||
"PanoramaUIClient001": 73744
|
||||
},
|
||||
"particles.dll": {
|
||||
"ParticleSystemMgr003": 365008
|
||||
"ParticleSystemMgr003": 364784
|
||||
},
|
||||
"pulse_system.dll": {
|
||||
"IPulseSystem_001": 17600
|
||||
},
|
||||
"rendersystemdx11.dll": {
|
||||
"RenderDeviceMgr001": 315920,
|
||||
"RenderUtils_001": 351120,
|
||||
"VRenderDeviceMgrBackdoor001": 315936
|
||||
"RenderDeviceMgr001": 315808,
|
||||
"RenderUtils_001": 351008,
|
||||
"VRenderDeviceMgrBackdoor001": 315824
|
||||
},
|
||||
"resourcesystem.dll": {
|
||||
"ResourceSystem013": 67872
|
||||
@ -122,30 +122,30 @@
|
||||
"SceneFileCache002": 27232
|
||||
},
|
||||
"scenesystem.dll": {
|
||||
"RenderingPipelines_001": 550016,
|
||||
"SceneSystem_002": 774656,
|
||||
"SceneUtils_001": 1244320
|
||||
"RenderingPipelines_001": 549712,
|
||||
"SceneSystem_002": 774352,
|
||||
"SceneUtils_001": 1244016
|
||||
},
|
||||
"schemasystem.dll": {
|
||||
"SchemaSystem_001": 43600
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 5699088,
|
||||
"EntitySubclassUtilsV001": 2802432,
|
||||
"NavGameTest001": 10772304,
|
||||
"ServerToolsInfo_001": 8590240,
|
||||
"Source2GameClients001": 8590256,
|
||||
"EmptyWorldService001_Server": 5693584,
|
||||
"EntitySubclassUtilsV001": 2801456,
|
||||
"NavGameTest001": 10759936,
|
||||
"ServerToolsInfo_001": 8579568,
|
||||
"Source2GameClients001": 8579584,
|
||||
"Source2GameDirector001": 1171408,
|
||||
"Source2GameEntities001": 8590272,
|
||||
"Source2Server001": 8590288,
|
||||
"Source2ServerConfig001": 5650752,
|
||||
"customnavsystem001": 2261664
|
||||
"Source2GameEntities001": 8579600,
|
||||
"Source2Server001": 8579616,
|
||||
"Source2ServerConfig001": 5645120,
|
||||
"customnavsystem001": 2260736
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 1484352,
|
||||
"SoundOpSystemEdit001": 617040,
|
||||
"SoundSystem001": 295712,
|
||||
"VMixEditTool001": 482352
|
||||
"SoundOpSystem001": 1484400,
|
||||
"SoundOpSystemEdit001": 617088,
|
||||
"SoundSystem001": 295760,
|
||||
"VMixEditTool001": 482400
|
||||
},
|
||||
"steamaudio.dll": {
|
||||
"SteamAudio001": 371312
|
||||
@ -173,10 +173,10 @@
|
||||
"p2pvoicesingleton002": 879152
|
||||
},
|
||||
"tier0.dll": {
|
||||
"TestScriptMgr001": 1322176,
|
||||
"VEngineCvar007": 406432,
|
||||
"VProcessUtils002": 1261920,
|
||||
"VStringTokenSystem001": 1649456
|
||||
"TestScriptMgr001": 1320640,
|
||||
"VEngineCvar007": 404896,
|
||||
"VProcessUtils002": 1260384,
|
||||
"VStringTokenSystem001": 1659232
|
||||
},
|
||||
"v8system.dll": {
|
||||
"Source2V8System001": 6480
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -12,54 +12,54 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x737C40;
|
||||
pub const EmptyWorldService001_Client: usize = 0x483C30;
|
||||
pub const GameClientExports001: usize = 0x737C50;
|
||||
pub const LegacyGameUI001: usize = 0x8B5EA0;
|
||||
pub const Source2Client002: usize = 0x737C60;
|
||||
pub const Source2ClientConfig001: usize = 0x46EED0;
|
||||
pub const Source2ClientPrediction001: usize = 0x7B48C0;
|
||||
pub const Source2ClientUI001: usize = 0x8A5330;
|
||||
pub const ClientToolsInfo_001: usize = 0x7358C0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x482B50;
|
||||
pub const GameClientExports001: usize = 0x7358D0;
|
||||
pub const LegacyGameUI001: usize = 0x8B35F0;
|
||||
pub const Source2Client002: usize = 0x7358E0;
|
||||
pub const Source2ClientConfig001: usize = 0x46DED0;
|
||||
pub const Source2ClientPrediction001: usize = 0x7B2360;
|
||||
pub const Source2ClientUI001: usize = 0x8A2B30;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const BenchmarkService001: usize = 0x179000;
|
||||
pub const BugService001: usize = 0x17A860;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1ED110;
|
||||
pub const EngineGameUI001: usize = 0x123570;
|
||||
pub const EngineServiceMgr001: usize = 0x1DD9F0;
|
||||
pub const GameEventSystemClientV001: usize = 0x1E2560;
|
||||
pub const GameEventSystemServerV001: usize = 0x1E2570;
|
||||
pub const GameResourceServiceClientV001: usize = 0x181A20;
|
||||
pub const GameResourceServiceServerV001: usize = 0x181A30;
|
||||
pub const GameUIService_001: usize = 0x1843D0;
|
||||
pub const HostStateMgr001: usize = 0x1E6FC0;
|
||||
pub const INETSUPPORT_001: usize = 0xF2150;
|
||||
pub const InputService_001: usize = 0x189EF0;
|
||||
pub const KeyValueCache001: usize = 0x1E97E0;
|
||||
pub const MapListService_001: usize = 0x19CDC0;
|
||||
pub const NetworkClientService_001: usize = 0x1A3F80;
|
||||
pub const NetworkP2PService_001: usize = 0x1AAC60;
|
||||
pub const NetworkServerService_001: usize = 0x1AF1D0;
|
||||
pub const NetworkService_001: usize = 0x1B43F0;
|
||||
pub const RenderService_001: usize = 0x1B48E0;
|
||||
pub const ScreenshotService001: usize = 0x1B72A0;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1F92E0;
|
||||
pub const SoundService_001: usize = 0x1BB8A0;
|
||||
pub const Source2EngineToClient001: usize = 0x62F00;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x8BFC0;
|
||||
pub const Source2EngineToServer001: usize = 0x93590;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xAABE0;
|
||||
pub const SplitScreenService_001: usize = 0x1C2130;
|
||||
pub const StatsService_001: usize = 0x1C4E10;
|
||||
pub const ToolService_001: usize = 0x1C9A60;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x1241E0;
|
||||
pub const VProfService_001: usize = 0x1CADE0;
|
||||
pub const BenchmarkService001: usize = 0x1790C0;
|
||||
pub const BugService001: usize = 0x17A920;
|
||||
pub const ClientServerEngineLoopService_001: usize = 0x1EE460;
|
||||
pub const EngineGameUI001: usize = 0x123610;
|
||||
pub const EngineServiceMgr001: usize = 0x1DDA10;
|
||||
pub const GameEventSystemClientV001: usize = 0x1E2600;
|
||||
pub const GameEventSystemServerV001: usize = 0x1E2610;
|
||||
pub const GameResourceServiceClientV001: usize = 0x181AE0;
|
||||
pub const GameResourceServiceServerV001: usize = 0x181AF0;
|
||||
pub const GameUIService_001: usize = 0x184490;
|
||||
pub const HostStateMgr001: usize = 0x1E7060;
|
||||
pub const INETSUPPORT_001: usize = 0xF2290;
|
||||
pub const InputService_001: usize = 0x189FB0;
|
||||
pub const KeyValueCache001: usize = 0x1E9880;
|
||||
pub const MapListService_001: usize = 0x19CE80;
|
||||
pub const NetworkClientService_001: usize = 0x1A4040;
|
||||
pub const NetworkP2PService_001: usize = 0x1AAD20;
|
||||
pub const NetworkServerService_001: usize = 0x1AF270;
|
||||
pub const NetworkService_001: usize = 0x1B4490;
|
||||
pub const RenderService_001: usize = 0x1B4980;
|
||||
pub const ScreenshotService001: usize = 0x1B7300;
|
||||
pub const SimpleEngineLoopService_001: usize = 0x1FAFA0;
|
||||
pub const SoundService_001: usize = 0x1BB900;
|
||||
pub const Source2EngineToClient001: usize = 0x63210;
|
||||
pub const Source2EngineToClientStringTable001: usize = 0x8C280;
|
||||
pub const Source2EngineToServer001: usize = 0x93880;
|
||||
pub const Source2EngineToServerStringTable001: usize = 0xAAE20;
|
||||
pub const SplitScreenService_001: usize = 0x1C2190;
|
||||
pub const StatsService_001: usize = 0x1C4E70;
|
||||
pub const ToolService_001: usize = 0x1C9AC0;
|
||||
pub const VENGINE_GAMEUIFUNCS_VERSION005: usize = 0x124280;
|
||||
pub const VProfService_001: usize = 0x1CAE40;
|
||||
}
|
||||
// Module: filesystem_stdio.dll
|
||||
pub mod filesystem_stdio_dll {
|
||||
pub const VAsyncFileSystem2_001: usize = 0x67960;
|
||||
pub const VFileSystem017: usize = 0x67950;
|
||||
pub const VAsyncFileSystem2_001: usize = 0x67510;
|
||||
pub const VFileSystem017: usize = 0x67500;
|
||||
}
|
||||
// Module: host.dll
|
||||
pub mod host_dll {
|
||||
@ -108,10 +108,10 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: networksystem.dll
|
||||
pub mod networksystem_dll {
|
||||
pub const FlattenedSerializersVersion001: usize = 0x7EF90;
|
||||
pub const NetworkMessagesVersion001: usize = 0x9FC90;
|
||||
pub const NetworkSystemVersion001: usize = 0xBFA10;
|
||||
pub const SerializedEntitiesVersion001: usize = 0xD5E40;
|
||||
pub const FlattenedSerializersVersion001: usize = 0x7EF40;
|
||||
pub const NetworkMessagesVersion001: usize = 0x9FC40;
|
||||
pub const NetworkSystemVersion001: usize = 0xBF9C0;
|
||||
pub const SerializedEntitiesVersion001: usize = 0xD5DF0;
|
||||
}
|
||||
// Module: panorama.dll
|
||||
pub mod panorama_dll {
|
||||
@ -127,7 +127,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: particles.dll
|
||||
pub mod particles_dll {
|
||||
pub const ParticleSystemMgr003: usize = 0x591D0;
|
||||
pub const ParticleSystemMgr003: usize = 0x590F0;
|
||||
}
|
||||
// Module: pulse_system.dll
|
||||
pub mod pulse_system_dll {
|
||||
@ -135,9 +135,9 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
pub mod rendersystemdx11_dll {
|
||||
pub const RenderDeviceMgr001: usize = 0x4D210;
|
||||
pub const RenderUtils_001: usize = 0x55B90;
|
||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x4D220;
|
||||
pub const RenderDeviceMgr001: usize = 0x4D1A0;
|
||||
pub const RenderUtils_001: usize = 0x55B20;
|
||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x4D1B0;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
pub mod resourcesystem_dll {
|
||||
@ -150,9 +150,9 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: scenesystem.dll
|
||||
pub mod scenesystem_dll {
|
||||
pub const RenderingPipelines_001: usize = 0x86480;
|
||||
pub const SceneSystem_002: usize = 0xBD200;
|
||||
pub const SceneUtils_001: usize = 0x12FCA0;
|
||||
pub const RenderingPipelines_001: usize = 0x86350;
|
||||
pub const SceneSystem_002: usize = 0xBD0D0;
|
||||
pub const SceneUtils_001: usize = 0x12FB70;
|
||||
}
|
||||
// Module: schemasystem.dll
|
||||
pub mod schemasystem_dll {
|
||||
@ -160,23 +160,23 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x56F610;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2AC300;
|
||||
pub const NavGameTest001: usize = 0xA45F50;
|
||||
pub const ServerToolsInfo_001: usize = 0x8313A0;
|
||||
pub const Source2GameClients001: usize = 0x8313B0;
|
||||
pub const EmptyWorldService001_Server: usize = 0x56E090;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x2ABF30;
|
||||
pub const NavGameTest001: usize = 0xA42F00;
|
||||
pub const ServerToolsInfo_001: usize = 0x82E9F0;
|
||||
pub const Source2GameClients001: usize = 0x82EA00;
|
||||
pub const Source2GameDirector001: usize = 0x11DFD0;
|
||||
pub const Source2GameEntities001: usize = 0x8313C0;
|
||||
pub const Source2Server001: usize = 0x8313D0;
|
||||
pub const Source2ServerConfig001: usize = 0x563940;
|
||||
pub const customnavsystem001: usize = 0x2282A0;
|
||||
pub const Source2GameEntities001: usize = 0x82EA10;
|
||||
pub const Source2Server001: usize = 0x82EA20;
|
||||
pub const Source2ServerConfig001: usize = 0x562340;
|
||||
pub const customnavsystem001: usize = 0x227F00;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const SoundOpSystem001: usize = 0x16A640;
|
||||
pub const SoundOpSystemEdit001: usize = 0x96A50;
|
||||
pub const SoundSystem001: usize = 0x48320;
|
||||
pub const VMixEditTool001: usize = 0x75C30;
|
||||
pub const SoundOpSystem001: usize = 0x16A670;
|
||||
pub const SoundOpSystemEdit001: usize = 0x96A80;
|
||||
pub const SoundSystem001: usize = 0x48350;
|
||||
pub const VMixEditTool001: usize = 0x75C60;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
pub mod steamaudio_dll {
|
||||
@ -207,10 +207,10 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: tier0.dll
|
||||
pub mod tier0_dll {
|
||||
pub const TestScriptMgr001: usize = 0x142CC0;
|
||||
pub const VEngineCvar007: usize = 0x633A0;
|
||||
pub const VProcessUtils002: usize = 0x134160;
|
||||
pub const VStringTokenSystem001: usize = 0x192B30;
|
||||
pub const TestScriptMgr001: usize = 0x1426C0;
|
||||
pub const VEngineCvar007: usize = 0x62DA0;
|
||||
pub const VProcessUtils002: usize = 0x133B60;
|
||||
pub const VStringTokenSystem001: usize = 0x195160;
|
||||
}
|
||||
// Module: v8system.dll
|
||||
pub mod v8system_dll {
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,45 +1,45 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-04-27 00:03:34.843899 UTC
|
||||
// 2024-05-01 00:25:27.858971200 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x192EF50;
|
||||
public const nint dwEntityList = 0x18C6268;
|
||||
public const nint dwGameEntitySystem = 0x19E3B60;
|
||||
public const nint dwCSGOInput = 0x1932AC0;
|
||||
public const nint dwEntityList = 0x18C9E78;
|
||||
public const nint dwGameEntitySystem = 0x19E7560;
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x1923360;
|
||||
public const nint dwGlobalVars = 0x172DD50;
|
||||
public const nint dwGlowManager = 0x1923778;
|
||||
public const nint dwLocalPlayerController = 0x1915C08;
|
||||
public const nint dwLocalPlayerPawn = 0x173A3B8;
|
||||
public const nint dwPlantedC4 = 0x192C3F8;
|
||||
public const nint dwPrediction = 0x173A280;
|
||||
public const nint dwSensitivity = 0x19240A8;
|
||||
public const nint dwGameRules = 0x1926D80;
|
||||
public const nint dwGlobalVars = 0x1730F20;
|
||||
public const nint dwGlowManager = 0x19271A0;
|
||||
public const nint dwLocalPlayerController = 0x1919588;
|
||||
public const nint dwLocalPlayerPawn = 0x173D5A8;
|
||||
public const nint dwPlantedC4 = 0x192FF68;
|
||||
public const nint dwPrediction = 0x173D470;
|
||||
public const nint dwSensitivity = 0x1927AC8;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x19342E0;
|
||||
public const nint dwViewMatrix = 0x19278A0;
|
||||
public const nint dwViewRender = 0x19280A0;
|
||||
public const nint dwWeaponC4 = 0x18C9830;
|
||||
public const nint dwViewAngles = 0x1937E50;
|
||||
public const nint dwViewMatrix = 0x192B2C0;
|
||||
public const nint dwViewRender = 0x192BAC0;
|
||||
public const nint dwWeaponC4 = 0x18CD2D0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
public const nint dwBuildNumber = 0x516574;
|
||||
public const nint dwNetworkGameClient = 0x515AC8;
|
||||
public const nint dwBuildNumber = 0x518744;
|
||||
public const nint dwNetworkGameClient = 0x517AF8;
|
||||
public const nint dwNetworkGameClient_deltaTick = 0x258;
|
||||
public const nint dwNetworkGameClient_getLocalPlayer = 0xF0;
|
||||
public const nint dwNetworkGameClient_getMaxClients = 0x250;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x240;
|
||||
public const nint dwWindowHeight = 0x5CEE4C;
|
||||
public const nint dwWindowWidth = 0x5CEE48;
|
||||
public const nint dwWindowHeight = 0x5D1084;
|
||||
public const nint dwWindowWidth = 0x5D1080;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
public const nint dwInputSystem = 0x367A0;
|
||||
public const nint dwInputSystem = 0x377C0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
public static class MatchmakingDll {
|
||||
public const nint dwGameTypes = 0x1D21E0;
|
||||
public const nint dwGameTypes_mapName = 0x1D2300;
|
||||
public const nint dwGameTypes = 0x1D2290;
|
||||
public const nint dwGameTypes_mapName = 0x1D23B0;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,38 +1,38 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 26406736,
|
||||
"dwEntityList": 25977448,
|
||||
"dwGameEntitySystem": 27147104,
|
||||
"dwCSGOInput": 26421952,
|
||||
"dwEntityList": 25992824,
|
||||
"dwGameEntitySystem": 27161952,
|
||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||
"dwGameRules": 26358624,
|
||||
"dwGlobalVars": 24304976,
|
||||
"dwGlowManager": 26359672,
|
||||
"dwLocalPlayerController": 26303496,
|
||||
"dwLocalPlayerPawn": 24355768,
|
||||
"dwPlantedC4": 26395640,
|
||||
"dwPrediction": 24355456,
|
||||
"dwSensitivity": 26362024,
|
||||
"dwGameRules": 26373504,
|
||||
"dwGlobalVars": 24317728,
|
||||
"dwGlowManager": 26374560,
|
||||
"dwLocalPlayerController": 26318216,
|
||||
"dwLocalPlayerPawn": 24368552,
|
||||
"dwPlantedC4": 26410856,
|
||||
"dwPrediction": 24368240,
|
||||
"dwSensitivity": 26376904,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 26428128,
|
||||
"dwViewMatrix": 26376352,
|
||||
"dwViewRender": 26378400,
|
||||
"dwWeaponC4": 25991216
|
||||
"dwViewAngles": 26443344,
|
||||
"dwViewMatrix": 26391232,
|
||||
"dwViewRender": 26393280,
|
||||
"dwWeaponC4": 26006224
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5334388,
|
||||
"dwNetworkGameClient": 5331656,
|
||||
"dwBuildNumber": 5343044,
|
||||
"dwNetworkGameClient": 5339896,
|
||||
"dwNetworkGameClient_deltaTick": 600,
|
||||
"dwNetworkGameClient_getLocalPlayer": 240,
|
||||
"dwNetworkGameClient_getMaxClients": 592,
|
||||
"dwNetworkGameClient_signOnState": 576,
|
||||
"dwWindowHeight": 6090316,
|
||||
"dwWindowWidth": 6090312
|
||||
"dwWindowHeight": 6099076,
|
||||
"dwWindowWidth": 6099072
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 223136
|
||||
"dwInputSystem": 227264
|
||||
},
|
||||
"matchmaking.dll": {
|
||||
"dwGameTypes": 1909216,
|
||||
"dwGameTypes_mapName": 1909504
|
||||
"dwGameTypes": 1909392,
|
||||
"dwGameTypes_mapName": 1909680
|
||||
}
|
||||
}
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,43 +7,43 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x192EF50;
|
||||
pub const dwEntityList: usize = 0x18C6268;
|
||||
pub const dwGameEntitySystem: usize = 0x19E3B60;
|
||||
pub const dwCSGOInput: usize = 0x1932AC0;
|
||||
pub const dwEntityList: usize = 0x18C9E78;
|
||||
pub const dwGameEntitySystem: usize = 0x19E7560;
|
||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||
pub const dwGameRules: usize = 0x1923360;
|
||||
pub const dwGlobalVars: usize = 0x172DD50;
|
||||
pub const dwGlowManager: usize = 0x1923778;
|
||||
pub const dwLocalPlayerController: usize = 0x1915C08;
|
||||
pub const dwLocalPlayerPawn: usize = 0x173A3B8;
|
||||
pub const dwPlantedC4: usize = 0x192C3F8;
|
||||
pub const dwPrediction: usize = 0x173A280;
|
||||
pub const dwSensitivity: usize = 0x19240A8;
|
||||
pub const dwGameRules: usize = 0x1926D80;
|
||||
pub const dwGlobalVars: usize = 0x1730F20;
|
||||
pub const dwGlowManager: usize = 0x19271A0;
|
||||
pub const dwLocalPlayerController: usize = 0x1919588;
|
||||
pub const dwLocalPlayerPawn: usize = 0x173D5A8;
|
||||
pub const dwPlantedC4: usize = 0x192FF68;
|
||||
pub const dwPrediction: usize = 0x173D470;
|
||||
pub const dwSensitivity: usize = 0x1927AC8;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x19342E0;
|
||||
pub const dwViewMatrix: usize = 0x19278A0;
|
||||
pub const dwViewRender: usize = 0x19280A0;
|
||||
pub const dwWeaponC4: usize = 0x18C9830;
|
||||
pub const dwViewAngles: usize = 0x1937E50;
|
||||
pub const dwViewMatrix: usize = 0x192B2C0;
|
||||
pub const dwViewRender: usize = 0x192BAC0;
|
||||
pub const dwWeaponC4: usize = 0x18CD2D0;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
pub const dwBuildNumber: usize = 0x516574;
|
||||
pub const dwNetworkGameClient: usize = 0x515AC8;
|
||||
pub const dwBuildNumber: usize = 0x518744;
|
||||
pub const dwNetworkGameClient: usize = 0x517AF8;
|
||||
pub const dwNetworkGameClient_deltaTick: usize = 0x258;
|
||||
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
||||
pub const dwNetworkGameClient_getMaxClients: usize = 0x250;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x240;
|
||||
pub const dwWindowHeight: usize = 0x5CEE4C;
|
||||
pub const dwWindowWidth: usize = 0x5CEE48;
|
||||
pub const dwWindowHeight: usize = 0x5D1084;
|
||||
pub const dwWindowWidth: usize = 0x5D1080;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
pub const dwInputSystem: usize = 0x367A0;
|
||||
pub const dwInputSystem: usize = 0x377C0;
|
||||
}
|
||||
// Module: matchmaking.dll
|
||||
pub mod matchmaking_dll {
|
||||
pub const dwGameTypes: usize = 0x1D21E0;
|
||||
pub const dwGameTypes_mapName: usize = 0x1D2300;
|
||||
pub const dwGameTypes: usize = 0x1D2290;
|
||||
pub const dwGameTypes_mapName: usize = 0x1D23B0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
@ -7055,7 +7055,7 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_state = 0x718; // int32
|
||||
}
|
||||
// Parent: CTeamplayRules
|
||||
// Fields count: 216
|
||||
// Fields count: 215
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -7381,7 +7381,6 @@ namespace CS2Dumper.Schemas {
|
||||
public const nint m_iRoundStartRoundNumber = 0x1848; // int32
|
||||
public const nint m_nRoundStartCount = 0x184C; // uint8
|
||||
public const nint m_flLastPerfSampleTime = 0x5858; // float64
|
||||
public const nint m_bSkipNextServerPerfSample = 0x5860; // bool
|
||||
}
|
||||
// Parent: CPhysicsProp
|
||||
// Fields count: 0
|
||||
|
@ -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
|
||||
|
||||
@ -7060,7 +7060,7 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_state = 0x718; // int32
|
||||
}
|
||||
// Parent: CTeamplayRules
|
||||
// Fields count: 216
|
||||
// Fields count: 215
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -7386,7 +7386,6 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t m_iRoundStartRoundNumber = 0x1848; // int32
|
||||
constexpr std::ptrdiff_t m_nRoundStartCount = 0x184C; // uint8
|
||||
constexpr std::ptrdiff_t m_flLastPerfSampleTime = 0x5858; // float64
|
||||
constexpr std::ptrdiff_t m_bSkipNextServerPerfSample = 0x5860; // bool
|
||||
}
|
||||
// Parent: CPhysicsProp
|
||||
// Fields count: 0
|
||||
|
@ -3281,7 +3281,6 @@
|
||||
"m_bScrambleTeamsOnRestart": 3567,
|
||||
"m_bServerPaused": 216,
|
||||
"m_bServerVoteOnReset": 3881,
|
||||
"m_bSkipNextServerPerfSample": 22624,
|
||||
"m_bSpawnedTerrorHuntHeavy": 3369,
|
||||
"m_bSwapTeamsOnRestart": 3568,
|
||||
"m_bSwitchingTeamsAtRoundReset": 5350,
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
@ -7184,7 +7184,7 @@ pub mod cs2_dumper {
|
||||
pub const m_state: usize = 0x718; // int32
|
||||
}
|
||||
// Parent: CTeamplayRules
|
||||
// Fields count: 216
|
||||
// Fields count: 215
|
||||
//
|
||||
// Metadata:
|
||||
// NetworkVarNames: m_bFreezePeriod (bool)
|
||||
@ -7510,7 +7510,6 @@ pub mod cs2_dumper {
|
||||
pub const m_iRoundStartRoundNumber: usize = 0x1848; // int32
|
||||
pub const m_nRoundStartCount: usize = 0x184C; // uint8
|
||||
pub const m_flLastPerfSampleTime: usize = 0x5858; // float64
|
||||
pub const m_bSkipNextServerPerfSample: usize = 0x5860; // bool
|
||||
}
|
||||
// Parent: CPhysicsProp
|
||||
// Fields count: 0
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -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
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user