Detect-It-Easy/db/DEX/ModGuard.2.sg
2024-11-07 00:17:07 +03:00

16 lines
No EOL
433 B
JavaScript

// 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();
}