mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-09 20:25:34 +08:00
Game update (14076)
This commit is contained in:
parent
3387f84914
commit
677730b7a2
@ -1,5 +1,5 @@
|
||||
04:34:22 [INFO] found 16 buttons
|
||||
04:34:22 [INFO] found 131 interfaces across 33 modules
|
||||
04:34:23 [INFO] found 33 offsets across 5 modules
|
||||
04:34:23 [INFO] found 2442 classes and 368 enums across 17 modules
|
||||
04:34:23 [INFO] analysis completed in 768.02ms
|
||||
03:39:59 [INFO] found 16 buttons
|
||||
03:39:59 [INFO] found 131 interfaces across 33 modules
|
||||
03:40:00 [INFO] found 33 offsets across 5 modules
|
||||
03:40:00 [INFO] found 2442 classes and 368 enums across 17 modules
|
||||
03:40:00 [INFO] analysis completed in 772.17ms
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x18438D0;
|
||||
public const nint attack2 = 0x1843960;
|
||||
public const nint back = 0x1843BA0;
|
||||
public const nint duck = 0x1843E70;
|
||||
public const nint forward = 0x1843B10;
|
||||
public const nint jump = 0x1843DE0;
|
||||
public const nint left = 0x1843C30;
|
||||
public const nint lookatweapon = 0x1A69D60;
|
||||
public const nint reload = 0x1843840;
|
||||
public const nint right = 0x1843CC0;
|
||||
public const nint showscores = 0x1A69C40;
|
||||
public const nint sprint = 0x18437B0;
|
||||
public const nint turnleft = 0x18439F0;
|
||||
public const nint turnright = 0x1843A80;
|
||||
public const nint use = 0x1843D50;
|
||||
public const nint zoom = 0x1A69CD0;
|
||||
public const nint attack = 0x18438F0;
|
||||
public const nint attack2 = 0x1843980;
|
||||
public const nint back = 0x1843BC0;
|
||||
public const nint duck = 0x1843E90;
|
||||
public const nint forward = 0x1843B30;
|
||||
public const nint jump = 0x1843E00;
|
||||
public const nint left = 0x1843C50;
|
||||
public const nint lookatweapon = 0x1A69E10;
|
||||
public const nint reload = 0x1843860;
|
||||
public const nint right = 0x1843CE0;
|
||||
public const nint showscores = 0x1A69CF0;
|
||||
public const nint sprint = 0x18437D0;
|
||||
public const nint turnleft = 0x1843A10;
|
||||
public const nint turnright = 0x1843AA0;
|
||||
public const nint use = 0x1843D70;
|
||||
public const nint zoom = 0x1A69D80;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x18438D0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x1843960;
|
||||
constexpr std::ptrdiff_t back = 0x1843BA0;
|
||||
constexpr std::ptrdiff_t duck = 0x1843E70;
|
||||
constexpr std::ptrdiff_t forward = 0x1843B10;
|
||||
constexpr std::ptrdiff_t jump = 0x1843DE0;
|
||||
constexpr std::ptrdiff_t left = 0x1843C30;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A69D60;
|
||||
constexpr std::ptrdiff_t reload = 0x1843840;
|
||||
constexpr std::ptrdiff_t right = 0x1843CC0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A69C40;
|
||||
constexpr std::ptrdiff_t sprint = 0x18437B0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x18439F0;
|
||||
constexpr std::ptrdiff_t turnright = 0x1843A80;
|
||||
constexpr std::ptrdiff_t use = 0x1843D50;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A69CD0;
|
||||
constexpr std::ptrdiff_t attack = 0x18438F0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x1843980;
|
||||
constexpr std::ptrdiff_t back = 0x1843BC0;
|
||||
constexpr std::ptrdiff_t duck = 0x1843E90;
|
||||
constexpr std::ptrdiff_t forward = 0x1843B30;
|
||||
constexpr std::ptrdiff_t jump = 0x1843E00;
|
||||
constexpr std::ptrdiff_t left = 0x1843C50;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A69E10;
|
||||
constexpr std::ptrdiff_t reload = 0x1843860;
|
||||
constexpr std::ptrdiff_t right = 0x1843CE0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A69CF0;
|
||||
constexpr std::ptrdiff_t sprint = 0x18437D0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1843A10;
|
||||
constexpr std::ptrdiff_t turnright = 0x1843AA0;
|
||||
constexpr std::ptrdiff_t use = 0x1843D70;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A69D80;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25442512,
|
||||
"attack2": 25442656,
|
||||
"back": 25443232,
|
||||
"duck": 25443952,
|
||||
"forward": 25443088,
|
||||
"jump": 25443808,
|
||||
"left": 25443376,
|
||||
"lookatweapon": 27696480,
|
||||
"reload": 25442368,
|
||||
"right": 25443520,
|
||||
"showscores": 27696192,
|
||||
"sprint": 25442224,
|
||||
"turnleft": 25442800,
|
||||
"turnright": 25442944,
|
||||
"use": 25443664,
|
||||
"zoom": 27696336
|
||||
"attack": 25442544,
|
||||
"attack2": 25442688,
|
||||
"back": 25443264,
|
||||
"duck": 25443984,
|
||||
"forward": 25443120,
|
||||
"jump": 25443840,
|
||||
"left": 25443408,
|
||||
"lookatweapon": 27696656,
|
||||
"reload": 25442400,
|
||||
"right": 25443552,
|
||||
"showscores": 27696368,
|
||||
"sprint": 25442256,
|
||||
"turnleft": 25442832,
|
||||
"turnright": 25442976,
|
||||
"use": 25443696,
|
||||
"zoom": 27696512
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x18438D0;
|
||||
pub const attack2: usize = 0x1843960;
|
||||
pub const back: usize = 0x1843BA0;
|
||||
pub const duck: usize = 0x1843E70;
|
||||
pub const forward: usize = 0x1843B10;
|
||||
pub const jump: usize = 0x1843DE0;
|
||||
pub const left: usize = 0x1843C30;
|
||||
pub const lookatweapon: usize = 0x1A69D60;
|
||||
pub const reload: usize = 0x1843840;
|
||||
pub const right: usize = 0x1843CC0;
|
||||
pub const showscores: usize = 0x1A69C40;
|
||||
pub const sprint: usize = 0x18437B0;
|
||||
pub const turnleft: usize = 0x18439F0;
|
||||
pub const turnright: usize = 0x1843A80;
|
||||
pub const r#use: usize = 0x1843D50;
|
||||
pub const zoom: usize = 0x1A69CD0;
|
||||
pub const attack: usize = 0x18438F0;
|
||||
pub const attack2: usize = 0x1843980;
|
||||
pub const back: usize = 0x1843BC0;
|
||||
pub const duck: usize = 0x1843E90;
|
||||
pub const forward: usize = 0x1843B30;
|
||||
pub const jump: usize = 0x1843E00;
|
||||
pub const left: usize = 0x1843C50;
|
||||
pub const lookatweapon: usize = 0x1A69E10;
|
||||
pub const reload: usize = 0x1843860;
|
||||
pub const right: usize = 0x1843CE0;
|
||||
pub const showscores: usize = 0x1A69CF0;
|
||||
pub const sprint: usize = 0x18437D0;
|
||||
pub const turnleft: usize = 0x1843A10;
|
||||
pub const turnright: usize = 0x1843AA0;
|
||||
pub const r#use: usize = 0x1843D70;
|
||||
pub const zoom: usize = 0x1A69D80;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14075,
|
||||
"timestamp": "2025-05-08T04:34:23.185121200+00:00"
|
||||
"build_number": 14076,
|
||||
"timestamp": "2025-05-09T03:40:00.267016600+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Interfaces {
|
||||
// Module: animationsystem.dll
|
||||
@ -9,14 +9,14 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint ClientToolsInfo_001 = 0x1842EC0;
|
||||
public const nint ClientToolsInfo_001 = 0x1842EE0;
|
||||
public const nint EmptyWorldService001_Client = 0x17FF070;
|
||||
public const nint GameClientExports001 = 0x183FB78;
|
||||
public const nint LegacyGameUI001 = 0x1860250;
|
||||
public const nint Source2Client002 = 0x1A59600;
|
||||
public const nint Source2ClientConfig001 = 0x19F2030;
|
||||
public const nint Source2ClientPrediction001 = 0x184AF30;
|
||||
public const nint Source2ClientUI001 = 0x185E780;
|
||||
public const nint GameClientExports001 = 0x183FB98;
|
||||
public const nint LegacyGameUI001 = 0x18601D0;
|
||||
public const nint Source2Client002 = 0x1A59560;
|
||||
public const nint Source2ClientConfig001 = 0x19F1F90;
|
||||
public const nint Source2ClientPrediction001 = 0x184AF50;
|
||||
public const nint Source2ClientUI001 = 0x185E700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -157,22 +157,22 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x1369DB0;
|
||||
public const nint EntitySubclassUtilsV001 = 0x131A400;
|
||||
public const nint NavGameTest001 = 0x1408F18;
|
||||
public const nint ServerToolsInfo_001 = 0x13BE7F8;
|
||||
public const nint Source2GameClients001 = 0x13B86C0;
|
||||
public const nint Source2GameDirector001 = 0x14EC760;
|
||||
public const nint Source2GameEntities001 = 0x13BE720;
|
||||
public const nint Source2Server001 = 0x13BE590;
|
||||
public const nint Source2ServerConfig001 = 0x15B7258;
|
||||
public const nint customnavsystem001 = 0x12FEB58;
|
||||
public const nint EmptyWorldService001_Server = 0x1369D80;
|
||||
public const nint EntitySubclassUtilsV001 = 0x131A3D0;
|
||||
public const nint NavGameTest001 = 0x1408E58;
|
||||
public const nint ServerToolsInfo_001 = 0x13BE7C8;
|
||||
public const nint Source2GameClients001 = 0x13B8690;
|
||||
public const nint Source2GameDirector001 = 0x14EC6A0;
|
||||
public const nint Source2GameEntities001 = 0x13BE6F0;
|
||||
public const nint Source2Server001 = 0x13BE560;
|
||||
public const nint Source2ServerConfig001 = 0x15B7188;
|
||||
public const nint customnavsystem001 = 0x12FEB48;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint SoundOpSystem001 = 0x3A1C20;
|
||||
public const nint SoundOpSystemEdit001 = 0x3A1AF0;
|
||||
public const nint SoundSystem001 = 0x3A15C0;
|
||||
public const nint SoundOpSystem001 = 0x3A1C50;
|
||||
public const nint SoundOpSystemEdit001 = 0x3A1B20;
|
||||
public const nint SoundSystem001 = 0x3A15F0;
|
||||
public const nint VMixEditTool001 = 0x48289D0A;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,14 +14,14 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1842EC0;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1842EE0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17FF070;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x183FB78;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x1860250;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A59600;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19F2030;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x184AF30;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x185E780;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x183FB98;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18601D0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A59560;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19F1F90;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x184AF50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x185E700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -162,22 +162,22 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1369DB0;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131A400;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1408F18;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13BE7F8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B86C0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14EC760;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13BE720;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13BE590;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15B7258;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x12FEB58;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1369D80;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131A3D0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x1408E58;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13BE7C8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B8690;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14EC6A0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13BE6F0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13BE560;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15B7188;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x12FEB48;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x3A1C20;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x3A1AF0;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x3A15C0;
|
||||
constexpr std::ptrdiff_t SoundOpSystem001 = 0x3A1C50;
|
||||
constexpr std::ptrdiff_t SoundOpSystemEdit001 = 0x3A1B20;
|
||||
constexpr std::ptrdiff_t SoundSystem001 = 0x3A15F0;
|
||||
constexpr std::ptrdiff_t VMixEditTool001 = 0x48289D0A;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
|
@ -4,14 +4,14 @@
|
||||
"AnimationSystem_001": 6323504
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25439936,
|
||||
"ClientToolsInfo_001": 25439968,
|
||||
"EmptyWorldService001_Client": 25161840,
|
||||
"GameClientExports001": 25426808,
|
||||
"LegacyGameUI001": 25559632,
|
||||
"Source2Client002": 27629056,
|
||||
"Source2ClientConfig001": 27205680,
|
||||
"Source2ClientPrediction001": 25472816,
|
||||
"Source2ClientUI001": 25552768
|
||||
"GameClientExports001": 25426840,
|
||||
"LegacyGameUI001": 25559504,
|
||||
"Source2Client002": 27628896,
|
||||
"Source2ClientConfig001": 27205520,
|
||||
"Source2ClientPrediction001": 25472848,
|
||||
"Source2ClientUI001": 25552640
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5537072,
|
||||
@ -130,21 +130,21 @@
|
||||
"SchemaSystem_001": 399072
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20356528,
|
||||
"EntitySubclassUtilsV001": 20030464,
|
||||
"NavGameTest001": 21008152,
|
||||
"ServerToolsInfo_001": 20703224,
|
||||
"Source2GameClients001": 20678336,
|
||||
"Source2GameDirector001": 21940064,
|
||||
"Source2GameEntities001": 20703008,
|
||||
"Source2Server001": 20702608,
|
||||
"Source2ServerConfig001": 22770264,
|
||||
"customnavsystem001": 19917656
|
||||
"EmptyWorldService001_Server": 20356480,
|
||||
"EntitySubclassUtilsV001": 20030416,
|
||||
"NavGameTest001": 21007960,
|
||||
"ServerToolsInfo_001": 20703176,
|
||||
"Source2GameClients001": 20678288,
|
||||
"Source2GameDirector001": 21939872,
|
||||
"Source2GameEntities001": 20702960,
|
||||
"Source2Server001": 20702560,
|
||||
"Source2ServerConfig001": 22770056,
|
||||
"customnavsystem001": 19917640
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 3808288,
|
||||
"SoundOpSystemEdit001": 3807984,
|
||||
"SoundSystem001": 3806656,
|
||||
"SoundOpSystem001": 3808336,
|
||||
"SoundOpSystemEdit001": 3808032,
|
||||
"SoundSystem001": 3806704,
|
||||
"VMixEditTool001": 1210621194
|
||||
},
|
||||
"steamaudio.dll": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -12,14 +12,14 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const ClientToolsInfo_001: usize = 0x1842EC0;
|
||||
pub const ClientToolsInfo_001: usize = 0x1842EE0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17FF070;
|
||||
pub const GameClientExports001: usize = 0x183FB78;
|
||||
pub const LegacyGameUI001: usize = 0x1860250;
|
||||
pub const Source2Client002: usize = 0x1A59600;
|
||||
pub const Source2ClientConfig001: usize = 0x19F2030;
|
||||
pub const Source2ClientPrediction001: usize = 0x184AF30;
|
||||
pub const Source2ClientUI001: usize = 0x185E780;
|
||||
pub const GameClientExports001: usize = 0x183FB98;
|
||||
pub const LegacyGameUI001: usize = 0x18601D0;
|
||||
pub const Source2Client002: usize = 0x1A59560;
|
||||
pub const Source2ClientConfig001: usize = 0x19F1F90;
|
||||
pub const Source2ClientPrediction001: usize = 0x184AF50;
|
||||
pub const Source2ClientUI001: usize = 0x185E700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -160,22 +160,22 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x1369DB0;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x131A400;
|
||||
pub const NavGameTest001: usize = 0x1408F18;
|
||||
pub const ServerToolsInfo_001: usize = 0x13BE7F8;
|
||||
pub const Source2GameClients001: usize = 0x13B86C0;
|
||||
pub const Source2GameDirector001: usize = 0x14EC760;
|
||||
pub const Source2GameEntities001: usize = 0x13BE720;
|
||||
pub const Source2Server001: usize = 0x13BE590;
|
||||
pub const Source2ServerConfig001: usize = 0x15B7258;
|
||||
pub const customnavsystem001: usize = 0x12FEB58;
|
||||
pub const EmptyWorldService001_Server: usize = 0x1369D80;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x131A3D0;
|
||||
pub const NavGameTest001: usize = 0x1408E58;
|
||||
pub const ServerToolsInfo_001: usize = 0x13BE7C8;
|
||||
pub const Source2GameClients001: usize = 0x13B8690;
|
||||
pub const Source2GameDirector001: usize = 0x14EC6A0;
|
||||
pub const Source2GameEntities001: usize = 0x13BE6F0;
|
||||
pub const Source2Server001: usize = 0x13BE560;
|
||||
pub const Source2ServerConfig001: usize = 0x15B7188;
|
||||
pub const customnavsystem001: usize = 0x12FEB48;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const SoundOpSystem001: usize = 0x3A1C20;
|
||||
pub const SoundOpSystemEdit001: usize = 0x3A1AF0;
|
||||
pub const SoundSystem001: usize = 0x3A15C0;
|
||||
pub const SoundOpSystem001: usize = 0x3A1C50;
|
||||
pub const SoundOpSystemEdit001: usize = 0x3A1B20;
|
||||
pub const SoundSystem001: usize = 0x3A15F0;
|
||||
pub const VMixEditTool001: usize = 0x48289D0A;
|
||||
}
|
||||
// Module: steamaudio.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A69E40;
|
||||
public const nint dwEntityList = 0x19F6FA0;
|
||||
public const nint dwGameEntitySystem = 0x1B1A668;
|
||||
public const nint dwCSGOInput = 0x1A69EF0;
|
||||
public const nint dwEntityList = 0x19F6F00;
|
||||
public const nint dwGameEntitySystem = 0x1B1A718;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
public const nint dwGameRules = 0x1A5B878;
|
||||
public const nint dwGlobalVars = 0x183F128;
|
||||
public const nint dwGlowManager = 0x1A5AFC0;
|
||||
public const nint dwLocalPlayerController = 0x1A45A80;
|
||||
public const nint dwLocalPlayerPawn = 0x184B0B0;
|
||||
public const nint dwPlantedC4 = 0x1A66008;
|
||||
public const nint dwPrediction = 0x184AF30;
|
||||
public const nint dwSensitivity = 0x1A5C598;
|
||||
public const nint dwGameRules = 0x1A5B7D8;
|
||||
public const nint dwGlobalVars = 0x183F148;
|
||||
public const nint dwGlowManager = 0x1A5AF20;
|
||||
public const nint dwLocalPlayerController = 0x1A459E0;
|
||||
public const nint dwLocalPlayerPawn = 0x184B0D0;
|
||||
public const nint dwPlantedC4 = 0x1A660B8;
|
||||
public const nint dwPrediction = 0x184AF50;
|
||||
public const nint dwSensitivity = 0x1A5C4F8;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A6A210;
|
||||
public const nint dwViewMatrix = 0x1A5FF70;
|
||||
public const nint dwViewRender = 0x1A608E8;
|
||||
public const nint dwWeaponC4 = 0x19F9470;
|
||||
public const nint dwViewAngles = 0x1A6A2C0;
|
||||
public const nint dwViewMatrix = 0x1A5FED0;
|
||||
public const nint dwViewRender = 0x1A60988;
|
||||
public const nint dwWeaponC4 = 0x19F9260;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -47,7 +47,7 @@ namespace CS2Dumper.Offsets {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
public const nint dwSoundSystem = 0x3A15C0;
|
||||
public const nint dwSoundSystem = 0x3A15F0;
|
||||
public const nint dwSoundSystem_engineViewData = 0x7C;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A69E40;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19F6FA0;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1A668;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A69EF0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19F6F00;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1A718;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A5B878;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x183F128;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A5AFC0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A45A80;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x184B0B0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A66008;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x184AF30;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A5C598;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A5B7D8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x183F148;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A5AF20;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A459E0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x184B0D0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A660B8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x184AF50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A5C4F8;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A6A210;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A5FF70;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A608E8;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19F9470;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A6A2C0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A5FED0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A60988;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19F9260;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -52,7 +52,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x3A15C0;
|
||||
constexpr std::ptrdiff_t dwSoundSystem = 0x3A15F0;
|
||||
constexpr std::ptrdiff_t dwSoundSystem_engineViewData = 0x7C;
|
||||
}
|
||||
}
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27696704,
|
||||
"dwEntityList": 27226016,
|
||||
"dwGameEntitySystem": 28419688,
|
||||
"dwCSGOInput": 27696880,
|
||||
"dwEntityList": 27225856,
|
||||
"dwGameEntitySystem": 28419864,
|
||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
||||
"dwGameRules": 27637880,
|
||||
"dwGlobalVars": 25424168,
|
||||
"dwGlowManager": 27635648,
|
||||
"dwLocalPlayerController": 27548288,
|
||||
"dwLocalPlayerPawn": 25473200,
|
||||
"dwPlantedC4": 27680776,
|
||||
"dwPrediction": 25472816,
|
||||
"dwSensitivity": 27641240,
|
||||
"dwGameRules": 27637720,
|
||||
"dwGlobalVars": 25424200,
|
||||
"dwGlowManager": 27635488,
|
||||
"dwLocalPlayerController": 27548128,
|
||||
"dwLocalPlayerPawn": 25473232,
|
||||
"dwPlantedC4": 27680952,
|
||||
"dwPrediction": 25472848,
|
||||
"dwSensitivity": 27641080,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27697680,
|
||||
"dwViewMatrix": 27656048,
|
||||
"dwViewRender": 27658472,
|
||||
"dwWeaponC4": 27235440
|
||||
"dwViewAngles": 27697856,
|
||||
"dwViewMatrix": 27655888,
|
||||
"dwViewRender": 27658632,
|
||||
"dwWeaponC4": 27234912
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5512164,
|
||||
@ -39,7 +39,7 @@
|
||||
"dwGameTypes_mapName": 288
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"dwSoundSystem": 3806656,
|
||||
"dwSoundSystem": 3806704,
|
||||
"dwSoundSystem_engineViewData": 124
|
||||
}
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A69E40;
|
||||
pub const dwEntityList: usize = 0x19F6FA0;
|
||||
pub const dwGameEntitySystem: usize = 0x1B1A668;
|
||||
pub const dwCSGOInput: usize = 0x1A69EF0;
|
||||
pub const dwEntityList: usize = 0x19F6F00;
|
||||
pub const dwGameEntitySystem: usize = 0x1B1A718;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
||||
pub const dwGameRules: usize = 0x1A5B878;
|
||||
pub const dwGlobalVars: usize = 0x183F128;
|
||||
pub const dwGlowManager: usize = 0x1A5AFC0;
|
||||
pub const dwLocalPlayerController: usize = 0x1A45A80;
|
||||
pub const dwLocalPlayerPawn: usize = 0x184B0B0;
|
||||
pub const dwPlantedC4: usize = 0x1A66008;
|
||||
pub const dwPrediction: usize = 0x184AF30;
|
||||
pub const dwSensitivity: usize = 0x1A5C598;
|
||||
pub const dwGameRules: usize = 0x1A5B7D8;
|
||||
pub const dwGlobalVars: usize = 0x183F148;
|
||||
pub const dwGlowManager: usize = 0x1A5AF20;
|
||||
pub const dwLocalPlayerController: usize = 0x1A459E0;
|
||||
pub const dwLocalPlayerPawn: usize = 0x184B0D0;
|
||||
pub const dwPlantedC4: usize = 0x1A660B8;
|
||||
pub const dwPrediction: usize = 0x184AF50;
|
||||
pub const dwSensitivity: usize = 0x1A5C4F8;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A6A210;
|
||||
pub const dwViewMatrix: usize = 0x1A5FF70;
|
||||
pub const dwViewRender: usize = 0x1A608E8;
|
||||
pub const dwWeaponC4: usize = 0x19F9470;
|
||||
pub const dwViewAngles: usize = 0x1A6A2C0;
|
||||
pub const dwViewMatrix: usize = 0x1A5FED0;
|
||||
pub const dwViewRender: usize = 0x1A60988;
|
||||
pub const dwWeaponC4: usize = 0x19F9260;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -50,7 +50,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
pub const dwSoundSystem: usize = 0x3A15C0;
|
||||
pub const dwSoundSystem: usize = 0x3A15F0;
|
||||
pub const dwSoundSystem_engineViewData: usize = 0x7C;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 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
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-08 04:34:23.185121200 UTC
|
||||
// 2025-05-09 03:40:00.267016600 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user