📦 Game Update 13952

This commit is contained in:
a2x
2023-09-30 12:40:34 +10:00
parent b61d63b6ef
commit 5963b4fef0
19 changed files with 210 additions and 195 deletions

View File

@@ -1,16 +1,16 @@
#![allow(non_snake_case, non_upper_case_globals)]
pub mod client_dll {
pub const entityList: usize = 0x178C878;
pub const globalVars: usize = 0x168FCC8;
pub const interfaceLinkList: usize = 0x1972A38;
pub const localPlayerController: usize = 0x17DB0F8;
pub const localPlayerPawn: usize = 0x1879BE8;
pub const viewAngles: usize = 0x18D9590;
pub const viewMatrix: usize = 0x187A6D0;
pub const entityList: usize = 0x178C8A8;
pub const globalVars: usize = 0x168FCE8;
pub const interfaceLinkList: usize = 0x1972A68;
pub const localPlayerController: usize = 0x17DB128;
pub const localPlayerPawn: usize = 0x1879C18;
pub const viewAngles: usize = 0x18D95C0;
pub const viewMatrix: usize = 0x187A700;
}
pub mod engine2_dll {
pub const networkGameClient: usize = 0x489AB0;
pub const networkGameClient: usize = 0x48AAB0;
pub const networkGameClient_signOnState: usize = 0x240;
}