Game update (14030)

This commit is contained in:
a2x 2024-09-04 09:42:09 +10:00
parent 5a172968f8
commit 827a70c876
65 changed files with 263 additions and 263 deletions

View File

@ -1,5 +1,5 @@
00:13:38 [INFO] found 16 buttons 04:32:44 [INFO] found 16 buttons
00:13:38 [INFO] found 132 interfaces across 35 modules 04:32:44 [INFO] found 132 interfaces across 35 modules
00:13:39 [INFO] found 33 offsets across 5 modules 04:32:45 [INFO] found 33 offsets across 5 modules
00:13:39 [INFO] found 2331 classes and 342 enums across 17 modules 04:32:45 [INFO] found 2331 classes and 342 enums across 17 modules
00:13:39 [INFO] analysis completed in 1.86s 04:32:45 [INFO] analysis completed in 1.18s

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: animationsystem.dll // Module: animationsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,24 +1,24 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper { namespace CS2Dumper {
// Module: client.dll // Module: client.dll
public static class Buttons { public static class Buttons {
public const nint attack = 0x17CC020; public const nint attack = 0x17BC020;
public const nint attack2 = 0x17CC0B0; public const nint attack2 = 0x17BC0B0;
public const nint back = 0x17CC2F0; public const nint back = 0x17BC2F0;
public const nint duck = 0x17CC5C0; public const nint duck = 0x17BC5C0;
public const nint forward = 0x17CC260; public const nint forward = 0x17BC260;
public const nint jump = 0x17CC530; public const nint jump = 0x17BC530;
public const nint left = 0x17CC380; public const nint left = 0x17BC380;
public const nint lookatweapon = 0x19D9CB0; public const nint lookatweapon = 0x19C8220;
public const nint reload = 0x17CBF90; public const nint reload = 0x17BBF90;
public const nint right = 0x17CC410; public const nint right = 0x17BC410;
public const nint showscores = 0x19D9B90; public const nint showscores = 0x19C8100;
public const nint sprint = 0x17CBF00; public const nint sprint = 0x17BBF00;
public const nint turnleft = 0x17CC140; public const nint turnleft = 0x17BC140;
public const nint turnright = 0x17CC1D0; public const nint turnright = 0x17BC1D0;
public const nint use = 0x17CC4A0; public const nint use = 0x17BC4A0;
public const nint zoom = 0x19D9C20; public const nint zoom = 0x19C8190;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x17CC020; constexpr std::ptrdiff_t attack = 0x17BC020;
constexpr std::ptrdiff_t attack2 = 0x17CC0B0; constexpr std::ptrdiff_t attack2 = 0x17BC0B0;
constexpr std::ptrdiff_t back = 0x17CC2F0; constexpr std::ptrdiff_t back = 0x17BC2F0;
constexpr std::ptrdiff_t duck = 0x17CC5C0; constexpr std::ptrdiff_t duck = 0x17BC5C0;
constexpr std::ptrdiff_t forward = 0x17CC260; constexpr std::ptrdiff_t forward = 0x17BC260;
constexpr std::ptrdiff_t jump = 0x17CC530; constexpr std::ptrdiff_t jump = 0x17BC530;
constexpr std::ptrdiff_t left = 0x17CC380; constexpr std::ptrdiff_t left = 0x17BC380;
constexpr std::ptrdiff_t lookatweapon = 0x19D9CB0; constexpr std::ptrdiff_t lookatweapon = 0x19C8220;
constexpr std::ptrdiff_t reload = 0x17CBF90; constexpr std::ptrdiff_t reload = 0x17BBF90;
constexpr std::ptrdiff_t right = 0x17CC410; constexpr std::ptrdiff_t right = 0x17BC410;
constexpr std::ptrdiff_t showscores = 0x19D9B90; constexpr std::ptrdiff_t showscores = 0x19C8100;
constexpr std::ptrdiff_t sprint = 0x17CBF00; constexpr std::ptrdiff_t sprint = 0x17BBF00;
constexpr std::ptrdiff_t turnleft = 0x17CC140; constexpr std::ptrdiff_t turnleft = 0x17BC140;
constexpr std::ptrdiff_t turnright = 0x17CC1D0; constexpr std::ptrdiff_t turnright = 0x17BC1D0;
constexpr std::ptrdiff_t use = 0x17CC4A0; constexpr std::ptrdiff_t use = 0x17BC4A0;
constexpr std::ptrdiff_t zoom = 0x19D9C20; constexpr std::ptrdiff_t zoom = 0x19C8190;
} }
} }

