Fetch view angles offset

This commit is contained in:
a2x
2023-09-09 02:56:47 +10:00
parent 24d56461ff
commit b6b8ee2fde
7 changed files with 47 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
#[allow(non_snake_case, non_upper_case_globals)]
pub mod client.dll {
pub mod client_dll {
pub const entity_list: usize = 0x1623bb8;
pub const local_player_controller: usize = 0x1714290;
pub const view_angles: usize = 0x1773ab0;
pub const view_matrix: usize = 0x1714d00;
}