Updated hooks

This commit is contained in:
RisaDev
2024-07-05 18:21:41 +03:00
parent 11b5106aab
commit 17ac0d4950
2 changed files with 5 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ internal static class Constants
/// <summary>
/// Movement hook address, used for position offset and other changes which cannot be done in main hook
/// </summary>
public const string MovementHookAddress = "E8 ?? ?? ?? ?? EB 29 48 8B 5F 08";
public const string MovementHookAddress = "E8 ?? ?? ?? ?? 84 DB 74 45";
internal static class Colors
{