Detect-It-Easy/db/PE/ScriptHookV.4.sg
2024-11-07 00:17:07 +03:00

14 lines
No EOL
294 B
JavaScript
Executable file

// Author: DosX
// E-Mail: collab@kay-software.ru
// GitHub: https://github.com/DosX-dev
// Telegram: @DosX_dev
init("library", "ScriptHookV for GTA V");
function detect() {
if (PE.isLibraryPresentExp("ScriptHookV.dll")) {
bDetected = true;
}
return result();
}