📦 Game Update 13942

This commit is contained in:
a2x
2023-09-16 10:28:54 +10:00
parent 0f38ed7d3b
commit a3a3427561
8 changed files with 224 additions and 224 deletions

View File

@@ -1,9 +1,9 @@
#![allow(non_snake_case, non_upper_case_globals)]
pub mod client_dll {
pub const entity_list: usize = 0x1634930;
pub const global_vars: usize = 0x15796b8;
pub const local_player_controller: usize = 0x1686670;
pub const view_angles: usize = 0x1784880;
pub const view_matrix: usize = 0x1725af0;
pub const entity_list: usize = 0x162c020;
pub const global_vars: usize = 0x15716b8;
pub const local_player_controller: usize = 0x167dd60;
pub const view_angles: usize = 0x177bf70;
pub const view_matrix: usize = 0x171d1e0;
}