[FREE] Get 7 iMacro AddMeFast Scripts

These scripts are working great, thank you for that!

People who are not able to get these things working. It is very easy. You have to change the POS line sometimes because Facebook is changing positions sometimes and then the scripts are 'not' working correctly.

Last night (for me it was night) something changed too .. The FOLLOW scripts needs to be changed.

To make it easy for myself I only added two extra lines like this :

TAG POS=2 TYPE=SPAN ATTR=TXT:Follow => I added this line!
TAG POS=3 TYPE=SPAN ATTR=TXT:Follow
TAG POS=4 TYPE=SPAN ATTR=TXT:Follow
TAG POS=5 TYPE=SPAN ATTR=TXT:Follow => I added this line!

(You may add as much times those 2 lines. As long as iMacro is not able to find the link 'Follow' in the POSition it is referring to nothing and so nothing is happening. It is a quick and weird way to change the script but I do not have time to find out which one I really need. And sometimes it is on POS=2 then POS=3 etc .. So I think it is the only right way to do it fast. You may add -if-then- statements but why ? This is working too!)

Not sure if I needed the first 'add' or the second. Because I am working on something else but it helped to add them both and everything is working perfectly again.

Hopefully it helps for you too!
 
Last edited:
I am using Mozilla Firefox! Do not know why but with Google Chrome it is NOT working.

Works perfectly .. After a few test runs I added this line too :

TAG POS=1 TYPE=SPAN ATTR=TXT:Follow => I added this line!
 
For the LIKING part I am currently using this code :

(You may have to play a little bit with the 'WAIT SECONDS = x' part depending on your Internet connectivity speed. While I am in Suriname, South-America, Internet is not very fast so higher 'x'. When I am using a computer in the Netherlands with TeamViewer I am able to drop the 'x' a little bit because that PC is using fibr optics Internet.)

* Correct the link please .. I may not post links/urls .. So had to change it a bit with white spaces etc.

** Use the link for the 'like' pages .. Not allowed to post it here!

VERSION BUILD=7601105 RECORDER=FX
TAB T=1
SET !ERRORIGNORE yes
**
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Like
TAB T=2
FRAME F=0
TAG POS=1 TYPE=LABEL ATTR=ID:timelineHeadlineLikeButton
WAIT SECONDS=3
TAB T=2
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=3

When you are using another language than English please change the 'TXT:Like' option !!
 
Last edited:
Dose not work for me

Maybe it is an idea to tell what is going wrong so I am able to help you fix it ??

The only thing I can think of why it is not working for some people is this line :

(Of course x is a number .. 'Follow' is working for me. In another language I do not know what to use. Please check on Facebook how that button / link is called in your browser and change it!)

TAG POS=x TYPE=SPAN ATTR=TXT:Follow




 
Last edited:
And here a little quick & dirty script to delete all your likes :

VERSION BUILD=7601015 RECORDER=FX
TAB T=1
SET !ERRORIGNORE yes
URL GOTO= x
TAG POS=1 TYPE=A ATTR=TXT:Unlike
TAG POS=2 TYPE=A ATTR=TXT:Unlike
TAG POS=3 TYPE=A ATTR=TXT:Unlike
TAG POS=4 TYPE=A ATTR=TXT:Unlike
TAG POS=5 TYPE=A ATTR=TXT:Unlike

x = A link to a page on facebook. So I guess you know what to put in front of this piece of text : /browse/other_connections_of/
 
Working addmefast imacros script 2014:

mediafire.com/?zqhylwdlg6w708u
 
Back
Top