Вопрос How to fix KeyValues on supremacy?

C++:
Expand Collapse Copy
KeyValuesFindKey = FindPattern(GetModuleHandleA("client.dll"), "55 8B EC 83 EC 1C 53 8B D9 85 DB");

KeyValues* KeyValues::FindSimpleKey(const char* strKeyName, bool bCreate)
{
    return ((FindKey_t)(g_csgo.KeyValuesFindKey))(this, strKeyName, bCreate);
}
 
Назад
Сверху Снизу