mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-12 12:55:34 +08:00
10 lines
359 B
Rust
10 lines
359 B
Rust
#![allow(non_snake_case, non_upper_case_globals)]
|
|
|
|
pub mod client_dll {
|
|
pub const entityList: usize = 0x178C878;
|
|
pub const globalVars: usize = 0x168FCC8;
|
|
pub const localPlayerController: usize = 0x17DB0F8;
|
|
pub const localPlayerPawn: usize = 0x1879BE8;
|
|
pub const viewAngles: usize = 0x18D9590;
|
|
pub const viewMatrix: usize = 0x187A6D0;
|
|
} |