mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
Update dllmain.cpp
This commit is contained in:
@@ -1232,7 +1232,9 @@ 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user