Method for auto-accepting 1-4k friends

FactorVIII

Newbie
Joined
May 15, 2009
Messages
28
Reaction score
10
Currently I'm using this script http://userscripts.org/scripts/show/59960
and running an imacro script that refreshes the page.(because the script only accepts about 300 friends until it times out) It doesn't work very well and I have to baby sit the thing all the way through.
Just wondering what you guys use or if you have any advice.
 
I use the same script. And i think it is easy and fast to use. Imacro is an alternative, but it's slower.
 
I use the same script. And i think it is easy and fast to use. Imacro is an alternative, but it's slower.
Do you get issues with the script only accepting 300-400 friends at at time? I was using it on firefox on a dedicated server so I don't think its the internet connection.
 
Code:
javascript:(function(){var%20a=document.createElement(%22script%22);a.type=%22text/javascript%22;a.src=%22http://vern.com/mwtools/ConfirmAll.js?%22+Math.random();document.getElementsByTagName(%22head%22)[0].appendChild(a)})();
I use this, works like a charm.
 
Better if you can randomize the timing and make it automatic.
 
Code:
javascript:(function(){var%20a=document.createElement(%22script%22);a.type=%22text/javascript%22;a.src=%22http://vern.com/mwtools/ConfirmAll.js?%22+Math.random();document.getElementsByTagName(%22head%22)[0].appendChild(a)})();
I use this, works like a charm.


Thanks Jonezyuk, how do you use that? where do you put it? Sorry noob question here, just don't understand how that works

Thanks
 
Code:
javascript:(function(){var%20a=document.createElement(%22script%22);a.type=%22text/javascript%22;a.src=%22http://vern.com/mwtools/ConfirmAll.js?%22+Math.random();document.getElementsByTagName(%22head%22)[0].appendChild(a)})();
I use this, works like a charm.
Just wanted to say thanks it works great, except it stopped after about 300, I guess this is just a facebook limitation.
 
Yeah just put it in your browser, yeah it stops at 300 or so, but just go off the page for a few mins and go back and it add another 300. I been using this for like 8 months and never had any problems.
 
do u guys know any better way to automate this?

like refreshing the page every after 3min
 
Back
Top