Skip to content

Commit 8dd99c4

Browse files
committed
Updated AOB for Dark Hours
1 parent 29275db commit 8dd99c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ At this time, this new UESigPatch V2 has no wildcards for any of its AOBs. This
2525

2626
[^1]: Compatibility with this game was last checked on December 1st, 2024. Any subsequent updates that may have released since then may result in incompatibility. If this is the case, please open an issue.
2727
[^2]: Compatibility with this game was last checked on December 6th, 2024. Any subsequent updates that may have released since then may result in incompatibility. If this is the case, please open an issue.
28-
[^3]: Compatibility with this game was last checked on January 10th, 2025. Any subsequent updates that may have released since then may result in incompatibility. If this is the case, please open an issue.
28+
[^3]: Compatibility with this game was last checked on January 25th, 2025. Any subsequent updates that may have released since then may result in incompatibility. If this is the case, please open an issue.

UESigPatch/dllmain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// #include "SDK/Basic.hpp"
1212
// using namespace SDK;
1313

14-
constexpr const char* ASI_VERSION = "2.0.2";
14+
constexpr const char* ASI_VERSION = "2.0.3";
1515

1616
bool bPauseOnStart = false;
1717
bool bShowConsole = false;

UESigPatch/gamesupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const char* GetPatternFromExecutableName() {
2121
if (path == "BlueClient-Win64-Shipping.exe") return "48 83 EC 28 65 48 8B 04 25 58 00 00 00 8B 0D 29 4C F6 08 BA 04 11 00 00";
2222
if (path == "b1-Win64-Shipping.exe") return "48 83 EC 28 65 48 8B 04 25 58 00 00 00 8B 0D 45 CB 64 11 BA 1C 04 00 00";
2323
if (path == "CartOfGlory-Win64-Shipping.exe") return "48 83 EC 28 65 48 8B 04 25 58 00 00 00 8B 0D 05 1C D7 03 BA 08 01 00 00";
24-
if (path == "darkhours-Win64-Shipping.exe") return "48 83 EC 28 8B 0D 2A 57 DA 07 65 48 8B 04 25 58 00 00 00 BA EC 0E 00 00";
24+
if (path == "darkhours-Win64-Shipping.exe") return "48 83 EC 28 8B 0D 5A 17 DA 07 65 48 8B 04 25 58 00 00 00 BA EC 0E 00 00";
2525
if (path == "Genesis-Win64-Shipping.exe") return "48 83 EC 28 65 48 8B 04 25 58 00 00 00 8B 0D FD E2 41 04 BA 08 01 00 00";
2626
if (path == "MK12.exe") return "48 83 EC 28 65 48 8B 04 25 58 00 00 00 8B 0D C5 E4 70 05 BA 40 01 00 00";
2727
if (path == "ProjectBakery-Win64-Shipping.exe") return "48 83 EC 28 65 48 8B 04 25 58 00 00 00 8B 0D 69 6C 7E 06 BA 6C 0E 00 00";

0 commit comments

Comments
 (0)