📦 Game Update 13938 (2)

This commit is contained in:
a2x
2023-09-14 14:02:29 +10:00
parent 51b639b7c9
commit de2c879d76
8 changed files with 220 additions and 220 deletions

View File

@@ -1,9 +1,9 @@
#![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 = 0x16875b0;
pub const view_angles: usize = 0x1785870;
pub const view_matrix: usize = 0x1726a20;
pub const entity_list: usize = 0x16347f0;
pub const global_vars: usize = 0x1579688;
pub const local_player_controller: usize = 0x1686520;
pub const view_angles: usize = 0x17846e0;
pub const view_matrix: usize = 0x17259a0;
}