[GET]Facebook Mass Unlike Macro for BHW Members

Status
Not open for further replies.
So is this still working for people then? When I go on the Other connection of link it tells me no results found. The only way I can see all the pages I've liked now is through Activity Log > Likes > Pages and Interests. Could someone please make a macro for that page?
 
var macroStart;
macroStart ="CODE:";
macroStart +="SET !ERRORIGNORE YES" + "\n";
macroStart +="SET !LOADCHECK NO" + "\n";
macroStart +="TAB T=1" + "\n";
macroStart +="TAB CLOSEALLOTHERS" + "\n";
macroStart +="TAG POS=1 TYPE=SPAN ATTR=CLASS:uiButtonText" + "\n";
macroStart +="WAIT SECONDS=1" + "\n";
macroStart +="TAG POS=1 TYPE=SPAN ATTR=TXT:Unlike" + "\n";
macroStart +="WAIT SECONDS=1" + "\n";


var i=0;
var n=prompt("Input the number of Facebook loops.",5)

for (i=1; i <= n; i++)
{
iimPlay("CODE:"+"URL GOTO=LINKTOFACEBOOKUNLIKEPAGE")


iimPlay(macroStart,25)

iimDisplay("Current loop is: "+i)

iimDisplay("New Page")

}
 
Those who are looking for the tutorial to run a macro, should Google it / use the search box in BHW. No one is going to spoon feed you at this level. For others, refer to noirorion's post. It should work (haven't tested this).
 
thanks for this and like someone else has said its pretty natural as my unfollowing normally results in me doing 100 naturally for things I did a year ago (not talking anything blackhat just old likes).
 
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

thanks for this. but its not working for me.
 
Those who are looking for the tutorial to run a macro, should Google it / use the search box in BHW. No one is going to spoon feed you at this level. For others, refer to's post. It should work (haven't tested this).

Thanks for the warm welcome. I have Googled it and used the search box actually, to no avail. Also, I have tried using the macro in his post and it does not work. The "other connections of" page is no longer showing any pages for me, is anyone else having the same problem?
 
It worked, though i dont know if it removed all the pages after running the macro 20-30 times it says no more to display.

Sent from my Nexus S using Tapatalk 2
 
Those who are looking for the tutorial to run a macro, should Google it / use the search box in BHW. No one is going to spoon feed you at this level. For others, refer to noirorion's post. It should work (haven't tested this).

Hello

I can understand there will be no spoon feeding at this level,
But you should teach your younger bro if he want to learn.....


I tried it many times and try other steps mentioned on other forums but no success.
I'll be thankful to you if you will guide me,.
 
I got it, thanks g0g0l
And I am also ready to share with my newbie friends who didn't any success till now.

Thanks for sharing.
 
Not even working...
Logged into my personal Facebook account, "Use Facebook as ____" to use Facebook as the FB page that I used to like AddmeFast stuff, and when I run this script, it just says "No Other Pages Liked".
 
This thread is old now. I will post a new macro for the unlike, when I get time. Thanks for taking time.
Not even working...
Logged into my personal Facebook account, "Use Facebook as ____" to use Facebook as the FB page that I used to like AddmeFast stuff, and when I run this script, it just says "No Other Pages Liked".
 
This thread is old now. I will post a new macro for the unlike, when I get time. Thanks for taking time.
Oops, sorry. Thought it was still active.

I will be on the lookout for your unlike macro. Thanks
 
Status
Not open for further replies.
Back
Top