Update dllmain.cpp

This commit is contained in:
Mstreem
2025-08-03 09:07:41 -07:00
committed by GitHub
parent 072fca8d85
commit 4e2c19fe25

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(); matchmaking = Memcury::Scanner::FindPattern("83 7D 88 01 7F 0D 48 8B CE E8", false).Get();
if (!matchmaking) if (!matchmaking)
matchmaking = Memcury::Scanner::FindPattern("83 BD ? ? ? ? ? 7F 18 49 8D 4D D8 48 8B D7 E8").Get(); // 4.20 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; bool bMatchmakingSupported = matchmaking;
int idx = 0; int idx = 0;