View File

@ -1,20 +1,20 @@
{ {
"client.dll": { "client.dll": {
"attack": 24952864, "attack": 24887328,
"attack2": 24953008, "attack2": 24887472,
"back": 24953584, "back": 24888048,
"duck": 24954304, "duck": 24888768,
"forward": 24953440, "forward": 24887904,
"jump": 24954160, "jump": 24888624,
"left": 24953728, "left": 24888192,
"lookatweapon": 27106480, "lookatweapon": 27034144,
"reload": 24952720, "reload": 24887184,
"right": 24953872, "right": 24888336,
"showscores": 27106192, "showscores": 27033856,
"sprint": 24952576, "sprint": 24887040,
"turnleft": 24953152, "turnleft": 24887616,
"turnright": 24953296, "turnright": 24887760,
"use": 24954016, "use": 24888480,
"zoom": 27106336 "zoom": 27034000
} }
} }

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x17CC020; pub const attack: usize = 0x17BC020;
pub const attack2: usize = 0x17CC0B0; pub const attack2: usize = 0x17BC0B0;
pub const back: usize = 0x17CC2F0; pub const back: usize = 0x17BC2F0;
pub const duck: usize = 0x17CC5C0; pub const duck: usize = 0x17BC5C0;
pub const forward: usize = 0x17CC260; pub const forward: usize = 0x17BC260;
pub const jump: usize = 0x17CC530; pub const jump: usize = 0x17BC530;
pub const left: usize = 0x17CC380; pub const left: usize = 0x17BC380;
pub const lookatweapon: usize = 0x19D9CB0; pub const lookatweapon: usize = 0x19C8220;
pub const reload: usize = 0x17CBF90; pub const reload: usize = 0x17BBF90;
pub const right: usize = 0x17CC410; pub const right: usize = 0x17BC410;
pub const showscores: usize = 0x19D9B90; pub const showscores: usize = 0x19C8100;
pub const sprint: usize = 0x17CBF00; pub const sprint: usize = 0x17BBF00;
pub const turnleft: usize = 0x17CC140; pub const turnleft: usize = 0x17BC140;
pub const turnright: usize = 0x17CC1D0; pub const turnright: usize = 0x17BC1D0;
pub const r#use: usize = 0x17CC4A0; pub const r#use: usize = 0x17BC4A0;
pub const zoom: usize = 0x19D9C20; pub const zoom: usize = 0x19C8190;
} }
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: client.dll // Module: client.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: engine2.dll // Module: engine2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: host.dll // Module: host.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,4 +1,4 @@
{ {
"build_number": 14029, "build_number": 14030,
"timestamp": "2024-08-22T00:13:39.639692900+00:00" "timestamp": "2024-09-03T23:41:14.067576500+00:00"
} }

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x17CB630; public const nint ClientToolsInfo_001 = 0x17BB630;
public const nint EmptyWorldService001_Client = 0x1788D70; public const nint EmptyWorldService001_Client = 0x1778D70;
public const nint GameClientExports001 = 0x17C82E8; public const nint GameClientExports001 = 0x17B82E8;
public const nint LegacyGameUI001 = 0x17E7DF0; public const nint LegacyGameUI001 = 0x17D7DD0;
public const nint Source2Client002 = 0x19C3E30; public const nint Source2Client002 = 0x19B23A0;
public const nint Source2ClientConfig001 = 0x19647D0; public const nint Source2ClientConfig001 = 0x1952D30;
public const nint Source2ClientPrediction001 = 0x17D3690; public const nint Source2ClientPrediction001 = 0x17C3690;
public const nint Source2ClientUI001 = 0x17E6870; public const nint Source2ClientUI001 = 0x17D6860;
} }
// Module: engine2.dll // Module: engine2.dll
public static class Engine2Dll { public static class Engine2Dll {
@ -157,16 +157,16 @@ namespace CS2Dumper.Interfaces {
} }
// Module: server.dll // Module: server.dll
public static class ServerDll { public static class ServerDll {
public const nint EmptyWorldService001_Server = 0x13176C0; public const nint EmptyWorldService001_Server = 0x13176A0;
public const nint EntitySubclassUtilsV001 = 0x12CA1F0; public const nint EntitySubclassUtilsV001 = 0x12CA1E0;
public const nint NavGameTest001 = 0x13B5768; public const nint NavGameTest001 = 0x13B5748;
public const nint ServerToolsInfo_001 = 0x136AEE8; public const nint ServerToolsInfo_001 = 0x136AEC8;
public const nint Source2GameClients001 = 0x13662C0; public const nint Source2GameClients001 = 0x13662A0;
public const nint Source2GameDirector001 = 0x1494B30; public const nint Source2GameDirector001 = 0x1494AD0;
public const nint Source2GameEntities001 = 0x136AE10; public const nint Source2GameEntities001 = 0x136ADF0;
public const nint Source2Server001 = 0x136AC80; public const nint Source2Server001 = 0x136AC60;
public const nint Source2ServerConfig001 = 0x154F958; public const nint Source2ServerConfig001 = 0x154F908;
public const nint customnavsystem001 = 0x12AFA78; public const nint customnavsystem001 = 0x12AFA68;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
public static class SoundsystemDll { public static class SoundsystemDll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x17CB630; constexpr std::ptrdiff_t ClientToolsInfo_001 = 0x17BB630;
constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1788D70; constexpr std::ptrdiff_t EmptyWorldService001_Client = 0x1778D70;
constexpr std::ptrdiff_t GameClientExports001 = 0x17C82E8; constexpr std::ptrdiff_t GameClientExports001 = 0x17B82E8;
constexpr std::ptrdiff_t LegacyGameUI001 = 0x17E7DF0; constexpr std::ptrdiff_t LegacyGameUI001 = 0x17D7DD0;
constexpr std::ptrdiff_t Source2Client002 = 0x19C3E30; constexpr std::ptrdiff_t Source2Client002 = 0x19B23A0;
constexpr std::ptrdiff_t Source2ClientConfig001 = 0x19647D0; constexpr std::ptrdiff_t Source2ClientConfig001 = 0x1952D30;
constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x17D3690; constexpr std::ptrdiff_t Source2ClientPrediction001 = 0x17C3690;
constexpr std::ptrdiff_t Source2ClientUI001 = 0x17E6870; constexpr std::ptrdiff_t Source2ClientUI001 = 0x17D6860;
} }
// Module: engine2.dll // Module: engine2.dll
namespace engine2_dll { namespace engine2_dll {
@ -162,16 +162,16 @@ namespace cs2_dumper {
} }
// Module: server.dll // Module: server.dll
namespace server_dll { namespace server_dll {
constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x13176C0; constexpr std::ptrdiff_t EmptyWorldService001_Server = 0x13176A0;
constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x12CA1F0; constexpr std::ptrdiff_t EntitySubclassUtilsV001 = 0x12CA1E0;
constexpr std::ptrdiff_t NavGameTest001 = 0x13B5768; constexpr std::ptrdiff_t NavGameTest001 = 0x13B5748;
constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x136AEE8; constexpr std::ptrdiff_t ServerToolsInfo_001 = 0x136AEC8;
constexpr std::ptrdiff_t Source2GameClients001 = 0x13662C0; constexpr std::ptrdiff_t Source2GameClients001 = 0x13662A0;
constexpr std::ptrdiff_t Source2GameDirector001 = 0x1494B30; constexpr std::ptrdiff_t Source2GameDirector001 = 0x1494AD0;
constexpr std::ptrdiff_t Source2GameEntities001 = 0x136AE10; constexpr std::ptrdiff_t Source2GameEntities001 = 0x136ADF0;
constexpr std::ptrdiff_t Source2Server001 = 0x136AC80; constexpr std::ptrdiff_t Source2Server001 = 0x136AC60;
constexpr std::ptrdiff_t Source2ServerConfig001 = 0x154F958; constexpr std::ptrdiff_t Source2ServerConfig001 = 0x154F908;
constexpr std::ptrdiff_t customnavsystem001 = 0x12AFA78; constexpr std::ptrdiff_t customnavsystem001 = 0x12AFA68;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
namespace soundsystem_dll { namespace soundsystem_dll {

View File

@ -4,14 +4,14 @@
"AnimationSystem_001": 5799664 "AnimationSystem_001": 5799664
}, },
"client.dll": { "client.dll": {
"ClientToolsInfo_001": 24950320, "ClientToolsInfo_001": 24884784,
"EmptyWorldService001_Client": 24677744, "EmptyWorldService001_Client": 24612208,
"GameClientExports001": 24937192, "GameClientExports001": 24871656,
"LegacyGameUI001": 25066992, "LegacyGameUI001": 25001424,
"Source2Client002": 27016752, "Source2Client002": 26944416,
"Source2ClientConfig001": 26626000, "Source2ClientConfig001": 26553648,
"Source2ClientPrediction001": 24983184, "Source2ClientPrediction001": 24917648,
"Source2ClientUI001": 25061488 "Source2ClientUI001": 24995936
}, },
"engine2.dll": { "engine2.dll": {
"BenchmarkService001": 5461520, "BenchmarkService001": 5461520,
@ -130,16 +130,16 @@
"SchemaSystem_001": 378640 "SchemaSystem_001": 378640
}, },
"server.dll": { "server.dll": {
"EmptyWorldService001_Server": 20018880, "EmptyWorldService001_Server": 20018848,
"EntitySubclassUtilsV001": 19702256, "EntitySubclassUtilsV001": 19702240,
"NavGameTest001": 20666216, "NavGameTest001": 20666184,
"ServerToolsInfo_001": 20360936, "ServerToolsInfo_001": 20360904,
"Source2GameClients001": 20341440, "Source2GameClients001": 20341408,
"Source2GameDirector001": 21580592, "Source2GameDirector001": 21580496,
"Source2GameEntities001": 20360720, "Source2GameEntities001": 20360688,
"Source2Server001": 20360320, "Source2Server001": 20360288,
"Source2ServerConfig001": 22346072, "Source2ServerConfig001": 22345992,
"customnavsystem001": 19593848 "customnavsystem001": 19593832
}, },
"soundsystem.dll": { "soundsystem.dll": {
"SoundOpSystem001": 3363728, "SoundOpSystem001": 3363728,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x17CB630; pub const ClientToolsInfo_001: usize = 0x17BB630;
pub const EmptyWorldService001_Client: usize = 0x1788D70; pub const EmptyWorldService001_Client: usize = 0x1778D70;
pub const GameClientExports001: usize = 0x17C82E8; pub const GameClientExports001: usize = 0x17B82E8;
pub const LegacyGameUI001: usize = 0x17E7DF0; pub const LegacyGameUI001: usize = 0x17D7DD0;
pub const Source2Client002: usize = 0x19C3E30; pub const Source2Client002: usize = 0x19B23A0;
pub const Source2ClientConfig001: usize = 0x19647D0; pub const Source2ClientConfig001: usize = 0x1952D30;
pub const Source2ClientPrediction001: usize = 0x17D3690; pub const Source2ClientPrediction001: usize = 0x17C3690;
pub const Source2ClientUI001: usize = 0x17E6870; pub const Source2ClientUI001: usize = 0x17D6860;
} }
// Module: engine2.dll // Module: engine2.dll
pub mod engine2_dll { pub mod engine2_dll {
@ -160,16 +160,16 @@ pub mod cs2_dumper {
} }
// Module: server.dll // Module: server.dll
pub mod server_dll { pub mod server_dll {
pub const EmptyWorldService001_Server: usize = 0x13176C0; pub const EmptyWorldService001_Server: usize = 0x13176A0;
pub const EntitySubclassUtilsV001: usize = 0x12CA1F0; pub const EntitySubclassUtilsV001: usize = 0x12CA1E0;
pub const NavGameTest001: usize = 0x13B5768; pub const NavGameTest001: usize = 0x13B5748;
pub const ServerToolsInfo_001: usize = 0x136AEE8; pub const ServerToolsInfo_001: usize = 0x136AEC8;
pub const Source2GameClients001: usize = 0x13662C0; pub const Source2GameClients001: usize = 0x13662A0;
pub const Source2GameDirector001: usize = 0x1494B30; pub const Source2GameDirector001: usize = 0x1494AD0;
pub const Source2GameEntities001: usize = 0x136AE10; pub const Source2GameEntities001: usize = 0x136ADF0;
pub const Source2Server001: usize = 0x136AC80; pub const Source2Server001: usize = 0x136AC60;
pub const Source2ServerConfig001: usize = 0x154F958; pub const Source2ServerConfig001: usize = 0x154F908;
pub const customnavsystem001: usize = 0x12AFA78; pub const customnavsystem001: usize = 0x12AFA68;
} }
// Module: soundsystem.dll // Module: soundsystem.dll
pub mod soundsystem_dll { pub mod soundsystem_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: materialsystem2.dll // Module: materialsystem2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: networksystem.dll // Module: networksystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,26 +1,26 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x19D3B68; public const nint dwCSGOInput = 0x19C20D8;
public const nint dwEntityList = 0x19684F8; public const nint dwEntityList = 0x1956A68;
public const nint dwGameEntitySystem = 0x1A88198; public const nint dwGameEntitySystem = 0x1A76178;
public const nint dwGameEntitySystem_highestEntityIndex = 0x1510; public const nint dwGameEntitySystem_highestEntityIndex = 0x1510;
public const nint dwGameRules = 0x19C54E8; public const nint dwGameRules = 0x19B3A58;
public const nint dwGlobalVars = 0x17C74F8; public const nint dwGlobalVars = 0x17B74F8;
public const nint dwGlowManager = 0x19C5508; public const nint dwGlowManager = 0x19B3A78;
public const nint dwLocalPlayerController = 0x19B8158; public const nint dwLocalPlayerController = 0x19A66C8;
public const nint dwLocalPlayerPawn = 0x17D37F0; public const nint dwLocalPlayerPawn = 0x17C37F0;
public const nint dwPlantedC4 = 0x19CEEC8; public const nint dwPlantedC4 = 0x19BD438;
public const nint dwPrediction = 0x17D3690; public const nint dwPrediction = 0x17C3690;
public const nint dwSensitivity = 0x19C6AC8; public const nint dwSensitivity = 0x19B5038;
public const nint dwSensitivity_sensitivity = 0x40; public const nint dwSensitivity_sensitivity = 0x40;
public const nint dwViewAngles = 0x19D98E8; public const nint dwViewAngles = 0x19C7E58;
public const nint dwViewMatrix = 0x19CA480; public const nint dwViewMatrix = 0x19B89F0;
public const nint dwViewRender = 0x19CAC10; public const nint dwViewRender = 0x19B9180;
public const nint dwWeaponC4 = 0x196C500; public const nint dwWeaponC4 = 0x195AA70;
} }
// Module: engine2.dll // Module: engine2.dll
public static class Engine2Dll { public static class Engine2Dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x19D3B68; constexpr std::ptrdiff_t dwCSGOInput = 0x19C20D8;
constexpr std::ptrdiff_t dwEntityList = 0x19684F8; constexpr std::ptrdiff_t dwEntityList = 0x1956A68;
constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A88198; constexpr std::ptrdiff_t dwGameEntitySystem = 0x1A76178;
constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510; constexpr std::ptrdiff_t dwGameEntitySystem_highestEntityIndex = 0x1510;
constexpr std::ptrdiff_t dwGameRules = 0x19C54E8; constexpr std::ptrdiff_t dwGameRules = 0x19B3A58;
constexpr std::ptrdiff_t dwGlobalVars = 0x17C74F8; constexpr std::ptrdiff_t dwGlobalVars = 0x17B74F8;
constexpr std::ptrdiff_t dwGlowManager = 0x19C5508; constexpr std::ptrdiff_t dwGlowManager = 0x19B3A78;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x19B8158; constexpr std::ptrdiff_t dwLocalPlayerController = 0x19A66C8;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17D37F0; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x17C37F0;
constexpr std::ptrdiff_t dwPlantedC4 = 0x19CEEC8; constexpr std::ptrdiff_t dwPlantedC4 = 0x19BD438;
constexpr std::ptrdiff_t dwPrediction = 0x17D3690; constexpr std::ptrdiff_t dwPrediction = 0x17C3690;
constexpr std::ptrdiff_t dwSensitivity = 0x19C6AC8; constexpr std::ptrdiff_t dwSensitivity = 0x19B5038;
constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40; constexpr std::ptrdiff_t dwSensitivity_sensitivity = 0x40;
constexpr std::ptrdiff_t dwViewAngles = 0x19D98E8; constexpr std::ptrdiff_t dwViewAngles = 0x19C7E58;
constexpr std::ptrdiff_t dwViewMatrix = 0x19CA480; constexpr std::ptrdiff_t dwViewMatrix = 0x19B89F0;
constexpr std::ptrdiff_t dwViewRender = 0x19CAC10; constexpr std::ptrdiff_t dwViewRender = 0x19B9180;
constexpr std::ptrdiff_t dwWeaponC4 = 0x196C500; constexpr std::ptrdiff_t dwWeaponC4 = 0x195AA70;
} }
// Module: engine2.dll // Module: engine2.dll
namespace engine2_dll { namespace engine2_dll {

View File

@ -1,22 +1,22 @@
{ {
"client.dll": { "client.dll": {
"dwCSGOInput": 27081576, "dwCSGOInput": 27009240,
"dwEntityList": 26641656, "dwEntityList": 26569320,
"dwGameEntitySystem": 27820440, "dwGameEntitySystem": 27746680,
"dwGameEntitySystem_highestEntityIndex": 5392, "dwGameEntitySystem_highestEntityIndex": 5392,
"dwGameRules": 27022568, "dwGameRules": 26950232,
"dwGlobalVars": 24933624, "dwGlobalVars": 24868088,
"dwGlowManager": 27022600, "dwGlowManager": 26950264,
"dwLocalPlayerController": 26968408, "dwLocalPlayerController": 26896072,
"dwLocalPlayerPawn": 24983536, "dwLocalPlayerPawn": 24918000,
"dwPlantedC4": 27061960, "dwPlantedC4": 26989624,
"dwPrediction": 24983184, "dwPrediction": 24917648,
"dwSensitivity": 27028168, "dwSensitivity": 26955832,
"dwSensitivity_sensitivity": 64, "dwSensitivity_sensitivity": 64,
"dwViewAngles": 27105512, "dwViewAngles": 27033176,
"dwViewMatrix": 27042944, "dwViewMatrix": 26970608,
"dwViewRender": 27044880, "dwViewRender": 26972544,
"dwWeaponC4": 26658048 "dwWeaponC4": 26585712
}, },
"engine2.dll": { "engine2.dll": {
"dwBuildNumber": 5437428, "dwBuildNumber": 5437428,

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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 = 0x19D3B68; pub const dwCSGOInput: usize = 0x19C20D8;
pub const dwEntityList: usize = 0x19684F8; pub const dwEntityList: usize = 0x1956A68;
pub const dwGameEntitySystem: usize = 0x1A88198; pub const dwGameEntitySystem: usize = 0x1A76178;
pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510; pub const dwGameEntitySystem_highestEntityIndex: usize = 0x1510;
pub const dwGameRules: usize = 0x19C54E8; pub const dwGameRules: usize = 0x19B3A58;
pub const dwGlobalVars: usize = 0x17C74F8; pub const dwGlobalVars: usize = 0x17B74F8;
pub const dwGlowManager: usize = 0x19C5508; pub const dwGlowManager: usize = 0x19B3A78;
pub const dwLocalPlayerController: usize = 0x19B8158; pub const dwLocalPlayerController: usize = 0x19A66C8;
pub const dwLocalPlayerPawn: usize = 0x17D37F0; pub const dwLocalPlayerPawn: usize = 0x17C37F0;
pub const dwPlantedC4: usize = 0x19CEEC8; pub const dwPlantedC4: usize = 0x19BD438;
pub const dwPrediction: usize = 0x17D3690; pub const dwPrediction: usize = 0x17C3690;
pub const dwSensitivity: usize = 0x19C6AC8; pub const dwSensitivity: usize = 0x19B5038;
pub const dwSensitivity_sensitivity: usize = 0x40; pub const dwSensitivity_sensitivity: usize = 0x40;
pub const dwViewAngles: usize = 0x19D98E8; pub const dwViewAngles: usize = 0x19C7E58;
pub const dwViewMatrix: usize = 0x19CA480; pub const dwViewMatrix: usize = 0x19B89F0;
pub const dwViewRender: usize = 0x19CAC10; pub const dwViewRender: usize = 0x19B9180;
pub const dwWeaponC4: usize = 0x196C500; pub const dwWeaponC4: usize = 0x195AA70;
} }
// Module: engine2.dll // Module: engine2.dll
pub mod engine2_dll { pub mod engine2_dll {

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: panorama.dll // Module: panorama.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: particles.dll // Module: particles.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: pulse_system.dll // Module: pulse_system.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: rendersystemdx11.dll // Module: rendersystemdx11.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: resourcesystem.dll // Module: resourcesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: scenesystem.dll // Module: scenesystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: schemasystem.dll // Module: schemasystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: server.dll // Module: server.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: soundsystem.dll // Module: soundsystem.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: vphysics2.dll // Module: vphysics2.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)] #![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, unused)]

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
namespace CS2Dumper.Schemas { namespace CS2Dumper.Schemas {
// Module: worldrenderer.dll // Module: worldrenderer.dll

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 UTC
#pragma once #pragma once

View File

@ -1,5 +1,5 @@
// Generated using https://github.com/a2x/cs2-dumper // Generated using https://github.com/a2x/cs2-dumper
// 2024-08-22 00:13:39.639692900 UTC // 2024-09-03 23:41:14.067576500 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)]