Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var x = 0;
- setInterval(function loop(){document.getElementsByClassName("FriendRequestAdd")[x].click();
- window.history.pushState("", "", '/SentRequestToUserListed_'+x+'_CodedByR3D');
- console.log("Added user from list #"+x);x++;
- window.scrollTo(0,document.body.scrollHeight);}, 1000);
Advertisement
Add Comment
Please, Sign In to add comment