mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +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 = 0x178C888;
|
|
pub const globalVars: usize = 0x168FCD8;
|
|
pub const localPlayerController: usize = 0x17DB108;
|
|
pub const viewAngles: usize = 0x18D95A0;
|
|
pub const viewMatrix: usize = 0x187A6E0;
|
|
} |