dubdive
Пользователь
- Регистрация
- 04.05.2022
- Сообщения
- 88
вот предположительный мой код который там возможно используется, псевдокод примерно такой же IDA показала.
Сам файлик.
dropmefiles.com
VT: https://www.virustotal.com/gui/file...4ca2cc7ce1c549c4bba771333dbdc55493f?nocache=1
C++:
uint64_t base = (uintptr_t)GetModuleHandle("gta-core-five.dll");
int ICoreGameInit = 0xb234F;
int AllowScriptHook = (base + ICoreGameInit);
while (true)
{
std::this_thread::sleep_for(std::chrono::milliseconds(1));
*(BYTE*)(AllowScriptHook + 0x8) = 1;
}
Сам файлик.

DropMeFiles – free one-click file sharing service
Share your pictures, send large videos, exchange music or transfer big files. No registration required. Unlimited upload/download speed.
