Update l4d1_signature_linux.h

This commit is contained in:
Accelerator 2024-05-02 22:28:01 +03:00 committed by GitHub
parent 5c91c9ee04
commit 7f61a5b296
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ const char* matchmaking_dll[] = {"matchmaking_ds.so", "matchmaking.so", 0};
//CBaseServer::GetMaxHumanPlayers(void)const
//function is in engine.so
const char* friends_lobby = "\x10\x56\x53\x83\xEC\x6C\xE8\xC3\xC3\xC3\xC3\x81\xC3\xDA\xA4\x23\x00";
const char* friends_lobby = "\x0F\x53\x83\xEC\x18\xE8\xC3\xC3\xC3\xC3\x81\xC3\xB9\xB8\x23\x00";
unsigned char friends_lobby_new[] = {0x06, 0x00, 0xB8, 0x3C, 0x00, 0x00, 0x00, 0xC3};
void* friends_lobby_org = NULL;