Detect-It-Easy/db/DEX/ModGuard.2.sg
2025-03-23 12:41:20 +03:00

18 lines
No EOL
473 B
JavaScript

// Detect It Easy: detection rule file
// Author: DosX
// E-Mail: collab@kay-software.ru
// GitHub: https://github.com/DosX-dev
// Telegram: @DosX_dev
init("protector", "ModGuard");
function detect() {
if (DEX.isDexStringPresent("ModGuard - Protect Your Piracy v1.2 by ill420smoker")) {
sVersion = "v1.2";
} else if (DEX.isDexStringPresent("ModGuard - Protect Your Piracy v1.3 by ill420smoker")) {
sVersion = "v1.3";
}
return result();
}