- This is the script for adding more than 1000+ friend's.
- You just need to run this script on the profile's of those whom you wanted to add.
- The script should be executed on the profile page of friend's,the script will add only one friend at a time.
Code:
javascript:a=document.forms[4]; a.action=%22home.aspx?Action.acceptFriend%22; a.method=%22post%22;reg=new RegExp(%22uid=([0-9]*)%22);uid = reg.exec(String(location))[1];a.innerHTML+=%22%22;a.submit()
No comments:
Post a Comment