
copemaxx9002
Paragon
★★★★★
- Joined
- Oct 7, 2023
- Posts
- 19,398
u get colors on your name like who cares?
GrAYPost count on incel forums![]()
you can do it in a weekMy next goal is to become a paragon before the end of the year
I don't have the time to do that. I will do it slowlyyou can do it in a week
harvard is cope they dont teach you how to make postmaxx bot like this
// DECEMBRIST KIRILLOV PRESENTS THE POSTMAXXING BOT
const letters= ["a", "s", "d","q","w","e","","
","
"];
function makeid(length) {
let result = '';
let pill = Math.floor(Math.random() * 10)
if(pill>=7){
let temp = letters[5+Math.floor(Math.random() * 4)]
return temp.repeat(Math.floor(Math.random() * 5))
}
let counter = 0;
while (counter < length) {
result += letters[Math.floor(Math.random() * 6)]
counter += 1;
}
return result;
}
var hangoutButton = document.getElementsByClassName("button--primary button button--icon button--icon--reply")[0];
setInterval(function(){
document.getElementsByClassName("fr-element fr-view fr-element-scroll-visible")[0].innerText=makeid(Math.floor(Math.random() * 10));
hangoutButton .click();
const element =document.getElementsByClassName("overlay-container is-active")[0]
element.remove();
}, 2000+Math.floor(Math.random() * 1000));