Вопрос Подскажите обновлённый адрес

Начинающий
Статус
Оффлайн
Регистрация
19 Окт 2017
Сообщения
118
Реакции[?]
2
Поинты[?]
1K
using FN_DrawText = void(__thiscall*)(CRenderer*, float, float, float, const float*, bool, const char*);
void DrawTextAw(float x, float y, float font_size, const float* col, bool center, const char* label_text, ...) {
return FN_DrawText(0x1404315A0)(this, x, y, font_size, col, center, label_text);
}
паттерн //48 8B C4 48 83 EC 68 F3 0F 11 58 не подходит
 
Сверху Снизу