@@ 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