From 4dfadff893629d8a94ee4fb103a0f8aa1ff73f57 Mon Sep 17 00:00:00 2001 From: Albert24GG Date: Fri, 8 Mar 2024 00:27:22 +0200 Subject: [PATCH] Fix `LocalPlayerPawn` offset --- config_linux.json | 2 +- generated_linux/offsets.cs | 4 ++-- generated_linux/offsets.hpp | 4 ++-- generated_linux/offsets.json | 2 +- generated_linux/offsets.py | 4 ++-- generated_linux/offsets.rs | 4 ++-- generated_linux/offsets.yaml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/config_linux.json b/config_linux.json index d700ac7..dd31b00 100644 --- a/config_linux.json +++ b/config_linux.json @@ -114,7 +114,7 @@ }, { "type": "add", - "value": 56 + "value": 312 } ] }, diff --git a/generated_linux/offsets.cs b/generated_linux/offsets.cs index 51b2ef8..848250a 100644 --- a/generated_linux/offsets.cs +++ b/generated_linux/offsets.cs @@ -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; } diff --git a/generated_linux/offsets.hpp b/generated_linux/offsets.hpp index 42879c0..d2a9c33 100644 --- a/generated_linux/offsets.hpp +++ b/generated_linux/offsets.hpp @@ -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; } diff --git a/generated_linux/offsets.json b/generated_linux/offsets.json index 5642711..254c394 100644 --- a/generated_linux/offsets.json +++ b/generated_linux/offsets.json @@ -39,7 +39,7 @@ "comment": null }, "dwLocalPlayerPawn": { - "value": 57895480, + "value": 57895736, "comment": null }, "dwViewMatrix": { diff --git a/generated_linux/offsets.py b/generated_linux/offsets.py index f7b71dc..184b7c2 100644 --- a/generated_linux/offsets.py +++ b/generated_linux/offsets.py @@ -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 diff --git a/generated_linux/offsets.rs b/generated_linux/offsets.rs index 07ad031..6949c2a 100644 --- a/generated_linux/offsets.rs +++ b/generated_linux/offsets.rs @@ -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; } diff --git a/generated_linux/offsets.yaml b/generated_linux/offsets.yaml index ef5c523..35d3f21 100644 --- a/generated_linux/offsets.yaml +++ b/generated_linux/offsets.yaml @@ -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