Hyperhacker

FBAAF

Feb 5th, 2019
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. var x = 0;
  2. setInterval(function loop(){document.getElementsByClassName("FriendRequestAdd")[x].click();
  3. window.history.pushState("", "", '/SentRequestToUserListed_'+x+'_CodedByR3D');
  4. console.log("Added user from list #"+x);x++;
  5. window.scrollTo(0,document.body.scrollHeight);}, 1000);
Advertisement
Add Comment
Please, Sign In to add comment