Updated local player signature

This commit is contained in:
a2x
2023-09-14 12:27:52 +10:00
parent 913252320e
commit 51b639b7c9
5 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
public static class client_dll {
public const ulong entity_list = 0x1635870;
public const ulong global_vars = 0x157a6b8;
public const ulong local_player_controller = 0x1725e60;
public const ulong local_player_controller = 0x16875b0;
public const ulong view_angles = 0x1785870;
public const ulong view_matrix = 0x1726a20;
}

View File

@@ -5,7 +5,7 @@
namespace client_dll {
constexpr std::ptrdiff_t entity_list = 0x1635870;
constexpr std::ptrdiff_t global_vars = 0x157a6b8;
constexpr std::ptrdiff_t local_player_controller = 0x1725e60;
constexpr std::ptrdiff_t local_player_controller = 0x16875b0;
constexpr std::ptrdiff_t view_angles = 0x1785870;
constexpr std::ptrdiff_t view_matrix = 0x1726a20;
}

View File

@@ -2,7 +2,7 @@
"client_dll": {
"entity_list": 23287920,
"global_vars": 22521528,
"local_player_controller": 24272480,
"local_player_controller": 23623088,
"view_angles": 24664176,
"view_matrix": 24275488
}

View File

@@ -3,7 +3,7 @@
pub mod client_dll {
pub const entity_list: usize = 0x1635870;
pub const global_vars: usize = 0x157a6b8;
pub const local_player_controller: usize = 0x1725e60;
pub const local_player_controller: usize = 0x16875b0;
pub const view_angles: usize = 0x1785870;
pub const view_matrix: usize = 0x1726a20;
}