[Get] Facebook unliker script

PigFish

Junior Member
Joined
Apr 5, 2012
Messages
122
Reaction score
30
Hi, this is a very simple little imacro script i just made to automatically unlike all the fan pages you have liked, helpful if you keep hitting the 5000 limit. Im still a noob at scripting so someone may be able to improve this.
For it to work you must be logged into your facebook and set the loop to 99999. If the first code unlikes them a little to fast use the second code.
Please also note, because the script works by searching for the text "unlike" it wont work unless your account is set to English / American language

Enjoy :D

Code:
VERSION BUILD=1
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike

this is the slower version

Code:
VERSION BUILD=1
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
WAIT SECONDS=2
TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike
Thanks
 
Last edited:
How to make it work? What do I do with the code? Please explain in details. Thank you
 
This code is for Imacros a plugin for firefox. you can paste it into the imacros editor after you install it iopus dyt com is the url to download it
 
I ve fixed and it is working now (I m not familiar with coding so sry it is maybe in a stupid way):

VERSION BUILD=1
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=1
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=1
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=1
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=1
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=1
URL GOTO=http://www.facebook.com/browse/other_connections_of
TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText
WAIT SECONDS=1

etc.
 
Back
Top