mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-24 19:25:34 +08:00
Game update (14005) (4)
This commit is contained in:
parent
90370a55e9
commit
256eaaa6c5
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 UTC
|
||||||
|
|
||||||
namespace CS2Dumper {
|
namespace CS2Dumper {
|
||||||
// Module: client.dll
|
// Module: client.dll
|
||||||
@ -11,14 +11,14 @@ namespace CS2Dumper {
|
|||||||
public const nint forward = 0x1736650;
|
public const nint forward = 0x1736650;
|
||||||
public const nint jump = 0x1736920;
|
public const nint jump = 0x1736920;
|
||||||
public const nint left = 0x1736770;
|
public const nint left = 0x1736770;
|
||||||
public const nint lookatweapon = 0x1932A40;
|
public const nint lookatweapon = 0x1932A30;
|
||||||
public const nint reload = 0x1736380;
|
public const nint reload = 0x1736380;
|
||||||
public const nint right = 0x1736800;
|
public const nint right = 0x1736800;
|
||||||
public const nint showscores = 0x1932920;
|
public const nint showscores = 0x1932910;
|
||||||
public const nint sprint = 0x17362F0;
|
public const nint sprint = 0x17362F0;
|
||||||
public const nint turnleft = 0x1736530;
|
public const nint turnleft = 0x1736530;
|
||||||
public const nint turnright = 0x17365C0;
|
public const nint turnright = 0x17365C0;
|
||||||
public const nint use = 0x1736890;
|
public const nint use = 0x1736890;
|
||||||
public const nint zoom = 0x19329B0;
|
public const nint zoom = 0x19329A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -15,14 +15,14 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t forward = 0x1736650;
|
constexpr std::ptrdiff_t forward = 0x1736650;
|
||||||
constexpr std::ptrdiff_t jump = 0x1736920;
|
constexpr std::ptrdiff_t jump = 0x1736920;
|
||||||
constexpr std::ptrdiff_t left = 0x1736770;
|
constexpr std::ptrdiff_t left = 0x1736770;
|
||||||
constexpr std::ptrdiff_t lookatweapon = 0x1932A40;
|
constexpr std::ptrdiff_t lookatweapon = 0x1932A30;
|
||||||
constexpr std::ptrdiff_t reload = 0x1736380;
|
constexpr std::ptrdiff_t reload = 0x1736380;
|
||||||
constexpr std::ptrdiff_t right = 0x1736800;
|
constexpr std::ptrdiff_t right = 0x1736800;
|
||||||
constexpr std::ptrdiff_t showscores = 0x1932920;
|
constexpr std::ptrdiff_t showscores = 0x1932910;
|
||||||
constexpr std::ptrdiff_t sprint = 0x17362F0;
|
constexpr std::ptrdiff_t sprint = 0x17362F0;
|
||||||
constexpr std::ptrdiff_t turnleft = 0x1736530;
|
constexpr std::ptrdiff_t turnleft = 0x1736530;
|
||||||
constexpr std::ptrdiff_t turnright = 0x17365C0;
|
constexpr std::ptrdiff_t turnright = 0x17365C0;
|
||||||
constexpr std::ptrdiff_t use = 0x1736890;
|
constexpr std::ptrdiff_t use = 0x1736890;
|
||||||
constexpr std::ptrdiff_t zoom = 0x19329B0;
|
constexpr std::ptrdiff_t zoom = 0x19329A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,14 +7,14 @@
|
|||||||
"forward": 24340048,
|
"forward": 24340048,
|
||||||
"jump": 24340768,
|
"jump": 24340768,
|
||||||
"left": 24340336,
|
"left": 24340336,
|
||||||
"lookatweapon": 26421824,
|
"lookatweapon": 26421808,
|
||||||
"reload": 24339328,
|
"reload": 24339328,
|
||||||
"right": 24340480,
|
"right": 24340480,
|
||||||
"showscores": 26421536,
|
"showscores": 26421520,
|
||||||
"sprint": 24339184,
|
"sprint": 24339184,
|
||||||
"turnleft": 24339760,
|
"turnleft": 24339760,
|
||||||
"turnright": 24339904,
|
"turnright": 24339904,
|
||||||
"use": 24340624,
|
"use": 24340624,
|
||||||
"zoom": 26421680
|
"zoom": 26421664
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -13,14 +13,14 @@ pub mod cs2_dumper {
|
|||||||
pub const forward: usize = 0x1736650;
|
pub const forward: usize = 0x1736650;
|
||||||
pub const jump: usize = 0x1736920;
|
pub const jump: usize = 0x1736920;
|
||||||
pub const left: usize = 0x1736770;
|
pub const left: usize = 0x1736770;
|
||||||
pub const lookatweapon: usize = 0x1932A40;
|
pub const lookatweapon: usize = 0x1932A30;
|
||||||
pub const reload: usize = 0x1736380;
|
pub const reload: usize = 0x1736380;
|
||||||
pub const right: usize = 0x1736800;
|
pub const right: usize = 0x1736800;
|
||||||
pub const showscores: usize = 0x1932920;
|
pub const showscores: usize = 0x1932910;
|
||||||
pub const sprint: usize = 0x17362F0;
|
pub const sprint: usize = 0x17362F0;
|
||||||
pub const turnleft: usize = 0x1736530;
|
pub const turnleft: usize = 0x1736530;
|
||||||
pub const turnright: usize = 0x17365C0;
|
pub const turnright: usize = 0x17365C0;
|
||||||
pub const r#use: usize = 0x1736890;
|
pub const r#use: usize = 0x1736890;
|
||||||
pub const zoom: usize = 0x19329B0;
|
pub const zoom: usize = 0x19329A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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": 14005,
|
"build_number": 14005,
|
||||||
"timestamp": "2024-05-02T01:10:14.014242300+00:00"
|
"timestamp": "2024-05-03T00:11:19.220511700+00:00"
|
||||||
}
|
}
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 UTC
|
||||||
|
|
||||||
namespace CS2Dumper.Interfaces {
|
namespace CS2Dumper.Interfaces {
|
||||||
// Module: animationsystem.dll
|
// Module: animationsystem.dll
|
||||||
@ -12,11 +12,11 @@ namespace CS2Dumper.Interfaces {
|
|||||||
public const nint ClientToolsInfo_001 = 0x735970;
|
public const nint ClientToolsInfo_001 = 0x735970;
|
||||||
public const nint EmptyWorldService001_Client = 0x482B50;
|
public const nint EmptyWorldService001_Client = 0x482B50;
|
||||||
public const nint GameClientExports001 = 0x735980;
|
public const nint GameClientExports001 = 0x735980;
|
||||||
public const nint LegacyGameUI001 = 0x8B3920;
|
public const nint LegacyGameUI001 = 0x8B3950;
|
||||||
public const nint Source2Client002 = 0x735990;
|
public const nint Source2Client002 = 0x735990;
|
||||||
public const nint Source2ClientConfig001 = 0x46DED0;
|
public const nint Source2ClientConfig001 = 0x46DED0;
|
||||||
public const nint Source2ClientPrediction001 = 0x7B2410;
|
public const nint Source2ClientPrediction001 = 0x7B2410;
|
||||||
public const nint Source2ClientUI001 = 0x8A2E60;
|
public const nint Source2ClientUI001 = 0x8A2E90;
|
||||||
}
|
}
|
||||||
// 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 UTC
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
@ -17,11 +17,11 @@ namespace cs2_dumper {
|
|||||||
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x735970;
|
constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x735970;
|
||||||
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x482B50;
|
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x482B50;
|
||||||
constexpr std::ptrdiff_t GameClientExports001 = 0x735980;
|
constexpr std::ptrdiff_t GameClientExports001 = 0x735980;
|
||||||
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B3920;
|
constexpr std::ptrdiff_t LegacyGameUI001 = 0x8B3950;
|
||||||
constexpr std::ptrdiff_t Source2Client002 = 0x735990;
|
constexpr std::ptrdiff_t Source2Client002 = 0x735990;
|
||||||
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46DED0;
|
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x46DED0;
|
||||||
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7B2410;
|
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x7B2410;
|
||||||
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8A2E60;
|
constexpr std::ptrdiff_t Source2ClientUI001 = 0x8A2E90;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
"ClientToolsInfo_001": 7559536,
|
"ClientToolsInfo_001": 7559536,
|
||||||
"EmptyWorldService001_Client": 4729680,
|
"EmptyWorldService001_Client": 4729680,
|
||||||
"GameClientExports001": 7559552,
|
"GameClientExports001": 7559552,
|
||||||
"LegacyGameUI001": 9124128,
|
"LegacyGameUI001": 9124176,
|
||||||
"Source2Client002": 7559568,
|
"Source2Client002": 7559568,
|
||||||
"Source2ClientConfig001": 4644560,
|
"Source2ClientConfig001": 4644560,
|
||||||
"Source2ClientPrediction001": 8070160,
|
"Source2ClientPrediction001": 8070160,
|
||||||
"Source2ClientUI001": 9055840
|
"Source2ClientUI001": 9055888
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"BenchmarkService001": 1544448,
|
"BenchmarkService001": 1544448,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 UTC
|
||||||
|
|
||||||
#![allow(non_upper_case_globals, unused)]
|
#![allow(non_upper_case_globals, unused)]
|
||||||
|
|
||||||
@ -15,11 +15,11 @@ pub mod cs2_dumper {
|
|||||||
pub const ClientToolsInfo_001: usize = 0x735970;
|
pub const ClientToolsInfo_001: usize = 0x735970;
|
||||||
pub const EmptyWorldService001_Client: usize = 0x482B50;
|
pub const EmptyWorldService001_Client: usize = 0x482B50;
|
||||||
pub const GameClientExports001: usize = 0x735980;
|
pub const GameClientExports001: usize = 0x735980;
|
||||||
pub const LegacyGameUI001: usize = 0x8B3920;
|
pub const LegacyGameUI001: usize = 0x8B3950;
|
||||||
pub const Source2Client002: usize = 0x735990;
|
pub const Source2Client002: usize = 0x735990;
|
||||||
pub const Source2ClientConfig001: usize = 0x46DED0;
|
pub const Source2ClientConfig001: usize = 0x46DED0;
|
||||||
pub const Source2ClientPrediction001: usize = 0x7B2410;
|
pub const Source2ClientPrediction001: usize = 0x7B2410;
|
||||||
pub const Source2ClientUI001: usize = 0x8A2E60;
|
pub const Source2ClientUI001: usize = 0x8A2E90;
|
||||||
}
|
}
|
||||||
// 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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 = 0x1932B20;
|
public const nint dwCSGOInput = 0x1932B10;
|
||||||
public const nint dwEntityList = 0x18C9E88;
|
public const nint dwEntityList = 0x18C9E78;
|
||||||
public const nint dwGameEntitySystem = 0x19E75D0;
|
public const nint dwGameEntitySystem = 0x19E75C0;
|
||||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
public const nint dwGameRules = 0x1926DE0;
|
public const nint dwGameRules = 0x1926DD0;
|
||||||
public const nint dwGlobalVars = 0x1730F20;
|
public const nint dwGlobalVars = 0x1730F20;
|
||||||
public const nint dwGlowManager = 0x1927200;
|
public const nint dwGlowManager = 0x19271F0;
|
||||||
public const nint dwLocalPlayerController = 0x1919598;
|
public const nint dwLocalPlayerController = 0x1919588;
|
||||||
public const nint dwLocalPlayerPawn = 0x173D5A8;
|
public const nint dwLocalPlayerPawn = 0x173D5A8;
|
||||||
public const nint dwPlantedC4 = 0x192FFC8;
|
public const nint dwPlantedC4 = 0x192FFB8;
|
||||||
public const nint dwPrediction = 0x173D470;
|
public const nint dwPrediction = 0x173D470;
|
||||||
public const nint dwSensitivity = 0x1927B28;
|
public const nint dwSensitivity = 0x1927B18;
|
||||||
public const nint dwSensitivity_sensitivity = 0x40;
|
public const nint dwSensitivity_sensitivity = 0x40;
|
||||||
public const nint dwViewAngles = 0x1937EB0;
|
public const nint dwViewAngles = 0x1937EA0;
|
||||||
public const nint dwViewMatrix = 0x192B320;
|
public const nint dwViewMatrix = 0x192B310;
|
||||||
public const nint dwViewRender = 0x192BB20;
|
public const nint dwViewRender = 0x192BB10;
|
||||||
public const nint dwWeaponC4 = 0x18CD2E0;
|
public const nint dwWeaponC4 = 0x18CD2D0;
|
||||||
}
|
}
|
||||||
// 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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 = 0x1932B20;
|
constexpr std::ptrdiff_t dwCSGOInput = 0x1932B10;
|
||||||
constexpr std::ptrdiff_t dwEntityList = 0x18C9E88;
|
constexpr std::ptrdiff_t dwEntityList = 0x18C9E78;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E75D0;
|
constexpr std::ptrdiff_t dwGameEntitySystem = 0x19E75C0;
|
||||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1510;
|
||||||
constexpr std::ptrdiff_t dwGameRules = 0x1926DE0;
|
constexpr std::ptrdiff_t dwGameRules = 0x1926DD0;
|
||||||
constexpr std::ptrdiff_t dwGlobalVars = 0x1730F20;
|
constexpr std::ptrdiff_t dwGlobalVars = 0x1730F20;
|
||||||
constexpr std::ptrdiff_t dwGlowManager = 0x1927200;
|
constexpr std::ptrdiff_t dwGlowManager = 0x19271F0;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1919598;
|
constexpr std::ptrdiff_t dwLocalPlayerController = 0x1919588;
|
||||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173D5A8;
|
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x173D5A8;
|
||||||
constexpr std::ptrdiff_t dwPlantedC4 = 0x192FFC8;
|
constexpr std::ptrdiff_t dwPlantedC4 = 0x192FFB8;
|
||||||
constexpr std::ptrdiff_t dwPrediction = 0x173D470;
|
constexpr std::ptrdiff_t dwPrediction = 0x173D470;
|
||||||
constexpr std::ptrdiff_t dwSensitivity = 0x1927B28;
|
constexpr std::ptrdiff_t dwSensitivity = 0x1927B18;
|
||||||
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
|
||||||
constexpr std::ptrdiff_t dwViewAngles = 0x1937EB0;
|
constexpr std::ptrdiff_t dwViewAngles = 0x1937EA0;
|
||||||
constexpr std::ptrdiff_t dwViewMatrix = 0x192B320;
|
constexpr std::ptrdiff_t dwViewMatrix = 0x192B310;
|
||||||
constexpr std::ptrdiff_t dwViewRender = 0x192BB20;
|
constexpr std::ptrdiff_t dwViewRender = 0x192BB10;
|
||||||
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CD2E0;
|
constexpr std::ptrdiff_t dwWeaponC4 = 0x18CD2D0;
|
||||||
}
|
}
|
||||||
// Module: engine2.dll
|
// Module: engine2.dll
|
||||||
namespace engine2_dll {
|
namespace engine2_dll {
|
||||||
|
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"client.dll": {
|
"client.dll": {
|
||||||
"dwCSGOInput": 26422048,
|
"dwCSGOInput": 26422032,
|
||||||
"dwEntityList": 25992840,
|
"dwEntityList": 25992824,
|
||||||
"dwGameEntitySystem": 27162064,
|
"dwGameEntitySystem": 27162048,
|
||||||
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
"dwGameEntitySystem_getHighestEntityIndex": 5392,
|
||||||
"dwGameRules": 26373600,
|
"dwGameRules": 26373584,
|
||||||
"dwGlobalVars": 24317728,
|
"dwGlobalVars": 24317728,
|
||||||
"dwGlowManager": 26374656,
|
"dwGlowManager": 26374640,
|
||||||
"dwLocalPlayerController": 26318232,
|
"dwLocalPlayerController": 26318216,
|
||||||
"dwLocalPlayerPawn": 24368552,
|
"dwLocalPlayerPawn": 24368552,
|
||||||
"dwPlantedC4": 26410952,
|
"dwPlantedC4": 26410936,
|
||||||
"dwPrediction": 24368240,
|
"dwPrediction": 24368240,
|
||||||
"dwSensitivity": 26377000,
|
"dwSensitivity": 26376984,
|
||||||
"dwSensitivity_sensitivity": 64,
|
"dwSensitivity_sensitivity": 64,
|
||||||
"dwViewAngles": 26443440,
|
"dwViewAngles": 26443424,
|
||||||
"dwViewMatrix": 26391328,
|
"dwViewMatrix": 26391312,
|
||||||
"dwViewRender": 26393376,
|
"dwViewRender": 26393360,
|
||||||
"dwWeaponC4": 26006240
|
"dwWeaponC4": 26006224
|
||||||
},
|
},
|
||||||
"engine2.dll": {
|
"engine2.dll": {
|
||||||
"dwBuildNumber": 5343076,
|
"dwBuildNumber": 5343076,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Generated using https://github.com/a2x/cs2-dumper
|
// Generated using https://github.com/a2x/cs2-dumper
|
||||||
// 2024-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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 = 0x1932B20;
|
pub const dwCSGOInput: usize = 0x1932B10;
|
||||||
pub const dwEntityList: usize = 0x18C9E88;
|
pub const dwEntityList: usize = 0x18C9E78;
|
||||||
pub const dwGameEntitySystem: usize = 0x19E75D0;
|
pub const dwGameEntitySystem: usize = 0x19E75C0;
|
||||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1510;
|
||||||
pub const dwGameRules: usize = 0x1926DE0;
|
pub const dwGameRules: usize = 0x1926DD0;
|
||||||
pub const dwGlobalVars: usize = 0x1730F20;
|
pub const dwGlobalVars: usize = 0x1730F20;
|
||||||
pub const dwGlowManager: usize = 0x1927200;
|
pub const dwGlowManager: usize = 0x19271F0;
|
||||||
pub const dwLocalPlayerController: usize = 0x1919598;
|
pub const dwLocalPlayerController: usize = 0x1919588;
|
||||||
pub const dwLocalPlayerPawn: usize = 0x173D5A8;
|
pub const dwLocalPlayerPawn: usize = 0x173D5A8;
|
||||||
pub const dwPlantedC4: usize = 0x192FFC8;
|
pub const dwPlantedC4: usize = 0x192FFB8;
|
||||||
pub const dwPrediction: usize = 0x173D470;
|
pub const dwPrediction: usize = 0x173D470;
|
||||||
pub const dwSensitivity: usize = 0x1927B28;
|
pub const dwSensitivity: usize = 0x1927B18;
|
||||||
pub const dwSensitivity_sensitivity: usize = 0x40;
|
pub const dwSensitivity_sensitivity: usize = 0x40;
|
||||||
pub const dwViewAngles: usize = 0x1937EB0;
|
pub const dwViewAngles: usize = 0x1937EA0;
|
||||||
pub const dwViewMatrix: usize = 0x192B320;
|
pub const dwViewMatrix: usize = 0x192B310;
|
||||||
pub const dwViewRender: usize = 0x192BB20;
|
pub const dwViewRender: usize = 0x192BB10;
|
||||||
pub const dwWeaponC4: usize = 0x18CD2E0;
|
pub const dwWeaponC4: usize = 0x18CD2D0;
|
||||||
}
|
}
|
||||||
// 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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-05-02 01:10:14.014242300 UTC
|
// 2024-05-03 00:11:19.220511700 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