mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-05-30 16:55:35 +08:00
commit
eda4202248
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: animationsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,24 +1,24 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x18448F0;
|
||||
public const nint attack2 = 0x1844980;
|
||||
public const nint back = 0x1844BC0;
|
||||
public const nint duck = 0x1844E90;
|
||||
public const nint forward = 0x1844B30;
|
||||
public const nint jump = 0x1844E00;
|
||||
public const nint left = 0x1844C50;
|
||||
public const nint lookatweapon = 0x1A6AE20;
|
||||
public const nint reload = 0x1844860;
|
||||
public const nint right = 0x1844CE0;
|
||||
public const nint showscores = 0x1A6AD00;
|
||||
public const nint sprint = 0x18447D0;
|
||||
public const nint turnleft = 0x1844A10;
|
||||
public const nint turnright = 0x1844AA0;
|
||||
public const nint use = 0x1844D70;
|
||||
public const nint zoom = 0x1A6AD90;
|
||||
public const nint attack = 0x184B8F0;
|
||||
public const nint attack2 = 0x184B980;
|
||||
public const nint back = 0x184BBC0;
|
||||
public const nint duck = 0x184BE90;
|
||||
public const nint forward = 0x184BB30;
|
||||
public const nint jump = 0x184BE00;
|
||||
public const nint left = 0x184BC50;
|
||||
public const nint lookatweapon = 0x1A71EE0;
|
||||
public const nint reload = 0x184B860;
|
||||
public const nint right = 0x184BCE0;
|
||||
public const nint showscores = 0x1A71DC0;
|
||||
public const nint sprint = 0x184B7D0;
|
||||
public const nint turnleft = 0x184BA10;
|
||||
public const nint turnright = 0x184BAA0;
|
||||
public const nint use = 0x184BD70;
|
||||
public const nint zoom = 0x1A71E50;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -8,21 +8,21 @@
|
||||
namespace cs2_dumper {
|
||||
// Module: client.dll
|
||||
namespace buttons {
|
||||
constexpr std::ptrdiff_t attack = 0x18448F0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x1844980;
|
||||
constexpr std::ptrdiff_t back = 0x1844BC0;
|
||||
constexpr std::ptrdiff_t duck = 0x1844E90;
|
||||
constexpr std::ptrdiff_t forward = 0x1844B30;
|
||||
constexpr std::ptrdiff_t jump = 0x1844E00;
|
||||
constexpr std::ptrdiff_t left = 0x1844C50;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A6AE20;
|
||||
constexpr std::ptrdiff_t reload = 0x1844860;
|
||||
constexpr std::ptrdiff_t right = 0x1844CE0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A6AD00;
|
||||
constexpr std::ptrdiff_t sprint = 0x18447D0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x1844A10;
|
||||
constexpr std::ptrdiff_t turnright = 0x1844AA0;
|
||||
constexpr std::ptrdiff_t use = 0x1844D70;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A6AD90;
|
||||
constexpr std::ptrdiff_t attack = 0x184B8F0;
|
||||
constexpr std::ptrdiff_t attack2 = 0x184B980;
|
||||
constexpr std::ptrdiff_t back = 0x184BBC0;
|
||||
constexpr std::ptrdiff_t duck = 0x184BE90;
|
||||
constexpr std::ptrdiff_t forward = 0x184BB30;
|
||||
constexpr std::ptrdiff_t jump = 0x184BE00;
|
||||
constexpr std::ptrdiff_t left = 0x184BC50;
|
||||
constexpr std::ptrdiff_t lookatweapon = 0x1A71EE0;
|
||||
constexpr std::ptrdiff_t reload = 0x184B860;
|
||||
constexpr std::ptrdiff_t right = 0x184BCE0;
|
||||
constexpr std::ptrdiff_t showscores = 0x1A71DC0;
|
||||
constexpr std::ptrdiff_t sprint = 0x184B7D0;
|
||||
constexpr std::ptrdiff_t turnleft = 0x184BA10;
|
||||
constexpr std::ptrdiff_t turnright = 0x184BAA0;
|
||||
constexpr std::ptrdiff_t use = 0x184BD70;
|
||||
constexpr std::ptrdiff_t zoom = 0x1A71E50;
|
||||
}
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"attack": 25446640,
|
||||
"attack2": 25446784,
|
||||
"back": 25447360,
|
||||
"duck": 25448080,
|
||||
"forward": 25447216,
|
||||
"jump": 25447936,
|
||||
"left": 25447504,
|
||||
"lookatweapon": 27700768,
|
||||
"reload": 25446496,
|
||||
"right": 25447648,
|
||||
"showscores": 27700480,
|
||||
"sprint": 25446352,
|
||||
"turnleft": 25446928,
|
||||
"turnright": 25447072,
|
||||
"use": 25447792,
|
||||
"zoom": 27700624
|
||||
"attack": 25475312,
|
||||
"attack2": 25475456,
|
||||
"back": 25476032,
|
||||
"duck": 25476752,
|
||||
"forward": 25475888,
|
||||
"jump": 25476608,
|
||||
"left": 25476176,
|
||||
"lookatweapon": 27729632,
|
||||
"reload": 25475168,
|
||||
"right": 25476320,
|
||||
"showscores": 27729344,
|
||||
"sprint": 25475024,
|
||||
"turnleft": 25475600,
|
||||
"turnright": 25475744,
|
||||
"use": 25476464,
|
||||
"zoom": 27729488
|
||||
}
|
||||
}
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
pub mod cs2_dumper {
|
||||
// Module: client.dll
|
||||
pub mod buttons {
|
||||
pub const attack: usize = 0x18448F0;
|
||||
pub const attack2: usize = 0x1844980;
|
||||
pub const back: usize = 0x1844BC0;
|
||||
pub const duck: usize = 0x1844E90;
|
||||
pub const forward: usize = 0x1844B30;
|
||||
pub const jump: usize = 0x1844E00;
|
||||
pub const left: usize = 0x1844C50;
|
||||
pub const lookatweapon: usize = 0x1A6AE20;
|
||||
pub const reload: usize = 0x1844860;
|
||||
pub const right: usize = 0x1844CE0;
|
||||
pub const showscores: usize = 0x1A6AD00;
|
||||
pub const sprint: usize = 0x18447D0;
|
||||
pub const turnleft: usize = 0x1844A10;
|
||||
pub const turnright: usize = 0x1844AA0;
|
||||
pub const r#use: usize = 0x1844D70;
|
||||
pub const zoom: usize = 0x1A6AD90;
|
||||
pub const attack: usize = 0x184B8F0;
|
||||
pub const attack2: usize = 0x184B980;
|
||||
pub const back: usize = 0x184BBC0;
|
||||
pub const duck: usize = 0x184BE90;
|
||||
pub const forward: usize = 0x184BB30;
|
||||
pub const jump: usize = 0x184BE00;
|
||||
pub const left: usize = 0x184BC50;
|
||||
pub const lookatweapon: usize = 0x1A71EE0;
|
||||
pub const reload: usize = 0x184B860;
|
||||
pub const right: usize = 0x184BCE0;
|
||||
pub const showscores: usize = 0x1A71DC0;
|
||||
pub const sprint: usize = 0x184B7D0;
|
||||
pub const turnleft: usize = 0x184BA10;
|
||||
pub const turnright: usize = 0x184BAA0;
|
||||
pub const r#use: usize = 0x184BD70;
|
||||
pub const zoom: usize = 0x1A71E50;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: client.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: engine2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: host.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{
|
||||
"build_number": 14081,
|
||||
"timestamp": "2025-05-21T23:01:00.983039800+00:00"
|
||||
"build_number": 14082,
|
||||
"timestamp": "2025-05-23T00:22:21.575826800+00:00"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 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 = 0x1843EE0;
|
||||
public const nint EmptyWorldService001_Client = 0x1800070;
|
||||
public const nint GameClientExports001 = 0x1840B98;
|
||||
public const nint LegacyGameUI001 = 0x18611D0;
|
||||
public const nint Source2Client002 = 0x1A5A570;
|
||||
public const nint Source2ClientConfig001 = 0x19F2FA0;
|
||||
public const nint Source2ClientPrediction001 = 0x184BF50;
|
||||
public const nint Source2ClientUI001 = 0x185F700;
|
||||
public const nint ClientToolsInfo_001 = 0x184AEE0;
|
||||
public const nint EmptyWorldService001_Client = 0x18070C0;
|
||||
public const nint GameClientExports001 = 0x1847B98;
|
||||
public const nint LegacyGameUI001 = 0x18681D0;
|
||||
public const nint Source2Client002 = 0x1A61620;
|
||||
public const nint Source2ClientConfig001 = 0x19FA080;
|
||||
public const nint Source2ClientPrediction001 = 0x1852F50;
|
||||
public const nint Source2ClientUI001 = 0x1866700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
|
||||
}
|
||||
// Module: server.dll
|
||||
public static class ServerDll {
|
||||
public const nint EmptyWorldService001_Server = 0x136BD80;
|
||||
public const nint EntitySubclassUtilsV001 = 0x131C3D0;
|
||||
public const nint NavGameTest001 = 0x140AE58;
|
||||
public const nint ServerToolsInfo_001 = 0x13C07C8;
|
||||
public const nint Source2GameClients001 = 0x13BA690;
|
||||
public const nint Source2GameDirector001 = 0x14EE6A0;
|
||||
public const nint Source2GameEntities001 = 0x13C06F0;
|
||||
public const nint Source2Server001 = 0x13C0560;
|
||||
public const nint Source2ServerConfig001 = 0x15B9178;
|
||||
public const nint customnavsystem001 = 0x1300B48;
|
||||
public const nint EmptyWorldService001_Server = 0x1370D70;
|
||||
public const nint EntitySubclassUtilsV001 = 0x13213B0;
|
||||
public const nint NavGameTest001 = 0x140FE58;
|
||||
public const nint ServerToolsInfo_001 = 0x13C5798;
|
||||
public const nint Source2GameClients001 = 0x13BF660;
|
||||
public const nint Source2GameDirector001 = 0x14F3700;
|
||||
public const nint Source2GameEntities001 = 0x13C56C0;
|
||||
public const nint Source2Server001 = 0x13C5530;
|
||||
public const nint Source2ServerConfig001 = 0x15BE088;
|
||||
public const nint customnavsystem001 = 0x1305B38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
public static class SoundsystemDll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -14,14 +14,14 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x1843EE0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1800070;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1840B98;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18611D0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A5A570;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19F2FA0;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x184BF50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x185F700;
|
||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x184AEE0;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x18070C0;
|
||||
constexpr std::ptrdiff_t GameClientExports001 = 0x1847B98;
|
||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x18681D0;
|
||||
constexpr std::ptrdiff_t Source2Client002 = 0x1A61620;
|
||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19FA080;
|
||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x1852F50;
|
||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x1866700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
@ -162,16 +162,16 @@ namespace cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
namespace server_dll {
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x136BD80;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x131C3D0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140AE58;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C07C8;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BA690;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14EE6A0;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C06F0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C0560;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15B9178;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1300B48;
|
||||
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x1370D70;
|
||||
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x13213B0;
|
||||
constexpr std::ptrdiff_t NavGameTest001 = 0x140FE58;
|
||||
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x13C5798;
|
||||
constexpr std::ptrdiff_t Source2GameClients001 = 0x13BF660;
|
||||
constexpr std::ptrdiff_t Source2GameDirector001 = 0x14F3700;
|
||||
constexpr std::ptrdiff_t Source2GameEntities001 = 0x13C56C0;
|
||||
constexpr std::ptrdiff_t Source2Server001 = 0x13C5530;
|
||||
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x15BE088;
|
||||
constexpr std::ptrdiff_t customnavsystem001 = 0x1305B38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
namespace soundsystem_dll {
|
||||
|
@ -4,14 +4,14 @@
|
||||
"AnimationSystem_001": 6323504
|
||||
},
|
||||
"client.dll": {
|
||||
"ClientToolsInfo_001": 25444064,
|
||||
"EmptyWorldService001_Client": 25165936,
|
||||
"GameClientExports001": 25430936,
|
||||
"LegacyGameUI001": 25563600,
|
||||
"Source2Client002": 27633008,
|
||||
"Source2ClientConfig001": 27209632,
|
||||
"Source2ClientPrediction001": 25476944,
|
||||
"Source2ClientUI001": 25556736
|
||||
"ClientToolsInfo_001": 25472736,
|
||||
"EmptyWorldService001_Client": 25194688,
|
||||
"GameClientExports001": 25459608,
|
||||
"LegacyGameUI001": 25592272,
|
||||
"Source2Client002": 27661856,
|
||||
"Source2ClientConfig001": 27238528,
|
||||
"Source2ClientPrediction001": 25505616,
|
||||
"Source2ClientUI001": 25585408
|
||||
},
|
||||
"engine2.dll": {
|
||||
"BenchmarkService001": 5537072,
|
||||
@ -130,16 +130,16 @@
|
||||
"SchemaSystem_001": 399072
|
||||
},
|
||||
"server.dll": {
|
||||
"EmptyWorldService001_Server": 20364672,
|
||||
"EntitySubclassUtilsV001": 20038608,
|
||||
"NavGameTest001": 21016152,
|
||||
"ServerToolsInfo_001": 20711368,
|
||||
"Source2GameClients001": 20686480,
|
||||
"Source2GameDirector001": 21948064,
|
||||
"Source2GameEntities001": 20711152,
|
||||
"Source2Server001": 20710752,
|
||||
"Source2ServerConfig001": 22778232,
|
||||
"customnavsystem001": 19925832
|
||||
"EmptyWorldService001_Server": 20385136,
|
||||
"EntitySubclassUtilsV001": 20059056,
|
||||
"NavGameTest001": 21036632,
|
||||
"ServerToolsInfo_001": 20731800,
|
||||
"Source2GameClients001": 20706912,
|
||||
"Source2GameDirector001": 21968640,
|
||||
"Source2GameEntities001": 20731584,
|
||||
"Source2Server001": 20731184,
|
||||
"Source2ServerConfig001": 22798472,
|
||||
"customnavsystem001": 19946296
|
||||
},
|
||||
"soundsystem.dll": {
|
||||
"SoundOpSystem001": 3808336,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 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 = 0x1843EE0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x1800070;
|
||||
pub const GameClientExports001: usize = 0x1840B98;
|
||||
pub const LegacyGameUI001: usize = 0x18611D0;
|
||||
pub const Source2Client002: usize = 0x1A5A570;
|
||||
pub const Source2ClientConfig001: usize = 0x19F2FA0;
|
||||
pub const Source2ClientPrediction001: usize = 0x184BF50;
|
||||
pub const Source2ClientUI001: usize = 0x185F700;
|
||||
pub const ClientToolsInfo_001: usize = 0x184AEE0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x18070C0;
|
||||
pub const GameClientExports001: usize = 0x1847B98;
|
||||
pub const LegacyGameUI001: usize = 0x18681D0;
|
||||
pub const Source2Client002: usize = 0x1A61620;
|
||||
pub const Source2ClientConfig001: usize = 0x19FA080;
|
||||
pub const Source2ClientPrediction001: usize = 0x1852F50;
|
||||
pub const Source2ClientUI001: usize = 0x1866700;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
@ -160,16 +160,16 @@ pub mod cs2_dumper {
|
||||
}
|
||||
// Module: server.dll
|
||||
pub mod server_dll {
|
||||
pub const EmptyWorldService001_Server: usize = 0x136BD80;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x131C3D0;
|
||||
pub const NavGameTest001: usize = 0x140AE58;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C07C8;
|
||||
pub const Source2GameClients001: usize = 0x13BA690;
|
||||
pub const Source2GameDirector001: usize = 0x14EE6A0;
|
||||
pub const Source2GameEntities001: usize = 0x13C06F0;
|
||||
pub const Source2Server001: usize = 0x13C0560;
|
||||
pub const Source2ServerConfig001: usize = 0x15B9178;
|
||||
pub const customnavsystem001: usize = 0x1300B48;
|
||||
pub const EmptyWorldService001_Server: usize = 0x1370D70;
|
||||
pub const EntitySubclassUtilsV001: usize = 0x13213B0;
|
||||
pub const NavGameTest001: usize = 0x140FE58;
|
||||
pub const ServerToolsInfo_001: usize = 0x13C5798;
|
||||
pub const Source2GameClients001: usize = 0x13BF660;
|
||||
pub const Source2GameDirector001: usize = 0x14F3700;
|
||||
pub const Source2GameEntities001: usize = 0x13C56C0;
|
||||
pub const Source2Server001: usize = 0x13C5530;
|
||||
pub const Source2ServerConfig001: usize = 0x15BE088;
|
||||
pub const customnavsystem001: usize = 0x1305B38;
|
||||
}
|
||||
// Module: soundsystem.dll
|
||||
pub mod soundsystem_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: materialsystem2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: networksystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,26 +1,26 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Offsets {
|
||||
// Module: client.dll
|
||||
public static class ClientDll {
|
||||
public const nint dwCSGOInput = 0x1A6AF00;
|
||||
public const nint dwEntityList = 0x19F7F00;
|
||||
public const nint dwGameEntitySystem = 0x1B1B738;
|
||||
public const nint dwCSGOInput = 0x1A71FC0;
|
||||
public const nint dwEntityList = 0x19FEE38;
|
||||
public const nint dwGameEntitySystem = 0x1B22848;
|
||||
public const nint dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
public const nint dwGameRules = 0x1A5C7E8;
|
||||
public const nint dwGlobalVars = 0x1840148;
|
||||
public const nint dwGlowManager = 0x1A5BF30;
|
||||
public const nint dwLocalPlayerController = 0x1A469E0;
|
||||
public const nint dwLocalPlayerPawn = 0x184C0D0;
|
||||
public const nint dwPlantedC4 = 0x1A670C8;
|
||||
public const nint dwPrediction = 0x184BF50;
|
||||
public const nint dwSensitivity = 0x1A5D508;
|
||||
public const nint dwGameRules = 0x1A638A8;
|
||||
public const nint dwGlobalVars = 0x1846EB0;
|
||||
public const nint dwGlowManager = 0x1A62FE0;
|
||||
public const nint dwLocalPlayerController = 0x1A4D840;
|
||||
public const nint dwLocalPlayerPawn = 0x18530D0;
|
||||
public const nint dwPlantedC4 = 0x1A6D068;
|
||||
public const nint dwPrediction = 0x1852F50;
|
||||
public const nint dwSensitivity = 0x1A645C8;
|
||||
public const nint dwSensitivity_sensitivity = 0x40;
|
||||
public const nint dwViewAngles = 0x1A6B2D0;
|
||||
public const nint dwViewMatrix = 0x1A60EE0;
|
||||
public const nint dwViewRender = 0x1A61998;
|
||||
public const nint dwWeaponC4 = 0x19FA260;
|
||||
public const nint dwViewAngles = 0x1A72390;
|
||||
public const nint dwViewMatrix = 0x1A67FA0;
|
||||
public const nint dwViewRender = 0x1A688F0;
|
||||
public const nint dwWeaponC4 = 0x1A01320;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
public static class Engine2Dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
@ -9,23 +9,23 @@ namespace cs2_dumper {
|
||||
namespace offsets {
|
||||
// Module: client.dll
|
||||
namespace client_dll {
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A6AF00;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19F7F00;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B1B738;
|
||||
constexpr std::ptrdiff_t dwCSGOInput = 0x1A71FC0;
|
||||
constexpr std::ptrdiff_t dwEntityList = 0x19FEE38;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1B22848;
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x20F0;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A5C7E8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1840148;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A5BF30;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A469E0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x184C0D0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A670C8;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x184BF50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A5D508;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x1A638A8;
|
||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1846EB0;
|
||||
constexpr std::ptrdiff_t dwGlowManager = 0x1A62FE0;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1A4D840;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x18530D0;
|
||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x1A6D068;
|
||||
constexpr std::ptrdiff_t dwPrediction = 0x1852F50;
|
||||
constexpr std::ptrdiff_t dwSensitivity = 0x1A645C8;
|
||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A6B2D0;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A60EE0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A61998;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x19FA260;
|
||||
constexpr std::ptrdiff_t dwViewAngles = 0x1A72390;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x1A67FA0;
|
||||
constexpr std::ptrdiff_t dwViewRender = 0x1A688F0;
|
||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x1A01320;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
namespace engine2_dll {
|
||||
|
@ -1,22 +1,22 @@
|
||||
{
|
||||
"client.dll": {
|
||||
"dwCSGOInput": 27700992,
|
||||
"dwEntityList": 27229952,
|
||||
"dwGameEntitySystem": 28423992,
|
||||
"dwCSGOInput": 27729856,
|
||||
"dwEntityList": 27258424,
|
||||
"dwGameEntitySystem": 28452936,
|
||||
"dwGameEntitySystem_highestEntityIndex": 8432,
|
||||
"dwGameRules": 27641832,
|
||||
"dwGlobalVars": 25428296,
|
||||
"dwGlowManager": 27639600,
|
||||
"dwLocalPlayerController": 27552224,
|
||||
"dwLocalPlayerPawn": 25477328,
|
||||
"dwPlantedC4": 27685064,
|
||||
"dwPrediction": 25476944,
|
||||
"dwSensitivity": 27645192,
|
||||
"dwGameRules": 27670696,
|
||||
"dwGlobalVars": 25456304,
|
||||
"dwGlowManager": 27668448,
|
||||
"dwLocalPlayerController": 27580480,
|
||||
"dwLocalPlayerPawn": 25506000,
|
||||
"dwPlantedC4": 27709544,
|
||||
"dwPrediction": 25505616,
|
||||
"dwSensitivity": 27674056,
|
||||
"dwSensitivity_sensitivity": 64,
|
||||
"dwViewAngles": 27701968,
|
||||
"dwViewMatrix": 27660000,
|
||||
"dwViewRender": 27662744,
|
||||
"dwWeaponC4": 27239008
|
||||
"dwViewAngles": 27730832,
|
||||
"dwViewMatrix": 27688864,
|
||||
"dwViewRender": 27691248,
|
||||
"dwWeaponC4": 27267872
|
||||
},
|
||||
"engine2.dll": {
|
||||
"dwBuildNumber": 5512164,
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, unused)]
|
||||
|
||||
@ -7,23 +7,23 @@ pub mod cs2_dumper {
|
||||
pub mod offsets {
|
||||
// Module: client.dll
|
||||
pub mod client_dll {
|
||||
pub const dwCSGOInput: usize = 0x1A6AF00;
|
||||
pub const dwEntityList: usize = 0x19F7F00;
|
||||
pub const dwGameEntitySystem: usize = 0x1B1B738;
|
||||
pub const dwCSGOInput: usize = 0x1A71FC0;
|
||||
pub const dwEntityList: usize = 0x19FEE38;
|
||||
pub const dwGameEntitySystem: usize = 0x1B22848;
|
||||
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x20F0;
|
||||
pub const dwGameRules: usize = 0x1A5C7E8;
|
||||
pub const dwGlobalVars: usize = 0x1840148;
|
||||
pub const dwGlowManager: usize = 0x1A5BF30;
|
||||
pub const dwLocalPlayerController: usize = 0x1A469E0;
|
||||
pub const dwLocalPlayerPawn: usize = 0x184C0D0;
|
||||
pub const dwPlantedC4: usize = 0x1A670C8;
|
||||
pub const dwPrediction: usize = 0x184BF50;
|
||||
pub const dwSensitivity: usize = 0x1A5D508;
|
||||
pub const dwGameRules: usize = 0x1A638A8;
|
||||
pub const dwGlobalVars: usize = 0x1846EB0;
|
||||
pub const dwGlowManager: usize = 0x1A62FE0;
|
||||
pub const dwLocalPlayerController: usize = 0x1A4D840;
|
||||
pub const dwLocalPlayerPawn: usize = 0x18530D0;
|
||||
pub const dwPlantedC4: usize = 0x1A6D068;
|
||||
pub const dwPrediction: usize = 0x1852F50;
|
||||
pub const dwSensitivity: usize = 0x1A645C8;
|
||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||
pub const dwViewAngles: usize = 0x1A6B2D0;
|
||||
pub const dwViewMatrix: usize = 0x1A60EE0;
|
||||
pub const dwViewRender: usize = 0x1A61998;
|
||||
pub const dwWeaponC4: usize = 0x19FA260;
|
||||
pub const dwViewAngles: usize = 0x1A72390;
|
||||
pub const dwViewMatrix: usize = 0x1A67FA0;
|
||||
pub const dwViewRender: usize = 0x1A688F0;
|
||||
pub const dwWeaponC4: usize = 0x1A01320;
|
||||
}
|
||||
// Module: engine2.dll
|
||||
pub mod engine2_dll {
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: panorama.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: particles.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: pulse_system.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: rendersystemdx11.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: resourcesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: scenesystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: schemasystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: server.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: soundsystem.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: vphysics2.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
namespace CS2Dumper.Schemas {
|
||||
// Module: worldrenderer.dll
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-05-21 23:01:00.983039800 UTC
|
||||
// 2025-05-23 00:22:21.575826800 UTC
|
||||
|
||||
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user