mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-04 08:35:34 +08:00
Fix LocalPlayerPawn
offset
This commit is contained in:
parent
bd02fd4b65
commit
4dfadff893
@ -114,7 +114,7 @@
|
||||
},
|
||||
{
|
||||
"type": "add",
|
||||
"value": 56
|
||||
"value": 312
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
@ -15,7 +15,7 @@ public static class libclient_so { // libclient.so
|
||||
public const nint dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
public const nint dwGameRules = 0x3731248;
|
||||
public const nint dwLocalPlayerController = 0x3716778;
|
||||
public const nint dwLocalPlayerPawn = 0x3736A38;
|
||||
public const nint dwLocalPlayerPawn = 0x3736B38;
|
||||
public const nint dwViewMatrix = 0x3737660;
|
||||
}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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
|
||||
@ -19,7 +19,7 @@ namespace libclient_so { // libclient.so
|
||||
constexpr std::ptrdiff_t dwGameEntitySystem_getHighestEntityIndex = 0x1540;
|
||||
constexpr std::ptrdiff_t dwGameRules = 0x3731248;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerController = 0x3716778;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x3736A38;
|
||||
constexpr std::ptrdiff_t dwLocalPlayerPawn = 0x3736B38;
|
||||
constexpr std::ptrdiff_t dwViewMatrix = 0x3737660;
|
||||
}
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
"comment": null
|
||||
},
|
||||
"dwLocalPlayerPawn": {
|
||||
"value": 57895480,
|
||||
"value": 57895736,
|
||||
"comment": null
|
||||
},
|
||||
"dwViewMatrix": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
'''
|
||||
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
|
||||
@ -14,7 +14,7 @@ class libclient_so: # libclient.so
|
||||
dwGameEntitySystem_getHighestEntityIndex = 0x1540
|
||||
dwGameRules = 0x3731248
|
||||
dwLocalPlayerController = 0x3716778
|
||||
dwLocalPlayerPawn = 0x3736A38
|
||||
dwLocalPlayerPawn = 0x3736B38
|
||||
dwViewMatrix = 0x3737660
|
||||
|
||||
class libengine2_so: # libengine2.so
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* 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)]
|
||||
@ -17,7 +17,7 @@ pub mod libclient_so { // libclient.so
|
||||
pub const dwGameEntitySystem_getHighestEntityIndex: usize = 0x1540;
|
||||
pub const dwGameRules: usize = 0x3731248;
|
||||
pub const dwLocalPlayerController: usize = 0x3716778;
|
||||
pub const dwLocalPlayerPawn: usize = 0x3736A38;
|
||||
pub const dwLocalPlayerPawn: usize = 0x3736B38;
|
||||
pub const dwViewMatrix: usize = 0x3737660;
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,7 @@ libclient_so: # libclient.so
|
||||
dwGameEntitySystem_getHighestEntityIndex: 5440
|
||||
dwGameRules: 57872968
|
||||
dwLocalPlayerController: 57763704
|
||||
dwLocalPlayerPawn: 57895480
|
||||
dwLocalPlayerPawn: 57895736
|
||||
dwViewMatrix: 57898592
|
||||
libengine2_so: # libengine2.so
|
||||
dwBuildNumber: 7157236
|
||||
|
Loading…
x
Reference in New Issue
Block a user