Fix `LocalPlayerPawn` offset

This commit is contained in:
Albert24GG 2024-03-08 00:27:22 +02:00
parent bd02fd4b65
commit 4dfadff893
7 changed files with 11 additions and 11 deletions

View File

@ -114,7 +114,7 @@
}, },
{ {
"type": "add", "type": "add",
"value": 56 "value": 312
} }
] ]
}, },

View File

@ -1,6 +1,6 @@
/* /*
* Generated using https://github.com/a2x/cs2-dumper * Generated using https://github.com/a2x/cs2-dumper
* Thu, 7 Mar 2024 10:34:48 +0000 * Thu, 7 Mar 2024 22:17:31 +0000
*/ */
public static class game_info { // Some additional information about the game at dump time public static class game_info { // Some additional information about the game at dump time
@ -15,7 +15,7 @@ public static class libclient_so { // libclient.so
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540; public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
public const nint dwGameRules = 0x3731248; public const nint dwGameRules = 0x3731248;
public const nint dwLocalPlayerController = 0x3716778; public const nint dwLocalPlayerController = 0x3716778;
public const nint dwLocalPlayerPawn = 0x3736A38; public const nint dwLocalPlayerPawn = 0x3736B38;
public const nint dwViewMatrix = 0x3737660; public const nint dwViewMatrix = 0x3737660;
} }

View File

@ -1,6 +1,6 @@
/* /*
* Generated using https://github.com/a2x/cs2-dumper * Generated using https://github.com/a2x/cs2-dumper
* Thu, 7 Mar 2024 10:34:48 +0000 * Thu, 7 Mar 2024 22:17:31 +0000
*/ */
#pragma once #pragma once
@ -19,7 +19,7 @@ namespace libclient_so { // libclient.so
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540; constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540;
constexpr std::ptrdiff_t dwGameRules = 0x3731248; constexpr std::ptrdiff_t dwGameRules = 0x3731248;
constexpr std::ptrdiff_t dwLocalPlayerController = 0x3716778; constexpr std::ptrdiff_t dwLocalPlayerController = 0x3716778;
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x3736A38; constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x3736B38;
constexpr std::ptrdiff_t dwViewMatrix = 0x3737660; constexpr std::ptrdiff_t dwViewMatrix = 0x3737660;
} }

View File

@ -39,7 +39,7 @@
"comment": null "comment": null
}, },
"dwLocalPlayerPawn": { "dwLocalPlayerPawn": {
"value": 57895480, "value": 57895736,
"comment": null "comment": null
}, },
"dwViewMatrix": { "dwViewMatrix": {

View File

@ -1,6 +1,6 @@
''' '''
Generated using https://github.com/a2x/cs2-dumper Generated using https://github.com/a2x/cs2-dumper
Thu, 7 Mar 2024 10:34:48 +0000 Thu, 7 Mar 2024 22:17:31 +0000
''' '''
class game_info: # Some additional information about the game at dump time class game_info: # Some additional information about the game at dump time
@ -14,7 +14,7 @@ class libclient_so: # libclient.so
dwGameEntitySystem_getHighestEntityIndex = 0x1540 dwGameEntitySystem_getHighestEntityIndex = 0x1540
dwGameRules = 0x3731248 dwGameRules = 0x3731248
dwLocalPlayerController = 0x3716778 dwLocalPlayerController = 0x3716778
dwLocalPlayerPawn = 0x3736A38 dwLocalPlayerPawn = 0x3736B38
dwViewMatrix = 0x3737660 dwViewMatrix = 0x3737660
class libengine2_so: # libengine2.so class libengine2_so: # libengine2.so

View File

@ -1,6 +1,6 @@
/* /*
* Generated using https://github.com/a2x/cs2-dumper * Generated using https://github.com/a2x/cs2-dumper
* Thu, 7 Mar 2024 10:34:48 +0000 * Thu, 7 Mar 2024 22:17:31 +0000
*/ */
#![allow(non_snake_case, non_upper_case_globals)] #![allow(non_snake_case, non_upper_case_globals)]
@ -17,7 +17,7 @@ pub mod libclient_so { // libclient.so
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1540; pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1540;
pub const dwGameRules: usize = 0x3731248; pub const dwGameRules: usize = 0x3731248;
pub const dwLocalPlayerController: usize = 0x3716778; pub const dwLocalPlayerController: usize = 0x3716778;
pub const dwLocalPlayerPawn: usize = 0x3736A38; pub const dwLocalPlayerPawn: usize = 0x3736B38;
pub const dwViewMatrix: usize = 0x3737660; pub const dwViewMatrix: usize = 0x3737660;
} }

View File

@ -9,7 +9,7 @@ libclient_so: # libclient.so
dwGameEntitySystem_getHighestEntityIndex: 5440 dwGameEntitySystem_getHighestEntityIndex: 5440
dwGameRules: 57872968 dwGameRules: 57872968
dwLocalPlayerController: 57763704 dwLocalPlayerController: 57763704
dwLocalPlayerPawn: 57895480 dwLocalPlayerPawn: 57895736
dwViewMatrix: 57898592 dwViewMatrix: 57898592
libengine2_so: # libengine2.so libengine2_so: # libengine2.so
dwBuildNumber: 7157236 dwBuildNumber: 7157236