mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-16 15:05:34 +08:00
9 lines
309 B
Rust
9 lines
309 B
Rust
#![allow(non_snake_case, non_upper_case_globals)]
|
|
|
|
pub mod client_dll {
|
|
pub const entityList: usize = 0x162C020;
|
|
pub const globalVars: usize = 0x15716B8;
|
|
pub const localPlayerController: usize = 0x167DD60;
|
|
pub const viewAngles: usize = 0x177BF70;
|
|
pub const viewMatrix: usize = 0x171D1E0;
|
|
} |