mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 16:39:58 +08:00
📦 Game Update 13936
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#[allow(non_snake_case, non_upper_case_globals)]
|
||||
#![allow(non_snake_case, non_upper_case_globals)]
|
||||
|
||||
pub mod client_dll {
|
||||
pub const entity_list: usize = 0x1623bb8;
|
||||
pub const local_player_controller: usize = 0x1714290;
|
||||
pub const view_angles: usize = 0x1773ab0;
|
||||
pub const view_matrix: usize = 0x1714d00;
|
||||
pub const entity_list: usize = 0x1624c48;
|
||||
pub const global_vars: usize = 0x156a780;
|
||||
pub const local_player_controller: usize = 0x1715320;
|
||||
pub const view_angles: usize = 0x1774b50;
|
||||
pub const view_matrix: usize = 0x1715d90;
|
||||
}
|
||||
Reference in New Issue
Block a user