[GET] facebook auto friend accepter ( imacro )

DexterShop

Power Member
Jr. VIP
Joined
Aug 27, 2009
Messages
573
Reaction score
264
was reading through some threads here about how to autoaccept friend requests, didn't find anything really usefull.

So I wrote a quick imacro script for it.

how to use it :

put facebookaccept.iim , facebookload.iim , refreshmacro.iim in your imacros/macros folder

run facebookadd.vbs and give in the amount of friends to accept

hope it works for you guys

thanks appreciated

ps : i put the accept delay to 8 seconds , if it takes longer for you to accept the request , change the wait seconds value in the facebookaccept.iim file
 

Attachments

Last edited:
Likely wont use it but I am sure a lot will find it useful, and it was a nice share.
 
Probably never going to use this, just this just goes to show that iMacros can be used for a lot more then what people think, I've never heard/used VBS extentions in iMacros scripts, can you explain what they do to me please? :D Thanks for sharing this anyway :)
 
Probably never going to use this, just this just goes to show that iMacros can be used for a lot more then what people think, I've never heard/used VBS extentions in iMacros scripts, can you explain what they do to me please? :D Thanks for sharing this anyway :)
imacros is very limited in amount of loops , variables used , if you use vbs together with imacros , you can use as much as you want.

that's why I use it mostly
 
after some thorough testing there appears to be an error in the refresmacro file , here is the new one , just replace it

sorry about the mess ;)
 

Attachments

Thanks buddy, yes it had error (refreshmacro).....I hope this will solve my problem.

Keep up great work!
 
Why the trouble?

Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();
 
Why the trouble?

Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();

was just gonna post the same lol. verns tools work well for this.. add a bookmark button and job done
 
Why the trouble?

Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();
didn't know about this one , thx
 
Why the trouble?

Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();

Thanks for that mate :)
 
what does this do?

Why the trouble?

Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();
Posted via Mobile Device
 
Open your facebook page, click friends request and then paste the code on your browser address bar and press enter... then check below your friends request count should be a form giving options on the request acceptance
 
Nice little script thanks :)

It would be great if you can expand it to something bigger. Its good if you have 1-2 FB accounts but its a pain if you have 500+ accounts :D

I could pay for a desktop/imacros application that will load a list of FB accounts and accept all the pending friend requests. Also a group/page/event inviter would be cool ;)
 
The imacro thing didn't work. When i run facebookadd.vbs i get this
errorbl.png
. When i put
Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();
in my browser when i have friend request page open nothing happens. I also tried bunch of greasemonkey scripts for this and none of then worked. help me please :confused:
 
Okay i got it to work just by running facebookaccept.iim. It accepts friends one by one. It's better than nothing but if you have like 400 friend requests it takes a while. Is there a way to make it accept all requests at once?
 
i get this error when i run facebookaccept.iim:
"RuntimeError: element INPUT specified by NAME:actions[accept]&&VALUE:Confirm was not found, line: 3"

any idea why ?
 
i get this error when i run facebookaccept.iim:
"RuntimeError: element INPUT specified by NAME:actions[accept]&&VALUE:Confirm was not found, line: 3"

any idea why ?
yeah that's normal , you gotta use the .vbs cause it gives the variables to the imacro script , else the variable is empty
 
Back
Top