mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
9 lines
315 B
Rust
9 lines
315 B
Rust
#![allow(non_snake_case, non_upper_case_globals)]
|
|
|
|
pub mod client_dll {
|
|
pub const entity_list: usize = 0x1635870;
|
|
pub const global_vars: usize = 0x157a6b8;
|
|
pub const local_player_controller: usize = 0x1725e60;
|
|
pub const view_angles: usize = 0x1785870;
|
|
pub const view_matrix: usize = 0x1726a20;
|
|
} |