~ruther/NosSmooth.Local

95b051d419949687b7ddc486e39ce11d7782052f — Rutherther 2 years ago b0fce8f
fix(local): make nt client pattern work with newest client
1 files changed, 2 insertions(+), 2 deletions(-)

M src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs
M src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs => src/Core/NosSmooth.LocalBinding/Options/NtClientOptions.cs +2 -2
@@ 17,11 17,11 @@ public class NtClientOptions
    /// Gets or sets the pattern to find static pet manager list address at.
    /// </summary>
    public string NtClientPattern { get; set; }
        = "FF ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF FF FF FF FF FF FF FF FF 00 00";
        = "00 00 00 FF FF FF FF ?? ?? ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF 00";

    /// <summary>
    /// Gets or sets the offsets to find the scene manager at from the static address.
    /// </summary>
    public int[] NtClientOffsets { get; set; }
        = { 1 };
        = { 7 };
}
\ No newline at end of file

Do not follow this link