From 6162cc3aac6f4c2f2edc4ded3ce2ca1af76285db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=A3=E8=80=80=E7=9A=84=E6=8D=8D=E5=8D=AB=E8=80=85?= <1250839773@qq.com> Date: Wed, 12 Feb 2025 18:26:47 +0800 Subject: [PATCH] update 5.4 --- unlockfps/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unlockfps/main.cpp b/unlockfps/main.cpp index fbad9d9..8f0a6e9 100644 --- a/unlockfps/main.cpp +++ b/unlockfps/main.cpp @@ -584,7 +584,7 @@ __Get_target_sec: printf("Searching for pattern...\n"); //credit by winTEuser - uintptr_t address = PatternScan_Region((uintptr_t)Copy_Text_VA, Text_Vsize, "7F 0E E8 ?? ?? ?? ?? 66 0F 6E C8"); // ver 3.7 - last + uintptr_t address = PatternScan_Region((uintptr_t)Copy_Text_VA, Text_Vsize, "7E 0C E8 ?? ?? ?? ?? 66 0F 6E C8 0F 5B C9"); // ver 3.7 - last if (!address) { printf("outdated pattern\n");