mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-03 16:45:35 +08:00
commit
3ec7dd39e2
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x1813130;
|
||||
public const nint attack2 = 0x18131C0;
|
||||
public const nint back = 0x1813400;
|
||||
public const nint duck = 0x18136D0;
|
||||
public const nint forward = 0x1813370;
|
||||
public const nint jump = 0x1813640;
|
||||
public const nint left = 0x1813490;
|
||||
public const nint attack = 0x1813120;
|
||||
public const nint attack2 = 0x18131B0;
|
||||
public const nint back = 0x18133F0;
|
||||
public const nint duck = 0x18136C0;
|
||||
public const nint forward = 0x1813360;
|
||||
public const nint jump = 0x1813630;
|
||||
public const nint left = 0x1813480;
|
||||
public const nint lookatweapon = 0x1A1E350;
|
||||
public const nint reload = 0x18130A0;
|
||||
public const nint right = 0x1813520;
|
||||
public const nint reload = 0x1813090;
|
||||
public const nint right = 0x1813510;
|
||||
public const nint showscores = 0x1A1E230;
|
||||
public const nint sprint = 0x1813010;
|
||||
public const nint turnleft = 0x1813250;
|
||||
public const nint turnright = 0x18132E0;
|
||||
public const nint use = 0x18135B0;
|
||||
public const nint sprint = 0x1813000;
|
||||
public const nint turnleft = 0x1813240;
|
||||
public const nint turnright = 0x18132D0;
|
||||
public const nint use = 0x18135A0;
|
||||
public const nint zoom = 0x1A1E2C0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x1813130;
|
||||
constexpr std::ptrdiff_t attack2 = 0x18131C0;
|
||||
constexpr std::ptrdiff_t back = 0x1813400;
|
||||
constexpr std::ptrdiff_t duck = 0x18136D0;
|
||||
constexpr std::ptrdiff_t forward = 0x1813370;
|
||||
constexpr std::ptrdiff_t jump = 0x1813640;
|
||||
constexpr std::ptrdiff_t left = 0x1813490;
|
||||
constexpr std::ptrdiff_t attack = 0x1813120;
|
||||
constexpr std::ptrdiff_t attack2 = 0x18131B0;
|
||||
constexpr std::ptrdiff_t back = 0x18133F0;
|
||||
constexpr std::ptrdiff_t duck = 0x18136C0;
|
||||
constexpr std::ptrdiff_t forward = 0x1813360;
|
||||
constexpr std::ptrdiff_t jump = 0x1813630;
|
||||
constexpr std::ptrdiff_t left = 0x1813480;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A1E350;
|
||||
constexpr std::ptrdiff_t reload = 0x18130A0;
|
||||
constexpr std::ptrdiff_t right = 0x1813520;
|
||||
constexpr std::ptrdiff_t reload = 0x1813090;
|
||||
constexpr std::ptrdiff_t right = 0x1813510;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A1E230;
|
||||
constexpr std::ptrdiff_t sprint = 0x1813010;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1813250;
|
||||
constexpr std::ptrdiff_t turnright = 0x18132E0;
|
||||
constexpr std::ptrdiff_t use = 0x18135B0;
|
||||
constexpr std::ptrdiff_t sprint = 0x1813000;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1813240;
|
||||
constexpr std::ptrdiff_t turnright = 0x18132D0;
|
||||
constexpr std::ptrdiff_t use = 0x18135A0;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A1E2C0;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25243952,
|
||||
"attack2": 25244096,
|
||||
"back": 25244672,
|
||||
"duck": 25245392,
|
||||
"forward": 25244528,
|
||||
"jump": 25245248,
|
||||
"left": 25244816,
|
||||
"attack": 25243936,
|
||||
"attack2": 25244080,
|
||||
"back": 25244656,
|
||||
"duck": 25245376,
|
||||
"forward": 25244512,
|
||||
"jump": 25245232,
|
||||
"left": 25244800,
|
||||
"lookatweapon": 27386704,
|
||||
"reload": 25243808,
|
||||
"right": 25244960,
|
||||
"reload": 25243792,
|
||||
"right": 25244944,
|
||||
"showscores": 27386416,
|
||||
"sprint": 25243664,
|
||||
"turnleft": 25244240,
|
||||
"turnright": 25244384,
|
||||
"use": 25245104,
|
||||
"sprint": 25243648,
|
||||
"turnleft": 25244224,
|
||||
"turnright": 25244368,
|
||||
"use": 25245088,
|
||||
"zoom": 27386560
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x1813130;
|
||||
pub const attack2: usize = 0x18131C0;
|
||||
pub const back: usize = 0x1813400;
|
||||
pub const duck: usize = 0x18136D0;
|
||||
pub const forward: usize = 0x1813370;
|
||||
pub const jump: usize = 0x1813640;
|
||||
pub const left: usize = 0x1813490;
|
||||
pub const attack: usize = 0x1813120;
|
||||
pub const attack2: usize = 0x18131B0;
|
||||
pub const back: usize = 0x18133F0;
|
||||
pub const duck: usize = 0x18136C0;
|
||||
pub const forward: usize = 0x1813360;
|
||||
pub const jump: usize = 0x1813630;
|
||||
pub const left: usize = 0x1813480;
|
||||
pub const lookatweapon: usize = 0x1A1E350;
|
||||
pub const reload: usize = 0x18130A0;
|
||||
pub const right: usize = 0x1813520;
|
||||
pub const reload: usize = 0x1813090;
|
||||
pub const right: usize = 0x1813510;
|
||||
pub const showscores: usize = 0x1A1E230;
|
||||
pub const sprint: usize = 0x1813010;
|
||||
pub const turnleft: usize = 0x1813250;
|
||||
pub const turnright: usize = 0x18132E0;
|
||||
pub const r#use: usize = 0x18135B0;
|
||||
pub const sprint: usize = 0x1813000;
|
||||
pub const turnleft: usize = 0x1813240;
|
||||
pub const turnright: usize = 0x18132D0;
|
||||
pub const r#use: usize = 0x18135A0;
|
||||
pub const zoom: usize = 0x1A1E2C0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14015,
|
||||
"timestamp": "2024-06-18T02:29:36.184201900+00:00"
|
||||
"build_number": 14016,
|
||||
"timestamp": "2024-06-21T00:09:51.615729800+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 06:42:44.990022100 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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 = 0x1812740;
|
||||
public const nint ClientToolsInfo_001 = 0x1812730;
|
||||
public const nint EmptyWorldService001_Client = 0x17CF650;
|
||||
public const nint GameClientExports001 = 0x180F408;
|
||||
public const nint LegacyGameUI001 = 0x182F180;
|
||||
public const nint GameClientExports001 = 0x180F3F8;
|
||||
public const nint LegacyGameUI001 = 0x182F170;
|
||||
public const nint Source2Client002 = 0x1A100B0;
|
||||
public const nint Source2ClientConfig001 = 0x19B0E00;
|
||||
public const nint Source2ClientPrediction001 = 0x181A880;
|
||||
public const nint Source2ClientUI001 = 0x182DC70;
|
||||
public const nint Source2ClientPrediction001 = 0x181A870;
|
||||
public const nint Source2ClientUI001 = 0x182DC60;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -132,9 +132,9 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
public static class Rendersystemdx11Dll {
|
||||
public const nint RenderDeviceMgr001 = 0x3EC210;
|
||||
public const nint RenderUtils_001 = 0x3ECA78;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x3EC2A8;
|
||||
public const nint RenderDeviceMgr001 = 0x3ED210;
|
||||
public const nint RenderUtils_001 = 0x3EDA78;
|
||||
public const nint VRenderDeviceMgrBackdoor001 = 0x3ED2A8;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
public static class ResourcesystemDll {
|
||||
@ -159,12 +159,12 @@ namespace CS2Dumper.Interfaces {
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x135F120;
|
||||
public const nint EntitySubclassUtilsV001 = 0x1311610;
|
||||
public const nint NavGameTest001 = 0x13FD8F8;
|
||||
public const nint ServerToolsInfo_001 = 0x13B3028;
|
||||
public const nint Source2GameClients001 = 0x13AE490;
|
||||
public const nint NavGameTest001 = 0x13FD908;
|
||||
public const nint ServerToolsInfo_001 = 0x13B3038;
|
||||
public const nint Source2GameClients001 = 0x13AE4A0;
|
||||
public const nint Source2GameDirector001 = 0x14E2510;
|
||||
public const nint Source2GameEntities001 = 0x13B2FF0;
|
||||
public const nint Source2Server001 = 0x13B2E60;
|
||||
public const nint Source2GameEntities001 = 0x13B3000;
|
||||
public const nint Source2Server001 = 0x13B2E70;
|
||||
public const nint Source2ServerConfig001 = 0x159D568;
|
||||
public const nint customnavsystem001 = 0x12F6E98;
|
||||
}
|
||||
@ -181,7 +181,7 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
public static class Steamclient64Dll {
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD2F0DF;
|
||||
public const nint CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD2F0FF;
|
||||
public const nint IVALIDATE001 = 0x14D3A30;
|
||||
public const nint SteamClient006 = 0x14D1270;
|
||||
public const nint SteamClient007 = 0x14D1278;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 06:42:44.990022100 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,14 +14,14 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1812740;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1812730;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17CF650;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x180F408;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x182F180;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x180F3F8;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x182F170;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A100B0;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19B0E00;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x181A880;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x182DC70;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x181A870;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x182DC60;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -137,9 +137,9 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
namespace rendersystemdx11_dll {
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x3EC210;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x3ECA78;
|
||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x3EC2A8;
|
||||
constexpr std::ptrdiff_t RenderDeviceMgr001 = 0x3ED210;
|
||||
constexpr std::ptrdiff_t RenderUtils_001 = 0x3EDA78;
|
||||
constexpr std::ptrdiff_t VRenderDeviceMgrBackdoor001 = 0x3ED2A8;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
namespace resourcesystem_dll {
|
||||
@ -164,12 +164,12 @@ namespace cs2_dumper {
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x135F120;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x1311610;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x13FD8F8;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B3028;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13AE490;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x13FD908;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B3038;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13AE4A0;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E2510;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B2FF0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13B2E60;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B3000;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13B2E70;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159D568;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x12F6E98;
|
||||
}
|
||||
@ -186,7 +186,7 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
namespace steamclient64_dll {
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD2F0DF;
|
||||
constexpr std::ptrdiff_t CLIENTENGINE_INTERFACE_VERSION005 = 0x8BD2F0FF;
|
||||
constexpr std::ptrdiff_t IVALIDATE001 = 0x14D3A30;
|
||||
constexpr std::ptrdiff_t SteamClient006 = 0x14D1270;
|
||||
constexpr std::ptrdiff_t SteamClient007 = 0x14D1278;
|
||||
|
@ -4,14 +4,14 @@
|
||||
"AnimationSystem_001": 5799648
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25241408,
|
||||
"ClientToolsInfo_001": 25241392,
|
||||
"EmptyWorldService001_Client": 24966736,
|
||||
"GameClientExports001": 25228296,
|
||||
"LegacyGameUI001": 25358720,
|
||||
"GameClientExports001": 25228280,
|
||||
"LegacyGameUI001": 25358704,
|
||||
"Source2Client002": 27328688,
|
||||
"Source2ClientConfig001": 26938880,
|
||||
"Source2ClientPrediction001": 25274496,
|
||||
"Source2ClientUI001": 25353328
|
||||
"Source2ClientPrediction001": 25274480,
|
||||
"Source2ClientUI001": 25353312
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5461696,
|
||||
@ -110,9 +110,9 @@
|
||||
"IPulseSystem_001": 1365040
|
||||
},
|
||||
"rendersystemdx11.dll": {
|
||||
"RenderDeviceMgr001": 4112912,
|
||||
"RenderUtils_001": 4115064,
|
||||
"VRenderDeviceMgrBackdoor001": 4113064
|
||||
"RenderDeviceMgr001": 4117008,
|
||||
"RenderUtils_001": 4119160,
|
||||
"VRenderDeviceMgrBackdoor001": 4117160
|
||||
},
|
||||
"resourcesystem.dll": {
|
||||
"ResourceSystem013": 438032
|
||||
@ -132,12 +132,12 @@
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20312352,
|
||||
"EntitySubclassUtilsV001": 19994128,
|
||||
"NavGameTest001": 20961528,
|
||||
"ServerToolsInfo_001": 20656168,
|
||||
"Source2GameClients001": 20636816,
|
||||
"NavGameTest001": 20961544,
|
||||
"ServerToolsInfo_001": 20656184,
|
||||
"Source2GameClients001": 20636832,
|
||||
"Source2GameDirector001": 21898512,
|
||||
"Source2GameEntities001": 20656112,
|
||||
"Source2Server001": 20655712,
|
||||
"Source2GameEntities001": 20656128,
|
||||
"Source2Server001": 20655728,
|
||||
"Source2ServerConfig001": 22664552,
|
||||
"customnavsystem001": 19885720
|
||||
},
|
||||
@ -151,7 +151,7 @@
|
||||
"SteamAudio001": 2447184
|
||||
},
|
||||
"steamclient64.dll": {
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 2345857247,
|
||||
"CLIENTENGINE_INTERFACE_VERSION005": 2345857279,
|
||||
"IVALIDATE001": 21838384,
|
||||
"SteamClient006": 21828208,
|
||||
"SteamClient007": 21828216,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 06:42:44.990022100 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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 = 0x1812740;
|
||||
pub const ClientToolsInfo_001: usize = 0x1812730;
|
||||
pub const EmptyWorldService001_Client: usize = 0x17CF650;
|
||||
pub const GameClientExports001: usize = 0x180F408;
|
||||
pub const LegacyGameUI001: usize = 0x182F180;
|
||||
pub const GameClientExports001: usize = 0x180F3F8;
|
||||
pub const LegacyGameUI001: usize = 0x182F170;
|
||||
pub const Source2Client002: usize = 0x1A100B0;
|
||||
pub const Source2ClientConfig001: usize = 0x19B0E00;
|
||||
pub const Source2ClientPrediction001: usize = 0x181A880;
|
||||
pub const Source2ClientUI001: usize = 0x182DC70;
|
||||
pub const Source2ClientPrediction001: usize = 0x181A870;
|
||||
pub const Source2ClientUI001: usize = 0x182DC60;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -135,9 +135,9 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: rendersystemdx11.dll
|
||||
pub mod rendersystemdx11_dll {
|
||||
pub const RenderDeviceMgr001: usize = 0x3EC210;
|
||||
pub const RenderUtils_001: usize = 0x3ECA78;
|
||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x3EC2A8;
|
||||
pub const RenderDeviceMgr001: usize = 0x3ED210;
|
||||
pub const RenderUtils_001: usize = 0x3EDA78;
|
||||
pub const VRenderDeviceMgrBackdoor001: usize = 0x3ED2A8;
|
||||
}
|
||||
// Module: resourcesystem.dll
|
||||
pub mod resourcesystem_dll {
|
||||
@ -162,12 +162,12 @@ pub mod cs2_dumper {
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x135F120;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x1311610;
|
||||
pub const NavGameTest001: usize = 0x13FD8F8;
|
||||
pub const ServerToolsInfo_001: usize = 0x13B3028;
|
||||
pub const Source2GameClients001: usize = 0x13AE490;
|
||||
pub const NavGameTest001: usize = 0x13FD908;
|
||||
pub const ServerToolsInfo_001: usize = 0x13B3038;
|
||||
pub const Source2GameClients001: usize = 0x13AE4A0;
|
||||
pub const Source2GameDirector001: usize = 0x14E2510;
|
||||
pub const Source2GameEntities001: usize = 0x13B2FF0;
|
||||
pub const Source2Server001: usize = 0x13B2E60;
|
||||
pub const Source2GameEntities001: usize = 0x13B3000;
|
||||
pub const Source2Server001: usize = 0x13B2E70;
|
||||
pub const Source2ServerConfig001: usize = 0x159D568;
|
||||
pub const customnavsystem001: usize = 0x12F6E98;
|
||||
}
|
||||
@ -184,7 +184,7 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: steamclient64.dll
|
||||
pub mod steamclient64_dll {
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x8BD2F0DF;
|
||||
pub const CLIENTENGINE_INTERFACE_VERSION005: usize = 0x8BD2F0FF;
|
||||
pub const IVALIDATE001: usize = 0x14D3A30;
|
||||
pub const SteamClient006: usize = 0x14D1270;
|
||||
pub const SteamClient007: usize = 0x14D1278;
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
@ -9,12 +9,12 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwGameEntitySystem = 0x1AD3888;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x1510;
|
||||
public const nint dwGameRules = 0x1A12408;
|
||||
public const nint dwGlobalVars = 0x180E510;
|
||||
public const nint dwGlobalVars = 0x180E500;
|
||||
public const nint dwGlowManager = 0x1A11B20;
|
||||
public const nint dwLocalPlayerController = 0x1A04768;
|
||||
public const nint dwLocalPlayerPawn = 0x181A9C8;
|
||||
public const nint dwLocalPlayerPawn = 0x181A9B8;
|
||||
public const nint dwPlantedC4 = 0x1A1B7A8;
|
||||
public const nint dwPrediction = 0x181A880;
|
||||
public const nint dwPrediction = 0x181A870;
|
||||
public const nint dwSensitivity = 0x1A13248;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A23848;
|
||||
@ -35,8 +35,8 @@ namespace CS2Dumper.Offsets {
|
||||
public const nint dwNetworkGameClient_serverTickCount = 0x174;
|
||||
public const nint dwNetworkGameClient_signOnState = 0x260;
|
||||
public const nint dwSoundService = 0x5ECBA0;
|
||||
public const nint dwWindowHeight = 0x5F0454;
|
||||
public const nint dwWindowWidth = 0x5F0450;
|
||||
public const nint dwWindowHeight = 0x5F0444;
|
||||
public const nint dwWindowWidth = 0x5F0440;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
public static class InputsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,12 +14,12 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1AD3888;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A12408;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x180E510;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x180E500;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A11B20;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A04768;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x181A9C8;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x181A9B8;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A1B7A8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x181A880;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x181A870;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A13248;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A23848;
|
||||
@ -40,8 +40,8 @@ namespace cs2_dumper {
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_serverTickCount = 0x174;
|
||||
constexpr std::ptrdiff_t dwNetworkGameClient_signOnState = 0x260;
|
||||
constexpr std::ptrdiff_t dwSoundService = 0x5ECBA0;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5F0454;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5F0450;
|
||||
constexpr std::ptrdiff_t dwWindowHeight = 0x5F0444;
|
||||
constexpr std::ptrdiff_t dwWindowWidth = 0x5F0440;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
namespace inputsystem_dll {
|
||||
|
@ -5,12 +5,12 @@
|
||||
"dwGameEntitySystem": 28129416,
|
||||
"dwGameEntitySystem_highestEntityIndex": 5392,
|
||||
"dwGameRules": 27337736,
|
||||
"dwGlobalVars": 25224464,
|
||||
"dwGlobalVars": 25224448,
|
||||
"dwGlowManager": 27335456,
|
||||
"dwLocalPlayerController": 27281256,
|
||||
"dwLocalPlayerPawn": 25274824,
|
||||
"dwLocalPlayerPawn": 25274808,
|
||||
"dwPlantedC4": 27375528,
|
||||
"dwPrediction": 25274496,
|
||||
"dwPrediction": 25274480,
|
||||
"dwSensitivity": 27341384,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27408456,
|
||||
@ -30,8 +30,8 @@
|
||||
"dwNetworkGameClient_serverTickCount": 372,
|
||||
"dwNetworkGameClient_signOnState": 608,
|
||||
"dwSoundService": 6212512,
|
||||
"dwWindowHeight": 6227028,
|
||||
"dwWindowWidth": 6227024
|
||||
"dwWindowHeight": 6227012,
|
||||
"dwWindowWidth": 6227008
|
||||
},
|
||||
"inputsystem.dll": {
|
||||
"dwInputSystem": 231408
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -12,12 +12,12 @@ pub mod cs2_dumper {
|
||||
pub const dwGameEntitySystem: usize = 0x1AD3888;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
|
||||
pub const dwGameRules: usize = 0x1A12408;
|
||||
pub const dwGlobalVars: usize = 0x180E510;
|
||||
pub const dwGlobalVars: usize = 0x180E500;
|
||||
pub const dwGlowManager: usize = 0x1A11B20;
|
||||
pub const dwLocalPlayerController: usize = 0x1A04768;
|
||||
pub const dwLocalPlayerPawn: usize = 0x181A9C8;
|
||||
pub const dwLocalPlayerPawn: usize = 0x181A9B8;
|
||||
pub const dwPlantedC4: usize = 0x1A1B7A8;
|
||||
pub const dwPrediction: usize = 0x181A880;
|
||||
pub const dwPrediction: usize = 0x181A870;
|
||||
pub const dwSensitivity: usize = 0x1A13248;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A23848;
|
||||
@ -38,8 +38,8 @@ pub mod cs2_dumper {
|
||||
pub const dwNetworkGameClient_serverTickCount: usize = 0x174;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x260;
|
||||
pub const dwSoundService: usize = 0x5ECBA0;
|
||||
pub const dwWindowHeight: usize = 0x5F0454;
|
||||
pub const dwWindowWidth: usize = 0x5F0450;
|
||||
pub const dwWindowHeight: usize = 0x5F0444;
|
||||
pub const dwWindowWidth: usize = 0x5F0440;
|
||||
}
|
||||
// Module: inputsystem.dll
|
||||
pub mod inputsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 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-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2024-06-18 02:29:36.184201900 UTC
|
||||
// 2024-06-21 00:09:51.615729800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user