mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13985 (2)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Sat, 20 Jan 2024 07:10:57 +0000
|
||||
* Tue, 23 Jan 2024 00:52:46 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -11,14 +11,14 @@ pub mod animationsystem_dll { // animationsystem.dll
|
||||
}
|
||||
|
||||
pub mod client_dll { // client.dll
|
||||
pub const LegacyGameUI001: usize = 0x8A2480;
|
||||
pub const Source2ClientUI001: usize = 0x8916C0;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A96F0;
|
||||
pub const ClientToolsInfo_001: usize = 0x735BC0;
|
||||
pub const Source2Client002: usize = 0x735BE0;
|
||||
pub const GameClientExports001: usize = 0x735BD0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x490D00;
|
||||
pub const Source2ClientConfig001: usize = 0x477C40;
|
||||
pub const LegacyGameUI001: usize = 0x8A26B0;
|
||||
pub const Source2ClientUI001: usize = 0x8918F0;
|
||||
pub const Source2ClientPrediction001: usize = 0x7A9920;
|
||||
pub const ClientToolsInfo_001: usize = 0x735DE0;
|
||||
pub const Source2Client002: usize = 0x735E00;
|
||||
pub const GameClientExports001: usize = 0x735DF0;
|
||||
pub const EmptyWorldService001_Client: usize = 0x490F20;
|
||||
pub const Source2ClientConfig001: usize = 0x477E60;
|
||||
}
|
||||
|
||||
pub mod engine2_dll { // engine2.dll
|
||||
|
||||
Reference in New Issue
Block a user