mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13965 (2)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Thu, 26 Oct 2023 06:38:41 +0000
|
||||
* Fri, 27 Oct 2023 01:03:39 +0000
|
||||
*/
|
||||
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
@@ -32,11 +32,11 @@ pub mod client_dll { // client.dll
|
||||
}
|
||||
|
||||
pub mod engine2_dll { // engine2.dll
|
||||
pub const dwBuildNumber: usize = 0x487514;
|
||||
pub const dwNetworkGameClient: usize = 0x486AB0;
|
||||
pub const dwBuildNumber: usize = 0x488514;
|
||||
pub const dwNetworkGameClient: usize = 0x487AB0;
|
||||
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x250;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x240;
|
||||
pub const dwWindowHeight: usize = 0x5386AC;
|
||||
pub const dwWindowWidth: usize = 0x5386A8;
|
||||
pub const dwWindowHeight: usize = 0x5396DC;
|
||||
pub const dwWindowWidth: usize = 0x5396D8;
|
||||
}
|
||||
Reference in New Issue
Block a user