Merge pull request #223 from Mstreemy/master

This commit is contained in:
Gray
2025-08-03 12:36:23 -04:00
committed by GitHub

View File

@@ -1232,6 +1232,8 @@ DWORD WINAPI Main(LPVOID)
matchmaking = Memcury::Scanner::FindPattern("83 7D 88 01 7F 0D 48 8B CE E8", false).Get();
if (!matchmaking)
matchmaking = Memcury::Scanner::FindPattern("83 BD ? ? ? ? ? 7F 18 49 8D 4D D8 48 8B D7 E8").Get(); // 4.20
if (!matchmaking)
matchmaking = Memcury::Scanner::FindPattern("83 7C 24 ?? 01 7F 0D 48 8B CF E8").Get();
bool bMatchmakingSupported = matchmaking;
int idx = 0;