Подпишитесь на наш Telegram-канал, чтобы всегда быть в курсе важных обновлений! Перейти

Вопрос Help me with patterns

Read Only
Read Only
Статус
Оффлайн
Регистрация
1 Май 2023
Сообщения
338
Реакции
2
update plz:

Код:
Expand Collapse Copy
 1.   fnUpdateSky = reinterpret_cast<decltype(fnUpdateSky)>(FindPattern(CLIENT_DLL, CS_XOR("48 8B C4 48 89 58 18 48 89 70 20 55 57 41 54 41 55")));

2.    fnLoadKV3 = reinterpret_cast<decltype(fnLoadKV3)>(GetExportAddress(hTier0, CS_XOR("?LoadKV3@@YA_NPEAVKeyValues3@@PEAVCUtlString@@PEBDAEBUKV3ID_t@@2@Z")));

3.    fnUtlBufferInit = reinterpret_cast<decltype(fnUtlBufferInit)>(GetExportAddress(hTier0, CS_XOR("??0CUtlBuffer@@QEAA@HHH@Z")));
 
Go look in the other thread there are alot of sigs i posted, I also made a post on how

 
Назад
Сверху Снизу