📦 Game Update 13938

This commit is contained in:
a2x
2023-09-14 11:13:53 +10:00
parent 2e7cc79b06
commit 913252320e
31 changed files with 8620 additions and 8675 deletions

View File

@@ -1,9 +1,9 @@
#![allow(non_snake_case, non_upper_case_globals)]
pub mod client_dll {
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;
pub const entity_list: usize = 0x1635870;
pub const global_vars: usize = 0x157a6b8;
pub const local_player_controller: usize = 0x1725e60;
pub const view_angles: usize = 0x1785870;
pub const view_matrix: usize = 0x1726a20;
}