Here are some free Imacro automation scripts for AddMefast

darkmassacre

Newbie
Joined
Apr 27, 2015
Messages
39
Reaction score
11
I did quite a bit of searches for imacro automation scripts and a lot of them didnt work at all or logged you out of your AddMefast account. So I made my own and decided to share them.

Sorry in advance if I did not link or script box correctly, I am new.

1) Download iMacros addon for firefox
2) Download the scripts from DropBox (copy + paste this URL behind Drop Box dot com) /s/b12flsidpyd8mwx/addmefast.zip?dl=0 or add the AddMeFast home page URL into the scripts below (I cant post links or links in the scripts yet)
3) Drop the folder of scripts into \Documents\iMacros\Macros
4) Open a new window for every social media script you would like to run ex: Window 1 Twitter Likes, Window 2 Retweets, Window 3 Pinterest Favorites ect
5) Log in to your AddMeFast account (you only need to log in on one window for it to log you into all windows)
6) click the Imacro icon -> click addmefast folder -> left click your desired script 1 time -> type 999999 into the "Max" box-> click "Play(Loop)"
7) Profit

Notes:

This script does not auto log you in to your AddMeFast account.
I have been able to be afk from my PC all day / night without any problems with these scripts .
I set the script to reload the page after every script re-run because I had issues with other peoples scripts that repeated a code multiple times in the same macro not working or getting stuck on a page that was already liked/favorited/retweeted.
I would recommend not lowering any of the timers, lowered timers usually end with you not getting credit for points. If youre not getting credit for points increase the last wait time by 2 seconds until you receive credit for all clicks.
I have not been able to get TwitterFollows to work and all Facebook links on AddMeFast log you out of your AddMeFast account upon clicking them so I did not include them in the scripts.



==========================================================================================
Scripts
=========================================================================================

PinFollow
Code:
VERSION BUILD=8920312 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_TAG 1
SET !TIMEOUT_STEP 1
SET !TIMEOUT_PAGE 30
SET !REPLAYSPEED FAST
TAB T=1
URL GOTO=InsertAddMeFastWebSiteHomePageURLhere
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Pinterest<SP>Followers
TAG POS=1 TYPE=DIV ATTR=TXT:Follow
TAB T=2
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
TAB T=2
WAIT SECONDS=4
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=8

PinLikes
Code:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_TAG 1
SET !TIMEOUT_STEP 1
SET !TIMEOUT_PAGE 30
SET !REPLAYSPEED FAST
TAB T=1
URL GOTO=InsertAddMeFastWebSiteHomePageURLhere
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Pinterest<SP>Likes
TAG POS=1 TYPE=DIV ATTR=TXT:Like
TAB T=2
FRAME F=0
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
TAB T=2
WAIT SECONDS=4
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=8

TwitterFavorite
Code:
VERSION BUILD=8920312 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_TAG 1
SET !TIMEOUT_STEP 1
SET !TIMEOUT_PAGE 30
SET !REPLAYSPEED FAST
TAB T=1
URL GOTO=InsertAddMeFastWebSiteHomePageURLhere
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Twitter<SP>Favorites
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=TXT:Favorite
TAB T=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/intent/favorite ATTR=NAME:commit
TAB T=2
WAIT SECONDS=4
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=8

TwitterRetweet
Code:
VERSION BUILD=8920312 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_TAG 1
SET !TIMEOUT_STEP 1
SET !TIMEOUT_PAGE 30
SET !REPLAYSPEED FAST
TAB T=1
URL GOTO=InsertAddMeFastWebSiteHomePageURLhere
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Twitter<SP>Retweets
TAG POS=1 TYPE=DIV ATTR=TXT:Retweet
TAB T=2
WAIT SECONDS=2
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/intent/retweet ATTR=NAME:commit
TAB T=2
WAIT SECONDS=4
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=60

MyspaceFriends
Code:
VERSION BUILD=8920312 RECORDER=FX
SET !ERRORIGNORE YES
SET !TIMEOUT_TAG 1
SET !TIMEOUT_STEP 1
SET !TIMEOUT_PAGE 30
SET !REPLAYSPEED FAST
TAB T=1
TAB CLOSEALLOTHERS
URL GOTO=InsertAddMeFastWebSiteHomePageURLhere
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:MySpace<SP>Friends
WAIT SECONDS=2
TAG POS=1 TYPE=DIV ATTR=TXT:Connect
TAB T=2
TAG POS=3 TYPE=SPAN ATTR=TXT:
WAIT SECONDS=4
TAB T=1
TAB CLOSEALLOTHERS
WAIT SECONDS=8
 
Last edited:
works perfect buddy! i think it should be in downloads section.
 
Thank you for the scripts.
Even though it is 2020, they are still working or easily editable.
 
Back
Top