robixxu

[Script] Ask.fm Auto Like

Apr 23rd, 2014
991
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. document.write("Don't forget to Subscribe / Like / Share");
  2. document.write("https://www.youtube.com/user/rob1Xxu");
  3.  
  4. var robiXxu = document.getElementsByClassName('like hintable');
  5. while(robiXxu.length!=0){
  6.     for(var i=0;i<robiXxu.length;i++){
  7.         robiXxu[i].click();
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment