mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-25 01:45:35 +08:00
Game update (14023)
This commit is contained in:
parent
0a63e2cc3a
commit
7f5c25c12f
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
public static class Buttons {
|
public static class Buttons {
|
||||||
public const nint attack = 0x181C160;
|
public const nint attack = 0x181D160;
|
||||||
public const nint attack2 = 0x181C1F0;
|
public const nint attack2 = 0x181D1F0;
|
||||||
public const nint back = 0x181C430;
|
public const nint back = 0x181D430;
|
||||||
public const nint duck = 0x181C700;
|
public const nint duck = 0x181D700;
|
||||||
public const nint forward = 0x181C3A0;
|
public const nint forward = 0x181D3A0;
|
||||||
public const nint jump = 0x181C670;
|
public const nint jump = 0x181D670;
|
||||||
public const nint left = 0x181C4C0;
|
public const nint left = 0x181D4C0;
|
||||||
public const nint lookatweapon = 0x1A27D30;
|
public const nint lookatweapon = 0x1A28D50;
|
||||||
public const nint reload = 0x181C0D0;
|
public const nint reload = 0x181D0D0;
|
||||||
public const nint right = 0x181C550;
|
public const nint right = 0x181D550;
|
||||||
public const nint showscores = 0x1A27C10;
|
public const nint showscores = 0x1A28C30;
|
||||||
public const nint sprint = 0x181C040;
|
public const nint sprint = 0x181D040;
|
||||||
public const nint turnleft = 0x181C280;
|
public const nint turnleft = 0x181D280;
|
||||||
public const nint turnright = 0x181C310;
|
public const nint turnright = 0x181D310;
|
||||||
public const nint use = 0x181C5E0;
|
public const nint use = 0x181D5E0;
|
||||||
public const nint zoom = 0x1A27CA0;
|
public const nint zoom = 0x1A28CC0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x181C160;
|
constexpr std::ptrdiff_t attack = 0x181D160;
|
||||||
constexpr std::ptrdiff_t attack2 = 0x181C1F0;
|
constexpr std::ptrdiff_t attack2 = 0x181D1F0;
|
||||||
constexpr std::ptrdiff_t back = 0x181C430;
|
constexpr std::ptrdiff_t back = 0x181D430;
|
||||||
constexpr std::ptrdiff_t duck = 0x181C700;
|
constexpr std::ptrdiff_t duck = 0x181D700;
|
||||||
constexpr std::ptrdiff_t forward = 0x181C3A0;
|
constexpr std::ptrdiff_t forward = 0x181D3A0;
|
||||||
constexpr std::ptrdiff_t jump = 0x181C670;
|
constexpr std::ptrdiff_t jump = 0x181D670;
|
||||||
constexpr std::ptrdiff_t left = 0x181C4C0;
|
constexpr std::ptrdiff_t left = 0x181D4C0;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x1A27D30;
|
constexpr std::ptrdiff_t lookatweapon = 0x1A28D50;
|
||||||
constexpr std::ptrdiff_t reload = 0x181C0D0;
|
constexpr std::ptrdiff_t reload = 0x181D0D0;
|
||||||
constexpr std::ptrdiff_t right = 0x181C550;
|
constexpr std::ptrdiff_t right = 0x181D550;
|
||||||
constexpr std::ptrdiff_t showscores = 0x1A27C10;
|
constexpr std::ptrdiff_t showscores = 0x1A28C30;
|
||||||
constexpr std::ptrdiff_t sprint = 0x181C040;
|
constexpr std::ptrdiff_t sprint = 0x181D040;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x181C280;
|
constexpr std::ptrdiff_t turnleft = 0x181D280;
|
||||||
constexpr std::ptrdiff_t turnright = 0x181C310;
|
constexpr std::ptrdiff_t turnright = 0x181D310;
|
||||||
constexpr std::ptrdiff_t use = 0x181C5E0;
|
constexpr std::ptrdiff_t use = 0x181D5E0;
|
||||||
constexpr std::ptrdiff_t zoom = 0x1A27CA0;
|
constexpr std::ptrdiff_t zoom = 0x1A28CC0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"attack": 25280864,
|
"attack": 25284960,
|
||||||
"attack2": 25281008,
|
"attack2": 25285104,
|
||||||
"back": 25281584,
|
"back": 25285680,
|
||||||
"duck": 25282304,
|
"duck": 25286400,
|
||||||
"forward": 25281440,
|
"forward": 25285536,
|
||||||
"jump": 25282160,
|
"jump": 25286256,
|
||||||
"left": 25281728,
|
"left": 25285824,
|
||||||
"lookatweapon": 27426096,
|
"lookatweapon": 27430224,
|
||||||
"reload": 25280720,
|
"reload": 25284816,
|
||||||
"right": 25281872,
|
"right": 25285968,
|
||||||
"showscores": 27425808,
|
"showscores": 27429936,
|
||||||
"sprint": 25280576,
|
"sprint": 25284672,
|
||||||
"turnleft": 25281152,
|
"turnleft": 25285248,
|
||||||
"turnright": 25281296,
|
"turnright": 25285392,
|
||||||
"use": 25282016,
|
"use": 25286112,
|
||||||
"zoom": 27425952
|
"zoom": 27430080
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x181C160;
|
pub const attack: usize = 0x181D160;
|
||||||
pub const attack2: usize = 0x181C1F0;
|
pub const attack2: usize = 0x181D1F0;
|
||||||
pub const back: usize = 0x181C430;
|
pub const back: usize = 0x181D430;
|
||||||
pub const duck: usize = 0x181C700;
|
pub const duck: usize = 0x181D700;
|
||||||
pub const forward: usize = 0x181C3A0;
|
pub const forward: usize = 0x181D3A0;
|
||||||
pub const jump: usize = 0x181C670;
|
pub const jump: usize = 0x181D670;
|
||||||
pub const left: usize = 0x181C4C0;
|
pub const left: usize = 0x181D4C0;
|
||||||
pub const lookatweapon: usize = 0x1A27D30;
|
pub const lookatweapon: usize = 0x1A28D50;
|
||||||
pub const reload: usize = 0x181C0D0;
|
pub const reload: usize = 0x181D0D0;
|
||||||
pub const right: usize = 0x181C550;
|
pub const right: usize = 0x181D550;
|
||||||
pub const showscores: usize = 0x1A27C10;
|
pub const showscores: usize = 0x1A28C30;
|
||||||
pub const sprint: usize = 0x181C040;
|
pub const sprint: usize = 0x181D040;
|
||||||
pub const turnleft: usize = 0x181C280;
|
pub const turnleft: usize = 0x181D280;
|
||||||
pub const turnright: usize = 0x181C310;
|
pub const turnright: usize = 0x181D310;
|
||||||
pub const r#use: usize = 0x181C5E0;
|
pub const r#use: usize = 0x181D5E0;
|
||||||
pub const zoom: usize = 0x1A27CA0;
|
pub const zoom: usize = 0x1A28CC0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: host.dll
|
// Module: host.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"build_number": 14021,
|
"build_number": 14023,
|
||||||
"timestamp": "2024-07-12T02:07:06.756971700+00:00"
|
"timestamp": "2024-07-23T02:33:52.197332800+00:00"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x181B770;
|
public const nint ClientToolsInfo_001 = 0x181C770;
|
||||||
public const nint EmptyWorldService001_Client = 0x17D8670;
|
public const nint EmptyWorldService001_Client = 0x17D9670;
|
||||||
public const nint GameClientExports001 = 0x1818428;
|
public const nint GameClientExports001 = 0x1819428;
|
||||||
public const nint LegacyGameUI001 = 0x1838200;
|
public const nint LegacyGameUI001 = 0x1839210;
|
||||||
public const nint Source2Client002 = 0x1A195D0;
|
public const nint Source2Client002 = 0x1A1A5F0;
|
||||||
public const nint Source2ClientConfig001 = 0x19BA1B0;
|
public const nint Source2ClientConfig001 = 0x19BB1D0;
|
||||||
public const nint Source2ClientPrediction001 = 0x18238C0;
|
public const nint Source2ClientPrediction001 = 0x18248C0;
|
||||||
public const nint Source2ClientUI001 = 0x1836D30;
|
public const nint Source2ClientUI001 = 0x1837D40;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
@ -159,13 +159,13 @@ namespace CS2Dumper.Interfaces {
|
|||||||
public static class ServerDll {
|
public static class ServerDll {
|
||||||
public const nint EmptyWorldService001_Server = 0x1360FC0;
|
public const nint EmptyWorldService001_Server = 0x1360FC0;
|
||||||
public const nint EntitySubclassUtilsV001 = 0x13134D0;
|
public const nint EntitySubclassUtilsV001 = 0x13134D0;
|
||||||
public const nint NavGameTest001 = 0x13FF7D8;
|
public const nint NavGameTest001 = 0x13FF7B8;
|
||||||
public const nint ServerToolsInfo_001 = 0x13B4EE8;
|
public const nint ServerToolsInfo_001 = 0x13B4ED8;
|
||||||
public const nint Source2GameClients001 = 0x13B0350;
|
public const nint Source2GameClients001 = 0x13B0340;
|
||||||
public const nint Source2GameDirector001 = 0x14E4740;
|
public const nint Source2GameDirector001 = 0x14E4700;
|
||||||
public const nint Source2GameEntities001 = 0x13B4EB0;
|
public const nint Source2GameEntities001 = 0x13B4EA0;
|
||||||
public const nint Source2Server001 = 0x13B4D20;
|
public const nint Source2Server001 = 0x13B4D10;
|
||||||
public const nint Source2ServerConfig001 = 0x159F628;
|
public const nint Source2ServerConfig001 = 0x159F5E8;
|
||||||
public const nint customnavsystem001 = 0x12F8D58;
|
public const nint customnavsystem001 = 0x12F8D58;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x181B770;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x181C770;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D8670;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x17D9670;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1818428;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x1819428;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x1838200;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x1839210;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A195D0;
|
constexpr std::ptrdiff_t Source2Client002 = 0x1A1A5F0;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BA1B0;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19BB1D0;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x18238C0;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x18248C0;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1836D30;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1837D40;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
@ -164,13 +164,13 @@ namespace cs2_dumper {
|
|||||||
namespace server_dll {
|
namespace server_dll {
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1360FC0;
|
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1360FC0;
|
||||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13134D0;
|
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13134D0;
|
||||||
constexpr std::ptrdiff_t NavGameTest001 = 0x13FF7D8;
|
constexpr std::ptrdiff_t NavGameTest001 = 0x13FF7B8;
|
||||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4EE8;
|
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13B4ED8;
|
||||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0350;
|
constexpr std::ptrdiff_t Source2GameClients001 = 0x13B0340;
|
||||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E4740;
|
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14E4700;
|
||||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4EB0;
|
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13B4EA0;
|
||||||
constexpr std::ptrdiff_t Source2Server001 = 0x13B4D20;
|
constexpr std::ptrdiff_t Source2Server001 = 0x13B4D10;
|
||||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F628;
|
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x159F5E8;
|
||||||
constexpr std::ptrdiff_t customnavsystem001 = 0x12F8D58;
|
constexpr std::ptrdiff_t customnavsystem001 = 0x12F8D58;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
"AnimationSystem_001": 5799648
|
"AnimationSystem_001": 5799648
|
||||||
},
|
},
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"ClientToolsInfo_001": 25278320,
|
"ClientToolsInfo_001": 25282416,
|
||||||
"EmptyWorldService001_Client": 25003632,
|
"EmptyWorldService001_Client": 25007728,
|
||||||
"GameClientExports001": 25265192,
|
"GameClientExports001": 25269288,
|
||||||
"LegacyGameUI001": 25395712,
|
"LegacyGameUI001": 25399824,
|
||||||
"Source2Client002": 27366864,
|
"Source2Client002": 27370992,
|
||||||
"Source2ClientConfig001": 26976688,
|
"Source2ClientConfig001": 26980816,
|
||||||
"Source2ClientPrediction001": 25311424,
|
"Source2ClientPrediction001": 25315520,
|
||||||
"Source2ClientUI001": 25390384
|
"Source2ClientUI001": 25394496
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 5461696,
|
"BenchmarkService001": 5461696,
|
||||||
@ -132,13 +132,13 @@
|
|||||||
"server.dll": {
|
"server.dll": {
|
||||||
"EmptyWorldService001_Server": 20320192,
|
"EmptyWorldService001_Server": 20320192,
|
||||||
"EntitySubclassUtilsV001": 20002000,
|
"EntitySubclassUtilsV001": 20002000,
|
||||||
"NavGameTest001": 20969432,
|
"NavGameTest001": 20969400,
|
||||||
"ServerToolsInfo_001": 20664040,
|
"ServerToolsInfo_001": 20664024,
|
||||||
"Source2GameClients001": 20644688,
|
"Source2GameClients001": 20644672,
|
||||||
"Source2GameDirector001": 21907264,
|
"Source2GameDirector001": 21907200,
|
||||||
"Source2GameEntities001": 20663984,
|
"Source2GameEntities001": 20663968,
|
||||||
"Source2Server001": 20663584,
|
"Source2Server001": 20663568,
|
||||||
"Source2ServerConfig001": 22672936,
|
"Source2ServerConfig001": 22672872,
|
||||||
"customnavsystem001": 19893592
|
"customnavsystem001": 19893592
|
||||||
},
|
},
|
||||||
"soundsystem.dll": {
|
"soundsystem.dll": {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x181B770;
|
pub const ClientToolsInfo_001: usize = 0x181C770;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x17D8670;
|
pub const EmptyWorldService001_Client: usize = 0x17D9670;
|
||||||
pub const GameClientExports001: usize = 0x1818428;
|
pub const GameClientExports001: usize = 0x1819428;
|
||||||
pub const LegacyGameUI001: usize = 0x1838200;
|
pub const LegacyGameUI001: usize = 0x1839210;
|
||||||
pub const Source2Client002: usize = 0x1A195D0;
|
pub const Source2Client002: usize = 0x1A1A5F0;
|
||||||
pub const Source2ClientConfig001: usize = 0x19BA1B0;
|
pub const Source2ClientConfig001: usize = 0x19BB1D0;
|
||||||
pub const Source2ClientPrediction001: usize = 0x18238C0;
|
pub const Source2ClientPrediction001: usize = 0x18248C0;
|
||||||
pub const Source2ClientUI001: usize = 0x1836D30;
|
pub const Source2ClientUI001: usize = 0x1837D40;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
@ -162,13 +162,13 @@ pub mod cs2_dumper {
|
|||||||
pub mod server_dll {
|
pub mod server_dll {
|
||||||
pub const EmptyWorldService001_Server: usize = 0x1360FC0;
|
pub const EmptyWorldService001_Server: usize = 0x1360FC0;
|
||||||
pub const EntitySubclassUtilsV001: usize = 0x13134D0;
|
pub const EntitySubclassUtilsV001: usize = 0x13134D0;
|
||||||
pub const NavGameTest001: usize = 0x13FF7D8;
|
pub const NavGameTest001: usize = 0x13FF7B8;
|
||||||
pub const ServerToolsInfo_001: usize = 0x13B4EE8;
|
pub const ServerToolsInfo_001: usize = 0x13B4ED8;
|
||||||
pub const Source2GameClients001: usize = 0x13B0350;
|
pub const Source2GameClients001: usize = 0x13B0340;
|
||||||
pub const Source2GameDirector001: usize = 0x14E4740;
|
pub const Source2GameDirector001: usize = 0x14E4700;
|
||||||
pub const Source2GameEntities001: usize = 0x13B4EB0;
|
pub const Source2GameEntities001: usize = 0x13B4EA0;
|
||||||
pub const Source2Server001: usize = 0x13B4D20;
|
pub const Source2Server001: usize = 0x13B4D10;
|
||||||
pub const Source2ServerConfig001: usize = 0x159F628;
|
pub const Source2ServerConfig001: usize = 0x159F5E8;
|
||||||
pub const customnavsystem001: usize = 0x12F8D58;
|
pub const customnavsystem001: usize = 0x12F8D58;
|
||||||
}
|
}
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: materialsystem2.dll
|
// Module: materialsystem2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: networksystem.dll
|
// Module: networksystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,26 +1,26 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x1A27E10;
|
public const nint dwCSGOInput = 0x1A28E30;
|
||||||
public const nint dwEntityList = 0x19BDD58;
|
public const nint dwEntityList = 0x19BEEB0;
|
||||||
public const nint dwGameEntitySystem = 0x1ADCB98;
|
public const nint dwGameEntitySystem = 0x1ADDBC8;
|
||||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x1510;
|
public const nint dwGameEntitySystem_highestEntityIndex = 0x1510;
|
||||||
public const nint dwGameRules = 0x1A1B648;
|
public const nint dwGameRules = 0x1A1C668;
|
||||||
public const nint dwGlobalVars = 0x1817638;
|
public const nint dwGlobalVars = 0x1818638;
|
||||||
public const nint dwGlowManager = 0x1A1AD30;
|
public const nint dwGlowManager = 0x1A1BD50;
|
||||||
public const nint dwLocalPlayerController = 0x1A0D988;
|
public const nint dwLocalPlayerController = 0x1A0E9A8;
|
||||||
public const nint dwLocalPlayerPawn = 0x1823A08;
|
public const nint dwLocalPlayerPawn = 0x1824A08;
|
||||||
public const nint dwPlantedC4 = 0x1A25188;
|
public const nint dwPlantedC4 = 0x1A261A8;
|
||||||
public const nint dwPrediction = 0x18238C0;
|
public const nint dwPrediction = 0x18248C0;
|
||||||
public const nint dwSensitivity = 0x1A1C318;
|
public const nint dwSensitivity = 0x1A1D338;
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x1A2D228;
|
public const nint dwViewAngles = 0x1A2E248;
|
||||||
public const nint dwViewMatrix = 0x1A1FCB0;
|
public const nint dwViewMatrix = 0x1A20CD0;
|
||||||
public const nint dwViewRender = 0x1A20448;
|
public const nint dwViewRender = 0x1A21468;
|
||||||
public const nint dwWeaponC4 = 0x19C1920;
|
public const nint dwWeaponC4 = 0x19C2940;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
public static class Engine2Dll {
|
public static class Engine2Dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x1A27E10;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x1A28E30;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x19BDD58;
|
constexpr std::ptrdiff_t dwEntityList = 0x19BEEB0;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADCB98;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1ADDBC8;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510;
|
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x1A1B648;
|
constexpr std::ptrdiff_t dwGameRules = 0x1A1C668;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1817638;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x1818638;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A1AD30;
|
constexpr std::ptrdiff_t dwGlowManager = 0x1A1BD50;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0D988;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A0E9A8;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1823A08;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x1824A08;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A25188;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A261A8;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x18238C0;
|
constexpr std::ptrdiff_t dwPrediction = 0x18248C0;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A1C318;
|
constexpr std::ptrdiff_t dwSensitivity = 0x1A1D338;
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A2D228;
|
constexpr std::ptrdiff_t dwViewAngles = 0x1A2E248;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A1FCB0;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x1A20CD0;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x1A20448;
|
constexpr std::ptrdiff_t dwViewRender = 0x1A21468;
|
||||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19C1920;
|
constexpr std::ptrdiff_t dwWeaponC4 = 0x19C2940;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 27426320,
|
"dwCSGOInput": 27430448,
|
||||||
"dwEntityList": 26991960,
|
"dwEntityList": 26996400,
|
||||||
"dwGameEntitySystem": 28167064,
|
"dwGameEntitySystem": 28171208,
|
||||||
"dwGameEntitySystem_highestEntityIndex": 5392,
|
"dwGameEntitySystem_highestEntityIndex": 5392,
|
||||||
"dwGameRules": 27375176,
|
"dwGameRules": 27379304,
|
||||||
"dwGlobalVars": 25261624,
|
"dwGlobalVars": 25265720,
|
||||||
"dwGlowManager": 27372848,
|
"dwGlowManager": 27376976,
|
||||||
"dwLocalPlayerController": 27318664,
|
"dwLocalPlayerController": 27322792,
|
||||||
"dwLocalPlayerPawn": 25311752,
|
"dwLocalPlayerPawn": 25315848,
|
||||||
"dwPlantedC4": 27414920,
|
"dwPlantedC4": 27419048,
|
||||||
"dwPrediction": 25311424,
|
"dwPrediction": 25315520,
|
||||||
"dwSensitivity": 27378456,
|
"dwSensitivity": 27382584,
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 27447848,
|
"dwViewAngles": 27451976,
|
||||||
"dwViewMatrix": 27393200,
|
"dwViewMatrix": 27397328,
|
||||||
"dwViewRender": 27395144,
|
"dwViewRender": 27399272,
|
||||||
"dwWeaponC4": 27007264
|
"dwWeaponC4": 27011392
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5437492,
|
"dwBuildNumber": 5437492,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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 = 0x1A27E10;
|
pub const dwCSGOInput: usize = 0x1A28E30;
|
||||||
pub const dwEntityList: usize = 0x19BDD58;
|
pub const dwEntityList: usize = 0x19BEEB0;
|
||||||
pub const dwGameEntitySystem: usize = 0x1ADCB98;
|
pub const dwGameEntitySystem: usize = 0x1ADDBC8;
|
||||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
|
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
|
||||||
pub const dwGameRules: usize = 0x1A1B648;
|
pub const dwGameRules: usize = 0x1A1C668;
|
||||||
pub const dwGlobalVars: usize = 0x1817638;
|
pub const dwGlobalVars: usize = 0x1818638;
|
||||||
pub const dwGlowManager: usize = 0x1A1AD30;
|
pub const dwGlowManager: usize = 0x1A1BD50;
|
||||||
pub const dwLocalPlayerController: usize = 0x1A0D988;
|
pub const dwLocalPlayerController: usize = 0x1A0E9A8;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x1823A08;
|
pub const dwLocalPlayerPawn: usize = 0x1824A08;
|
||||||
pub const dwPlantedC4: usize = 0x1A25188;
|
pub const dwPlantedC4: usize = 0x1A261A8;
|
||||||
pub const dwPrediction: usize = 0x18238C0;
|
pub const dwPrediction: usize = 0x18248C0;
|
||||||
pub const dwSensitivity: usize = 0x1A1C318;
|
pub const dwSensitivity: usize = 0x1A1D338;
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x1A2D228;
|
pub const dwViewAngles: usize = 0x1A2E248;
|
||||||
pub const dwViewMatrix: usize = 0x1A1FCB0;
|
pub const dwViewMatrix: usize = 0x1A20CD0;
|
||||||
pub const dwViewRender: usize = 0x1A20448;
|
pub const dwViewRender: usize = 0x1A21468;
|
||||||
pub const dwWeaponC4: usize = 0x19C1920;
|
pub const dwWeaponC4: usize = 0x19C2940;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
pub mod engine2_dll {
|
pub mod engine2_dll {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: panorama.dll
|
// Module: panorama.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: particles.dll
|
// Module: particles.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: pulse_system.dll
|
// Module: pulse_system.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: rendersystemdx11.dll
|
// Module: rendersystemdx11.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: resourcesystem.dll
|
// Module: resourcesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: scenesystem.dll
|
// Module: scenesystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: schemasystem.dll
|
// Module: schemasystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: server.dll
|
// Module: server.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: soundsystem.dll
|
// Module: soundsystem.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: vphysics2.dll
|
// Module: vphysics2.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Schemas {
|
namespace CS2Dumper.Schemas {
|
||||||
// Module: worldrenderer.dll
|
// Module: worldrenderer.dll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-07-12 02:07:06.756971700 UTC
|
// 2024-07-23 02:33:52.197332800 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)]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user