📦 Game Update 13936

This commit is contained in:
a2x
2023-09-09 12:07:27 +10:00
parent b6b8ee2fde
commit 28e23da953
31 changed files with 578 additions and 2345 deletions

View File

@@ -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;
}