[METHOD] - Mass Cancel Friends Request (iMacros)

melfornazari

Regular Member
Joined
Jul 10, 2014
Messages
279
Reaction score
91
Hi!
Add many friends can screw with your account.
So it's always good to cancel some pending requests, therefore it gets harder you have your account blocked.

Here we go..

1. Go here: https://www.facebook.com/friends/requests/?fcref=jwl&outgoing=1

2. Paste this script in your iMacros (Firefox):

VERSION BUILD=8940826 RECORDER=FX
TAB T=1
URL GOTO=https://www.facebook.com/friends/requests/?fcref=jwl&outgoing=1
CLICK X=574 Y=187
WAIT SECONDS=2
TAG POS=27 TYPE=SPAN ATTR=CLASS:itemLabel<SP>fsm
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TYPE:submit&&CLASS:_42ft<SP>_42fu<SP>layerConfirm<SP>uiOverlayButton<SP>selected<SP>_42g-<SP>_42gy&&VALUE:1&&TABINDEX:0
WAIT SECONDS=1

It will cancel all first pending request that show on this link.
You need to run it in loop it will refresh and start over again, 1 by 1..

Hope it helps, just click on "Thanks" and good luck
wink.png
 
Here is better that im using right now and made myself.


Code:
SET !REPLAYSPEED FAST
SET !ERRORIGNORE YES
SET !TIMEOUT_STEP 0
TAB T=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=2 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=3 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=4 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=5 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=6 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=7 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=8 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=9 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=10 TYPE=BUTTON ATTR=TXT:Delete<SP>Request
TAG POS=1 TYPE=A ATTR=TXT:See<SP>More<SP>Requests
TAG POS=2 TYPE=A ATTR=TXT:See<SP>More<SP>Requests
 
Hi!
Add many friends can screw with your account.
So it's always good to cancel some pending requests, therefore it gets harder you have your account blocked.

Here we go..

1. Go here: https://www.facebook.com/friends/requests/?fcref=jwl&outgoing=1

2. Paste this script in your iMacros (Firefox):



It will cancel all first pending request that show on this link.
You need to run it in loop it will refresh and start over again, 1 by 1..

Hope it helps, just click on "Thanks" and good luck
wink.png

hi just tried it using firefox why i get this msg?
"wrong format of TAG command, line 9 (Error code: 910)"
Hope u can help me :) thanks
 
They keep changing it
someone have a Pro Imacro Script that works?
and what about adding friends in certain Posts likes?
 
Back
Top