[GET]Facebook Mass Unlike Macro for BHW Members

Status
Not open for further replies.

Gogol

Administrator
Staff member
Moderator
Executive VIP
Jr. VIP
Joined
Sep 10, 2010
Messages
11,837
Reaction score
26,686
---- THREAD CLOSED 10/26/2013 ----
Hello all!
I hope everyone is doing fine.
I was using some of my old aged fb accounts for like exchange but soon they all had 5000 likes, which is a facebook limit. So i needed a tool to automate the reverse process, but could not find any. So i decided to do it myself. I am sharing my iMacro script for mass unliking in Facebook with you people. Though, this macro can't unlike all the likes, but it does unlike 90% of them for me. Give it a try!

I hope it saves someone's time here :-)

(Instruction: Just login to facebook, run this macro and loop it for 99999 times. I have used Firefox to record this macro)

Code:
VERSION BUILD=7401110 RECORDER=FX
VERSION BUILD=1
SET !ERRORIGNORE YES
SET !LOADCHECK NO
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
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
 
Last edited:
Edit: 94 views and 2 replies.. How could you still expect contributions? :P

Mention not brother :-)
Thanks for share Bro!

Never did!! I have added a 1 second delay between each unlike so that it looks natural.
Do you hit any captchas using this? Thanks from me too :)
 
Last edited:
Thank you.

However, using AddMeFast for some days now, I've been using this to unlike as I reached 5000 likes. Now I have unliked a lot of pages, but in this like section I now have nothing, but still over 4600 pages liked that are films etc.. Is there no way to delete those in quite an easy way?
The only way I find is to put an autoclicker, but then I will not be able to touch the computer in a whole day like it probably will take.
 
Learn VB.net and do some screen scraping. Or you could probably use the facebook graph api with php to remove likes. Check out http://developers.facebook.com

Thank you.

However, using AddMeFast for some days now, I've been using this to unlike as I reached 5000 likes. Now I have unliked a lot of pages, but in this like section I now have nothing, but still over 4600 pages liked that are films etc.. Is there no way to delete those in quite an easy way?
The only way I find is to put an autoclicker, but then I will not be able to touch the computer in a whole day like it probably will take.
 
hey, i use imacros, but not by using a script like this..Where do i input this script ? thanks

never mind, figured it out
 
Last edited:
Hi, just used ur Imacros, but like Lulea said, I also was still having a lot of Likes in other pages, so I just created another Imacros for this. That will erease the 90% also ;)

Code:
VERSION BUILD=8240212 RECORDER=FX
TAB T=1
URL GOTO=http://www.facebook.com/[COLOR=#ff0000][B]INSERT-UR-USERNEMA-HERE[/B][/COLOR]/favorites
TAG POS=1 TYPE=SPAN ATTR=TXT:Edit
WAIT SECONDS=5
TAG POS=54 TYPE=A ATTR=HREF:http://www.facebook.com/[COLOR=#ff0000][B]INSERT-UR-USERNEMA-HERE[/B][/COLOR]/favorites#

just copy, paste, and insert ur username where it says "INSERT-UR-USERNAME-HERE ;) eNJoy
 
I was having the same problem, just check the post avobe this one
Thank you.

However, using AddMeFast for some days now, I've been using this to unlike as I reached 5000 likes. Now I have unliked a lot of pages, but in this like section I now have nothing, but still over 4600 pages liked that are films etc.. Is there no way to delete those in quite an easy way?
The only way I find is to put an autoclicker, but then I will not be able to touch the computer in a whole day like it probably will take.
 
noirorion

I am newbie here and just looking for the same solution
Can you please tell me how I can create this file or which file name there will be

Thank you
 
noirorion

I am newbie here and just looking for the same solution
Can you please tell me how I can create this file or which file name there will be

Thank you

I second this request. Have liked over 2000 pages on Facebook and really want to unlike them all.
 
Status
Not open for further replies.
Back
Top