mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
Added new patterns
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
// Created using https://github.com/a2x/cs2-dumper
|
||||
// 2023-10-07 01:42:59.792129600 UTC
|
||||
// 2023-10-09 05:41:44.461556800 UTC
|
||||
|
||||
pub mod client_dll {
|
||||
pub const dwEntityList: usize = 0x17888D8;
|
||||
@@ -12,6 +12,7 @@ pub mod client_dll {
|
||||
pub const dwForceLeft: usize = 0x168FF50;
|
||||
pub const dwForceRight: usize = 0x168FFE0;
|
||||
pub const dwGlobalVars: usize = 0x168BCE8;
|
||||
pub const dwGlowManager: usize = 0x17E3C00;
|
||||
pub const dwInterfaceLinkList: usize = 0x196EC98;
|
||||
pub const dwLocalPlayerController: usize = 0x17D7158;
|
||||
pub const dwLocalPlayerPawn: usize = 0x1875C48;
|
||||
@@ -24,6 +25,7 @@ pub mod client_dll {
|
||||
pub mod engine2_dll {
|
||||
pub const dwBuildNumber: usize = 0x486514;
|
||||
pub const dwNetworkGameClient: usize = 0x485AB0;
|
||||
pub const dwNetworkGameClient_getLocalPlayer: usize = 0xF0;
|
||||
pub const dwNetworkGameClient_maxClients: usize = 0x250;
|
||||
pub const dwNetworkGameClient_signOnState: usize = 0x240;
|
||||
pub const dwWindowHeight: usize = 0x5376AC;
|
||||
|
||||
Reference in New Issue
Block a user