📦 Game Update 13946

This commit is contained in:
a2x
2023-09-28 15:13:54 +10:00
parent 479080c7b0
commit c291e65db2
8 changed files with 72 additions and 72 deletions

View File

@@ -1,9 +1,9 @@
#![allow(non_snake_case, non_upper_case_globals)]
pub mod client_dll {
pub const entityList: usize = 0x178CB38;
pub const entityList: usize = 0x178C888;
pub const globalVars: usize = 0x168FCD8;
pub const localPlayerController: usize = 0x17DB0B8;
pub const viewAngles: usize = 0x18D9530;
pub const viewMatrix: usize = 0x187A6D0;
pub const localPlayerController: usize = 0x17DB118;
pub const viewAngles: usize = 0x18D95B0;
pub const viewMatrix: usize = 0x187A6F0;
}