📦 Game Update 13940

This commit is contained in:
a2x
2023-09-15 12:15:08 +10:00
parent de2c879d76
commit 0f38ed7d3b
13 changed files with 265 additions and 261 deletions

View File

@@ -1,9 +1,9 @@
#![allow(non_snake_case, non_upper_case_globals)]
pub mod client_dll {
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;
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;
}