From a48ee3a87038a8238dbf0b67a12ab71deecfa9f2 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Mon, 13 Feb 2023 13:37:03 +0100 Subject: [PATCH] fix(binding): make nt client pattern work with both Gf and generated multiclient --- src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs b/src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs index 6b86a05..c103788 100644 --- a/src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs +++ b/src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs @@ -17,11 +17,11 @@ public class NtClientOptions /// Gets or sets the pattern to find static pet manager list address at. /// public string NtClientPattern { get; set; } - = "00 00 00 FF FF FF FF ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF 00"; + = "FF FF 00 00 00 00 FF FF FF FF ?? ?? ?? ?? 00 ?? 00 00 ?? ?? ?? ?? ?? ?? ?? ?? ?? FF FF FF 00 00 00 00 00 00 00 00 00 00 00"; /// /// Gets or sets the offsets to find the scene manager at from the static address. /// public int[] NtClientOffsets { get; set; } - = { 7 }; + = { 10 }; } \ No newline at end of file -- 2.48.1