mess with userscript bot

This commit is contained in:
HF 2020-05-05 00:13:45 +02:00
parent 3b376c30d4
commit d8ad4d77a1

View File

@ -72,6 +72,17 @@ function init() {
store.dispatch(fetchStats());
setInterval(() => { store.dispatch(fetchStats()); }, 300000);
// mess with void bot :)
function ayylmao() {
if (typeof window.$jscomp !== 'undefined') {
window.setPixel = () => true;
window.panel.window.childNodes[0].innerHTML = 'STOP BOTTING YOU NI**ER!';
fetch('https://assets.pixelplanet.fun/iamabot');
}
}
ayylmao();
setInterval(ayylmao, 120000);
}
init();