Game Update (14083)

This commit is contained in:
ToOl_UmbRelLa 2025-05-29 22:31:25 -04:00 committed by GitHub
parent 897b83557f
commit 5d9c80426a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
64 changed files with 350 additions and 346 deletions

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: animationsystem.dll // Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,24 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper { namespace CS2Dumper {
// Module: client.dll // Module: client.dll
public static class Buttons { public static class Buttons {
public const nint attack = 0x184B8F0; public const nint attack = 0x184C8F0;
public const nint attack2 = 0x184B980; public const nint attack2 = 0x184C980;
public const nint back = 0x184BBC0; public const nint back = 0x184CBC0;
public const nint duck = 0x184BE90; public const nint duck = 0x184CE90;
public const nint forward = 0x184BB30; public const nint forward = 0x184CB30;
public const nint jump = 0x184BE00; public const nint jump = 0x184CE00;
public const nint left = 0x184BC50; public const nint left = 0x184CC50;
public const nint lookatweapon = 0x1A71EE0; public const nint lookatweapon = 0x1A72F10;
public const nint reload = 0x184B860; public const nint reload = 0x184C860;
public const nint right = 0x184BCE0; public const nint right = 0x184CCE0;
public const nint showscores = 0x1A71DC0; public const nint showscores = 0x1A72DF0;
public const nint sprint = 0x184B7D0; public const nint sprint = 0x184C7D0;
public const nint turnleft = 0x184BA10; public const nint turnleft = 0x184CA10;
public const nint turnright = 0x184BAA0; public const nint turnright = 0x184CAA0;
public const nint use = 0x184BD70; public const nint use = 0x184CD70;
public const nint zoom = 0x1A71E50; public const nint zoom = 0x1A72E80;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once
@ -8,21 +8,21 @@
namespace cs2_dumper { namespace cs2_dumper {
// Module: client.dll // Module: client.dll
namespace buttons { namespace buttons {
constexpr std::ptrdiff_t attack = 0x184B8F0; constexpr std::ptrdiff_t attack = 0x184C8F0;
constexpr std::ptrdiff_t attack2 = 0x184B980; constexpr std::ptrdiff_t attack2 = 0x184C980;
constexpr std::ptrdiff_t back = 0x184BBC0; constexpr std::ptrdiff_t back = 0x184CBC0;
constexpr std::ptrdiff_t duck = 0x184BE90; constexpr std::ptrdiff_t duck = 0x184CE90;
constexpr std::ptrdiff_t forward = 0x184BB30; constexpr std::ptrdiff_t forward = 0x184CB30;
constexpr std::ptrdiff_t jump = 0x184BE00; constexpr std::ptrdiff_t jump = 0x184CE00;
constexpr std::ptrdiff_t left = 0x184BC50; constexpr std::ptrdiff_t left = 0x184CC50;
constexpr std::ptrdiff_t lookatweapon = 0x1A71EE0; constexpr std::ptrdiff_t lookatweapon = 0x1A72F10;
constexpr std::ptrdiff_t reload = 0x184B860; constexpr std::ptrdiff_t reload = 0x184C860;
constexpr std::ptrdiff_t right = 0x184BCE0; constexpr std::ptrdiff_t right = 0x184CCE0;
constexpr std::ptrdiff_t showscores = 0x1A71DC0; constexpr std::ptrdiff_t showscores = 0x1A72DF0;
constexpr std::ptrdiff_t sprint = 0x184B7D0; constexpr std::ptrdiff_t sprint = 0x184C7D0;
constexpr std::ptrdiff_t turnleft = 0x184BA10; constexpr std::ptrdiff_t turnleft = 0x184CA10;
constexpr std::ptrdiff_t turnright = 0x184BAA0; constexpr std::ptrdiff_t turnright = 0x184CAA0;
constexpr std::ptrdiff_t use = 0x184BD70; constexpr std::ptrdiff_t use = 0x184CD70;
constexpr std::ptrdiff_t zoom = 0x1A71E50; constexpr std::ptrdiff_t zoom = 0x1A72E80;
} }
} }

View File

@ -1,20 +1,20 @@
{ {
"client.dll": { "client.dll": {
"attack": 25475312, "attack": 25479408,
"attack2": 25475456, "attack2": 25479552,
"back": 25476032, "back": 25480128,
"duck": 25476752, "duck": 25480848,
"forward": 25475888, "forward": 25479984,
"jump": 25476608, "jump": 25480704,
"left": 25476176, "left": 25480272,
"lookatweapon": 27729632, "lookatweapon": 27733776,
"reload": 25475168, "reload": 25479264,
"right": 25476320, "right": 25480416,
"showscores": 27729344, "showscores": 27733488,
"sprint": 25475024, "sprint": 25479120,
"turnleft": 25475600, "turnleft": 25479696,
"turnright": 25475744, "turnright": 25479840,
"use": 25476464, "use": 25480560,
"zoom": 27729488 "zoom": 27733632
} }
} }

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
pub mod cs2_dumper { pub mod cs2_dumper {
// Module: client.dll // Module: client.dll
pub mod buttons { pub mod buttons {
pub const attack: usize = 0x184B8F0; pub const attack: usize = 0x184C8F0;
pub const attack2: usize = 0x184B980; pub const attack2: usize = 0x184C980;
pub const back: usize = 0x184BBC0; pub const back: usize = 0x184CBC0;
pub const duck: usize = 0x184BE90; pub const duck: usize = 0x184CE90;
pub const forward: usize = 0x184BB30; pub const forward: usize = 0x184CB30;
pub const jump: usize = 0x184BE00; pub const jump: usize = 0x184CE00;
pub const left: usize = 0x184BC50; pub const left: usize = 0x184CC50;
pub const lookatweapon: usize = 0x1A71EE0; pub const lookatweapon: usize = 0x1A72F10;
pub const reload: usize = 0x184B860; pub const reload: usize = 0x184C860;
pub const right: usize = 0x184BCE0; pub const right: usize = 0x184CCE0;
pub const showscores: usize = 0x1A71DC0; pub const showscores: usize = 0x1A72DF0;
pub const sprint: usize = 0x184B7D0; pub const sprint: usize = 0x184C7D0;
pub const turnleft: usize = 0x184BA10; pub const turnleft: usize = 0x184CA10;
pub const turnright: usize = 0x184BAA0; pub const turnright: usize = 0x184CAA0;
pub const r#use: usize = 0x184BD70; pub const r#use: usize = 0x184CD70;
pub const zoom: usize = 0x1A71E50; pub const zoom: usize = 0x1A72E80;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: client.dll // Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: engine2.dll // Module: engine2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: host.dll // Module: host.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,4 +1,4 @@
{ {
"build_number": 14082, "build_number": 14083,
"timestamp": "2025-05-24T00:43:57.788866800+00:00" "timestamp": "2025-05-30T02:30:08.914206100+00:00"
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Interfaces { namespace CS2Dumper.Interfaces {
// Module: animationsystem.dll // Module: animationsystem.dll
@ -9,14 +9,14 @@ namespace CS2Dumper.Interfaces {
} }
// Module: client.dll // Module: client.dll
public static class ClientDll { public static class ClientDll {
public const nint ClientToolsInfo_001 = 0x184AEE0; public const nint ClientToolsInfo_001 = 0x184BEE0;
public const nint EmptyWorldService001_Client = 0x18070C0; public const nint EmptyWorldService001_Client = 0x18080C0;
public const nint GameClientExports001 = 0x1847B98; public const nint GameClientExports001 = 0x1848B98;
public const nint LegacyGameUI001 = 0x18681D0; public const nint LegacyGameUI001 = 0x18691D0;
public const nint Source2Client002 = 0x1A61620; public const nint Source2Client002 = 0x1A62650;
public const nint Source2ClientConfig001 = 0x19FA080; public const nint Source2ClientConfig001 = 0x19FB090;
public const nint Source2ClientPrediction001 = 0x1852F50; public const nint Source2ClientPrediction001 = 0x1853F50;
public const nint Source2ClientUI001 = 0x1866700; public const nint Source2ClientUI001 = 0x1867700;
} }
// Module: engine2.dll // Module: engine2.dll
public static class Engine2Dll { public static class Engine2Dll {
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
} }
// Module: server.dll // Module: server.dll
public static class ServerDll { public static class ServerDll {
public const nint EmptyWorldService001_Server = 0x1370D70; public const nint EmptyWorldService001_Server = 0x1371C00;
public const nint EntitySubclassUtilsV001 = 0x13213B0; public const nint EntitySubclassUtilsV001 = 0x1322240;
public const nint NavGameTest001 = 0x140FE58; public const nint NavGameTest001 = 0x1410CD8;
public const nint ServerToolsInfo_001 = 0x13C5798; public const nint ServerToolsInfo_001 = 0x13C6628;
public const nint Source2GameClients001 = 0x13BF660; public const nint Source2GameClients001 = 0x13C04F0;
public const nint Source2GameDirector001 = 0x14F3700; public const nint Source2GameDirector001 = 0x14F4520;
public const nint Source2GameEntities001 = 0x13C56C0; public const nint Source2GameEntities001 = 0x13C6550;
public const nint Source2Server001 = 0x13C5530; public const nint Source2Server001 = 0x13C63C0;
public const nint Source2ServerConfig001 = 0x15BE088; public const nint Source2ServerConfig001 = 0x15BEEA8;
public const nint customnavsystem001 = 0x1305B38; public const nint customnavsystem001 = 0x13069C8;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
public static class SoundsystemDll { public static class SoundsystemDll {
@ -181,26 +181,27 @@ namespace CS2Dumper.Interfaces {
} }
// Module: steamclient64.dll // Module: steamclient64.dll
public static class Steamclient64Dll { public static class Steamclient64Dll {
public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB1ADBA); public static readonly nint CLIENTENGINE_INTERFACE_VERSION005 = unchecked((nint)0xFFFFFFFF8BB0203A);
public const nint IVALIDATE001 = 0x15636E8; public const nint IVALIDATE001 = 0x15211D8;
public const nint SteamClient006 = 0x1560E90; public const nint SteamClient006 = 0x151E900;
public const nint SteamClient007 = 0x1560E98; public const nint SteamClient007 = 0x151E908;
public const nint SteamClient008 = 0x1560EA0; public const nint SteamClient008 = 0x151E910;
public const nint SteamClient009 = 0x1560EA8; public const nint SteamClient009 = 0x151E918;
public const nint SteamClient010 = 0x1560EB0; public const nint SteamClient010 = 0x151E920;
public const nint SteamClient011 = 0x1560EB8; public const nint SteamClient011 = 0x151E928;
public const nint SteamClient012 = 0x1560EC0; public const nint SteamClient012 = 0x151E930;
public const nint SteamClient013 = 0x1560EC8; public const nint SteamClient013 = 0x151E938;
public const nint SteamClient014 = 0x1560ED0; public const nint SteamClient014 = 0x151E940;
public const nint SteamClient015 = 0x1560ED8; public const nint SteamClient015 = 0x151E948;
public const nint SteamClient016 = 0x1560EE0; public const nint SteamClient016 = 0x151E950;
public const nint SteamClient017 = 0x1560EE8; public const nint SteamClient017 = 0x151E958;
public const nint SteamClient018 = 0x1560EF0; public const nint SteamClient018 = 0x151E960;
public const nint SteamClient019 = 0x1560EF8; public const nint SteamClient019 = 0x151E968;
public const nint SteamClient020 = 0x1560F00; public const nint SteamClient020 = 0x151E970;
public const nint SteamClient021 = 0x1560F08; public const nint SteamClient021 = 0x151E978;
public const nint p2pvoice002 = 0x14E45DF; public const nint SteamClient022 = 0x151E980;
public const nint p2pvoicesingleton002 = 0x153C0E0; public const nint p2pvoice002 = 0x14E265F;
public const nint p2pvoicesingleton002 = 0x14FC0E0;
} }
// Module: tier0.dll // Module: tier0.dll
public static class Tier0Dll { public static class Tier0Dll {
@ -224,8 +225,8 @@ namespace CS2Dumper.Interfaces {
} }
// Module: vstdlib_s64.dll // Module: vstdlib_s64.dll
public static class VstdlibS64Dll { public static class VstdlibS64Dll {
public const nint IVALIDATE001 = 0xABB40; public const nint IVALIDATE001 = 0x6E990;
public const nint VEngineCvar002 = 0x69070; public const nint VEngineCvar002 = 0x6D070;
} }
// Module: worldrenderer.dll // Module: worldrenderer.dll
public static class WorldrendererDll { public static class WorldrendererDll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once
@ -14,14 +14,14 @@ namespace cs2_dumper {
} }
// Module: client.dll // Module: client.dll
namespace client_dll { namespace client_dll {
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184AEE0; constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184BEE0;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x18070C0; constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x18080C0;
constexpr std::ptrdiff_t GameClientExports001 = 0x1847B98; constexpr std::ptrdiff_t GameClientExports001 = 0x1848B98;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18681D0; constexpr std::ptrdiff_t LegacyGameUI001 = 0x18691D0;
constexpr std::ptrdiff_t Source2Client002 = 0x1A61620; constexpr std::ptrdiff_t Source2Client002 = 0x1A62650;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FA080; constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FB090;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1852F50; constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1853F50;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1866700; constexpr std::ptrdiff_t Source2ClientUI001 = 0x1867700;
} }
// Module: engine2.dll // Module: engine2.dll
namespace engine2_dll { namespace engine2_dll {
@ -162,16 +162,16 @@ namespace cs2_dumper {
} }
// Module: server.dll // Module: server.dll
namespace server_dll { namespace server_dll {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1370D70; constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1371C00;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13213B0; constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1322240;
constexpr std::ptrdiff_t NavGameTest001 = 0x140FE58; constexpr std::ptrdiff_t NavGameTest001 = 0x1410CD8;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C5798; constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C6628;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BF660; constexpr std::ptrdiff_t Source2GameClients001 = 0x13C04F0;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F3700; constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F4520;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C56C0; constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C6550;
constexpr std::ptrdiff_t Source2Server001 = 0x13C5530; constexpr std::ptrdiff_t Source2Server001 = 0x13C63C0;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15BE088; constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15BEEA8;
constexpr std::ptrdiff_t customnavsystem001 = 0x1305B38; constexpr std::ptrdiff_t customnavsystem001 = 0x13069C8;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
namespace soundsystem_dll { namespace soundsystem_dll {
@ -186,26 +186,27 @@ namespace cs2_dumper {
} }
// Module: steamclient64.dll // Module: steamclient64.dll
namespace steamclient64_dll { namespace steamclient64_dll {
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB1ADBA; constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0xFFFFFFFF8BB0203A;
constexpr std::ptrdiff_t IVALIDATE001 = 0x15636E8; constexpr std::ptrdiff_t IVALIDATE001 = 0x15211D8;
constexpr std::ptrdiff_t SteamClient006 = 0x1560E90; constexpr std::ptrdiff_t SteamClient006 = 0x151E900;
constexpr std::ptrdiff_t SteamClient007 = 0x1560E98; constexpr std::ptrdiff_t SteamClient007 = 0x151E908;
constexpr std::ptrdiff_t SteamClient008 = 0x1560EA0; constexpr std::ptrdiff_t SteamClient008 = 0x151E910;
constexpr std::ptrdiff_t SteamClient009 = 0x1560EA8; constexpr std::ptrdiff_t SteamClient009 = 0x151E918;
constexpr std::ptrdiff_t SteamClient010 = 0x1560EB0; constexpr std::ptrdiff_t SteamClient010 = 0x151E920;
constexpr std::ptrdiff_t SteamClient011 = 0x1560EB8; constexpr std::ptrdiff_t SteamClient011 = 0x151E928;
constexpr std::ptrdiff_t SteamClient012 = 0x1560EC0; constexpr std::ptrdiff_t SteamClient012 = 0x151E930;
constexpr std::ptrdiff_t SteamClient013 = 0x1560EC8; constexpr std::ptrdiff_t SteamClient013 = 0x151E938;
constexpr std::ptrdiff_t SteamClient014 = 0x1560ED0; constexpr std::ptrdiff_t SteamClient014 = 0x151E940;
constexpr std::ptrdiff_t SteamClient015 = 0x1560ED8; constexpr std::ptrdiff_t SteamClient015 = 0x151E948;
constexpr std::ptrdiff_t SteamClient016 = 0x1560EE0; constexpr std::ptrdiff_t SteamClient016 = 0x151E950;
constexpr std::ptrdiff_t SteamClient017 = 0x1560EE8; constexpr std::ptrdiff_t SteamClient017 = 0x151E958;
constexpr std::ptrdiff_t SteamClient018 = 0x1560EF0; constexpr std::ptrdiff_t SteamClient018 = 0x151E960;
constexpr std::ptrdiff_t SteamClient019 = 0x1560EF8; constexpr std::ptrdiff_t SteamClient019 = 0x151E968;
constexpr std::ptrdiff_t SteamClient020 = 0x1560F00; constexpr std::ptrdiff_t SteamClient020 = 0x151E970;
constexpr std::ptrdiff_t SteamClient021 = 0x1560F08; constexpr std::ptrdiff_t SteamClient021 = 0x151E978;
constexpr std::ptrdiff_t p2pvoice002 = 0x14E45DF; constexpr std::ptrdiff_t SteamClient022 = 0x151E980;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x153C0E0; constexpr std::ptrdiff_t p2pvoice002 = 0x14E265F;
constexpr std::ptrdiff_t p2pvoicesingleton002 = 0x14FC0E0;
} }
// Module: tier0.dll // Module: tier0.dll
namespace tier0_dll { namespace tier0_dll {
@ -229,8 +230,8 @@ namespace cs2_dumper {
} }
// Module: vstdlib_s64.dll // Module: vstdlib_s64.dll
namespace vstdlib_s64_dll { namespace vstdlib_s64_dll {
constexpr std::ptrdiff_t IVALIDATE001 = 0xABB40; constexpr std::ptrdiff_t IVALIDATE001 = 0x6E990;
constexpr std::ptrdiff_t VEngineCvar002 = 0x69070; constexpr std::ptrdiff_t VEngineCvar002 = 0x6D070;
} }
// Module: worldrenderer.dll // Module: worldrenderer.dll
namespace worldrenderer_dll { namespace worldrenderer_dll {

View File

@ -4,14 +4,14 @@
"AnimationSystem_001": 6323504 "AnimationSystem_001": 6323504
}, },
"client.dll": { "client.dll": {
"ClientToolsInfo_001": 25472736, "ClientToolsInfo_001": 25476832,
"EmptyWorldService001_Client": 25194688, "EmptyWorldService001_Client": 25198784,
"GameClientExports001": 25459608, "GameClientExports001": 25463704,
"LegacyGameUI001": 25592272, "LegacyGameUI001": 25596368,
"Source2Client002": 27661856, "Source2Client002": 27666000,
"Source2ClientConfig001": 27238528, "Source2ClientConfig001": 27242640,
"Source2ClientPrediction001": 25505616, "Source2ClientPrediction001": 25509712,
"Source2ClientUI001": 25585408 "Source2ClientUI001": 25589504
}, },
"engine2.dll": { "engine2.dll": {
"BenchmarkService001": 5537072, "BenchmarkService001": 5537072,
@ -130,16 +130,16 @@
"SchemaSystem_001": 399072 "SchemaSystem_001": 399072
}, },
"server.dll": { "server.dll": {
"EmptyWorldService001_Server": 20385136, "EmptyWorldService001_Server": 20388864,
"EntitySubclassUtilsV001": 20059056, "EntitySubclassUtilsV001": 20062784,
"NavGameTest001": 21036632, "NavGameTest001": 21040344,
"ServerToolsInfo_001": 20731800, "ServerToolsInfo_001": 20735528,
"Source2GameClients001": 20706912, "Source2GameClients001": 20710640,
"Source2GameDirector001": 21968640, "Source2GameDirector001": 21972256,
"Source2GameEntities001": 20731584, "Source2GameEntities001": 20735312,
"Source2Server001": 20731184, "Source2Server001": 20734912,
"Source2ServerConfig001": 22798472, "Source2ServerConfig001": 22802088,
"customnavsystem001": 19946296 "customnavsystem001": 19950024
}, },
"soundsystem.dll": { "soundsystem.dll": {
"SoundOpSystem001": 3808336, "SoundOpSystem001": 3808336,
@ -151,26 +151,27 @@
"SteamAudio001": 2177520 "SteamAudio001": 2177520
}, },
"steamclient64.dll": { "steamclient64.dll": {
"CLIENTENGINE_INTERFACE_VERSION005": 18446744071758261690, "CLIENTENGINE_INTERFACE_VERSION005": 18446744071758159930,
"IVALIDATE001": 22427368, "IVALIDATE001": 22155736,
"SteamClient006": 22417040, "SteamClient006": 22145280,
"SteamClient007": 22417048, "SteamClient007": 22145288,
"SteamClient008": 22417056, "SteamClient008": 22145296,
"SteamClient009": 22417064, "SteamClient009": 22145304,
"SteamClient010": 22417072, "SteamClient010": 22145312,
"SteamClient011": 22417080, "SteamClient011": 22145320,
"SteamClient012": 22417088, "SteamClient012": 22145328,
"SteamClient013": 22417096, "SteamClient013": 22145336,
"SteamClient014": 22417104, "SteamClient014": 22145344,
"SteamClient015": 22417112, "SteamClient015": 22145352,
"SteamClient016": 22417120, "SteamClient016": 22145360,
"SteamClient017": 22417128, "SteamClient017": 22145368,
"SteamClient018": 22417136, "SteamClient018": 22145376,
"SteamClient019": 22417144, "SteamClient019": 22145384,
"SteamClient020": 22417152, "SteamClient020": 22145392,
"SteamClient021": 22417160, "SteamClient021": 22145400,
"p2pvoice002": 21906911, "SteamClient022": 22145408,
"p2pvoicesingleton002": 22266080 "p2pvoice002": 21898847,
"p2pvoicesingleton002": 22003936
}, },
"tier0.dll": { "tier0.dll": {
"TestScriptMgr001": 3664512, "TestScriptMgr001": 3664512,
@ -189,8 +190,8 @@
"VScriptManager010": 1213952 "VScriptManager010": 1213952
}, },
"vstdlib_s64.dll": { "vstdlib_s64.dll": {
"IVALIDATE001": 703296, "IVALIDATE001": 453008,
"VEngineCvar002": 430192 "VEngineCvar002": 446576
}, },
"worldrenderer.dll": { "worldrenderer.dll": {
"WorldRendererMgr001": 1449344 "WorldRendererMgr001": 1449344

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
@ -12,14 +12,14 @@ pub mod cs2_dumper {
} }
// Module: client.dll // Module: client.dll
pub mod client_dll { pub mod client_dll {
pub const ClientToolsInfo_001: usize = 0x184AEE0; pub const ClientToolsInfo_001: usize = 0x184BEE0;
pub const EmptyWorldService001_Client: usize = 0x18070C0; pub const EmptyWorldService001_Client: usize = 0x18080C0;
pub const GameClientExports001: usize = 0x1847B98; pub const GameClientExports001: usize = 0x1848B98;
pub const LegacyGameUI001: usize = 0x18681D0; pub const LegacyGameUI001: usize = 0x18691D0;
pub const Source2Client002: usize = 0x1A61620; pub const Source2Client002: usize = 0x1A62650;
pub const Source2ClientConfig001: usize = 0x19FA080; pub const Source2ClientConfig001: usize = 0x19FB090;
pub const Source2ClientPrediction001: usize = 0x1852F50; pub const Source2ClientPrediction001: usize = 0x1853F50;
pub const Source2ClientUI001: usize = 0x1866700; pub const Source2ClientUI001: usize = 0x1867700;
} }
// Module: engine2.dll // Module: engine2.dll
pub mod engine2_dll { pub mod engine2_dll {
@ -160,16 +160,16 @@ pub mod cs2_dumper {
} }
// Module: server.dll // Module: server.dll
pub mod server_dll { pub mod server_dll {
pub const EmptyWorldService001_Server: usize = 0x1370D70; pub const EmptyWorldService001_Server: usize = 0x1371C00;
pub const EntitySubclassUtilsV001: usize = 0x13213B0; pub const EntitySubclassUtilsV001: usize = 0x1322240;
pub const NavGameTest001: usize = 0x140FE58; pub const NavGameTest001: usize = 0x1410CD8;
pub const ServerToolsInfo_001: usize = 0x13C5798; pub const ServerToolsInfo_001: usize = 0x13C6628;
pub const Source2GameClients001: usize = 0x13BF660; pub const Source2GameClients001: usize = 0x13C04F0;
pub const Source2GameDirector001: usize = 0x14F3700; pub const Source2GameDirector001: usize = 0x14F4520;
pub const Source2GameEntities001: usize = 0x13C56C0; pub const Source2GameEntities001: usize = 0x13C6550;
pub const Source2Server001: usize = 0x13C5530; pub const Source2Server001: usize = 0x13C63C0;
pub const Source2ServerConfig001: usize = 0x15BE088; pub const Source2ServerConfig001: usize = 0x15BEEA8;
pub const customnavsystem001: usize = 0x1305B38; pub const customnavsystem001: usize = 0x13069C8;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
pub mod soundsystem_dll { pub mod soundsystem_dll {
@ -184,26 +184,27 @@ pub mod cs2_dumper {
} }
// Module: steamclient64.dll // Module: steamclient64.dll
pub mod steamclient64_dll { pub mod steamclient64_dll {
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB1ADBA; pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0xFFFFFFFF8BB0203A;
pub const IVALIDATE001: usize = 0x15636E8; pub const IVALIDATE001: usize = 0x15211D8;
pub const SteamClient006: usize = 0x1560E90; pub const SteamClient006: usize = 0x151E900;
pub const SteamClient007: usize = 0x1560E98; pub const SteamClient007: usize = 0x151E908;
pub const SteamClient008: usize = 0x1560EA0; pub const SteamClient008: usize = 0x151E910;
pub const SteamClient009: usize = 0x1560EA8; pub const SteamClient009: usize = 0x151E918;
pub const SteamClient010: usize = 0x1560EB0; pub const SteamClient010: usize = 0x151E920;
pub const SteamClient011: usize = 0x1560EB8; pub const SteamClient011: usize = 0x151E928;
pub const SteamClient012: usize = 0x1560EC0; pub const SteamClient012: usize = 0x151E930;
pub const SteamClient013: usize = 0x1560EC8; pub const SteamClient013: usize = 0x151E938;
pub const SteamClient014: usize = 0x1560ED0; pub const SteamClient014: usize = 0x151E940;
pub const SteamClient015: usize = 0x1560ED8; pub const SteamClient015: usize = 0x151E948;
pub const SteamClient016: usize = 0x1560EE0; pub const SteamClient016: usize = 0x151E950;
pub const SteamClient017: usize = 0x1560EE8; pub const SteamClient017: usize = 0x151E958;
pub const SteamClient018: usize = 0x1560EF0; pub const SteamClient018: usize = 0x151E960;
pub const SteamClient019: usize = 0x1560EF8; pub const SteamClient019: usize = 0x151E968;
pub const SteamClient020: usize = 0x1560F00; pub const SteamClient020: usize = 0x151E970;
pub const SteamClient021: usize = 0x1560F08; pub const SteamClient021: usize = 0x151E978;
pub const p2pvoice002: usize = 0x14E45DF; pub const SteamClient022: usize = 0x151E980;
pub const p2pvoicesingleton002: usize = 0x153C0E0; pub const p2pvoice002: usize = 0x14E265F;
pub const p2pvoicesingleton002: usize = 0x14FC0E0;
} }
// Module: tier0.dll // Module: tier0.dll
pub mod tier0_dll { pub mod tier0_dll {
@ -227,8 +228,8 @@ pub mod cs2_dumper {
} }
// Module: vstdlib_s64.dll // Module: vstdlib_s64.dll
pub mod vstdlib_s64_dll { pub mod vstdlib_s64_dll {
pub const IVALIDATE001: usize = 0xABB40; pub const IVALIDATE001: usize = 0x6E990;
pub const VEngineCvar002: usize = 0x69070; pub const VEngineCvar002: usize = 0x6D070;
} }
// Module: worldrenderer.dll // Module: worldrenderer.dll
pub mod worldrenderer_dll { pub mod worldrenderer_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll // Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: networksystem.dll // Module: networksystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Offsets { namespace CS2Dumper.Offsets {
// Module: client.dll // Module: client.dll
public static class ClientDll { public static class ClientDll {
public const nint dwCSGOInput = 0x1A71FC0; public const nint dwCSGOInput = 0x1A72FF0;
public const nint dwEntityList = 0x19FEE38; public const nint dwEntityList = 0x19FFE48;
public const nint dwGameEntitySystem = 0x1B22848; public const nint dwGameEntitySystem = 0x1B23888;
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0; public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
public const nint dwGameRules = 0x1A638A8; public const nint dwGameRules = 0x1A648D8;
public const nint dwGlobalVars = 0x1846EB0; public const nint dwGlobalVars = 0x1847EB0;
public const nint dwGlowManager = 0x1A62FE0; public const nint dwGlowManager = 0x1A64010;
public const nint dwLocalPlayerController = 0x1A4D840; public const nint dwLocalPlayerController = 0x1A4E870;
public const nint dwLocalPlayerPawn = 0x18530D0; public const nint dwLocalPlayerPawn = 0x18540D0;
public const nint dwPlantedC4 = 0x1A6D068; public const nint dwPlantedC4 = 0x1A6E098;
public const nint dwPrediction = 0x1852F50; public const nint dwPrediction = 0x1853F50;
public const nint dwSensitivity = 0x1A645C8; public const nint dwSensitivity = 0x1A655F8;
public const nint dwSensitivity_sensitivity = 0x40; public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x1A72390; public const nint dwViewAngles = 0x1A733C0;
public const nint dwViewMatrix = 0x1A67FA0; public const nint dwViewMatrix = 0x1A68FD0;
public const nint dwViewRender = 0x1A688F0; public const nint dwViewRender = 0x1A69920;
public const nint dwWeaponC4 = 0x1A01320; public const nint dwWeaponC4 = 0x1A02330;
} }
// Module: engine2.dll // Module: engine2.dll
public static class Engine2Dll { public static class Engine2Dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once
@ -9,23 +9,23 @@ namespace cs2_dumper {
namespace offsets { namespace offsets {
// Module: client.dll // Module: client.dll
namespace client_dll { namespace client_dll {
constexpr std::ptrdiff_t dwCSGOInput = 0x1A71FC0; constexpr std::ptrdiff_t dwCSGOInput = 0x1A72FF0;
constexpr std::ptrdiff_t dwEntityList = 0x19FEE38; constexpr std::ptrdiff_t dwEntityList = 0x19FFE48;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B22848; constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B23888;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
constexpr std::ptrdiff_t dwGameRules = 0x1A638A8; constexpr std::ptrdiff_t dwGameRules = 0x1A648D8;
constexpr std::ptrdiff_t dwGlobalVars = 0x1846EB0; constexpr std::ptrdiff_t dwGlobalVars = 0x1847EB0;
constexpr std::ptrdiff_t dwGlowManager = 0x1A62FE0; constexpr std::ptrdiff_t dwGlowManager = 0x1A64010;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A4D840; constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A4E870;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18530D0; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18540D0;
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A6D068; constexpr std::ptrdiff_t dwPlantedC4 = 0x1A6E098;
constexpr std::ptrdiff_t dwPrediction = 0x1852F50; constexpr std::ptrdiff_t dwPrediction = 0x1853F50;
constexpr std::ptrdiff_t dwSensitivity = 0x1A645C8; constexpr std::ptrdiff_t dwSensitivity = 0x1A655F8;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x1A72390; constexpr std::ptrdiff_t dwViewAngles = 0x1A733C0;
constexpr std::ptrdiff_t dwViewMatrix = 0x1A67FA0; constexpr std::ptrdiff_t dwViewMatrix = 0x1A68FD0;
constexpr std::ptrdiff_t dwViewRender = 0x1A688F0; constexpr std::ptrdiff_t dwViewRender = 0x1A69920;
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A01320; constexpr std::ptrdiff_t dwWeaponC4 = 0x1A02330;
} }
// Module: engine2.dll // Module: engine2.dll
namespace engine2_dll { namespace engine2_dll {

View File

@ -1,22 +1,22 @@
{ {
"client.dll": { "client.dll": {
"dwCSGOInput": 27729856, "dwCSGOInput": 27734000,
"dwEntityList": 27258424, "dwEntityList": 27262536,
"dwGameEntitySystem": 28452936, "dwGameEntitySystem": 28457096,
"dwGameEntitySystem_highestEntityIndex": 8432, "dwGameEntitySystem_highestEntityIndex": 8432,
"dwGameRules": 27670696, "dwGameRules": 27674840,
"dwGlobalVars": 25456304, "dwGlobalVars": 25460400,
"dwGlowManager": 27668448, "dwGlowManager": 27672592,
"dwLocalPlayerController": 27580480, "dwLocalPlayerController": 27584624,
"dwLocalPlayerPawn": 25506000, "dwLocalPlayerPawn": 25510096,
"dwPlantedC4": 27709544, "dwPlantedC4": 27713688,
"dwPrediction": 25505616, "dwPrediction": 25509712,
"dwSensitivity": 27674056, "dwSensitivity": 27678200,
"dwSensitivity_sensitivity": 64, "dwSensitivity_sensitivity": 64,
"dwViewAngles": 27730832, "dwViewAngles": 27734976,
"dwViewMatrix": 27688864, "dwViewMatrix": 27693008,
"dwViewRender": 27691248, "dwViewRender": 27695392,
"dwWeaponC4": 27267872 "dwWeaponC4": 27271984
}, },
"engine2.dll": { "engine2.dll": {
"dwBuildNumber": 5512164, "dwBuildNumber": 5512164,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, unused)] #![allow(non_upper_case_globals, unused)]
@ -7,23 +7,23 @@ pub mod cs2_dumper {
pub mod offsets { pub mod offsets {
// Module: client.dll // Module: client.dll
pub mod client_dll { pub mod client_dll {
pub const dwCSGOInput: usize = 0x1A71FC0; pub const dwCSGOInput: usize = 0x1A72FF0;
pub const dwEntityList: usize = 0x19FEE38; pub const dwEntityList: usize = 0x19FFE48;
pub const dwGameEntitySystem: usize = 0x1B22848; pub const dwGameEntitySystem: usize = 0x1B23888;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
pub const dwGameRules: usize = 0x1A638A8; pub const dwGameRules: usize = 0x1A648D8;
pub const dwGlobalVars: usize = 0x1846EB0; pub const dwGlobalVars: usize = 0x1847EB0;
pub const dwGlowManager: usize = 0x1A62FE0; pub const dwGlowManager: usize = 0x1A64010;
pub const dwLocalPlayerController: usize = 0x1A4D840; pub const dwLocalPlayerController: usize = 0x1A4E870;
pub const dwLocalPlayerPawn: usize = 0x18530D0; pub const dwLocalPlayerPawn: usize = 0x18540D0;
pub const dwPlantedC4: usize = 0x1A6D068; pub const dwPlantedC4: usize = 0x1A6E098;
pub const dwPrediction: usize = 0x1852F50; pub const dwPrediction: usize = 0x1853F50;
pub const dwSensitivity: usize = 0x1A645C8; pub const dwSensitivity: usize = 0x1A655F8;
pub const dwSensitivity_sensitivity: usize = 0x40; pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x1A72390; pub const dwViewAngles: usize = 0x1A733C0;
pub const dwViewMatrix: usize = 0x1A67FA0; pub const dwViewMatrix: usize = 0x1A68FD0;
pub const dwViewRender: usize = 0x1A688F0; pub const dwViewRender: usize = 0x1A69920;
pub const dwWeaponC4: usize = 0x1A01320; pub const dwWeaponC4: usize = 0x1A02330;
} }
// Module: engine2.dll // Module: engine2.dll
pub mod engine2_dll { pub mod engine2_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: panorama.dll // Module: panorama.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: particles.dll // Module: particles.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: pulse_system.dll // Module: pulse_system.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll // Module: rendersystemdx11.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: resourcesystem.dll // Module: resourcesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: scenesystem.dll // Module: scenesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: schemasystem.dll // Module: schemasystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: server.dll // Module: server.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: soundsystem.dll // Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: vphysics2.dll // Module: vphysics2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: worldrenderer.dll // Module: worldrenderer.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2025-05-24 00:43:57.788866800 UTC // 2025-05-30 02:30:08.914206100 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]