ADDMEFAST Automated Credit Simple iMacro

Tru5t

Newbie
Joined
Aug 19, 2013
Messages
12
Reaction score
5
I saw that there is already some automated tools to get credits automatically on addmefast. I wrote a simple iMacro script that never crash for Facebook Like.

I thought it would be helpful to share it, as other tools that do the same on this forum are some complex, some protected by passwords.

I'll not explain how to install iMacro, as it is already documented a lot on internet and this forum.

I tested my code with smaller waiting time and it resulted in error messages from facebook saying that i'll get banned if I continue to use this feature this way. For now on, i didnt calculate how many credits I get per hour, I'll update the post soon. I'll also update if I get the same banning message again and change some parameters.

Here is the relevant imacro script:

Code:
VERSION BUILD=8300326 RECORDER=FX
SET !ERRORIGNORE YES
WAIT SECONDS=4
TAG POS=1 TYPE=DIV ATTR=TXT:Like
TAB T=2
FRAME F=0
WAIT SECONDS=5
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=VALUE:Like
WAIT SECONDS=3
TAB T=2
TAB CLOSE
TAB T=1

You must start it in loop when you are on the Facebook Likes Free Point Page on AddMeFast.
 
I never been able to extract the archive of RW's script. there was a .zip in a .zip with 2 different passwords.
 
Repeat the main code 15 times, then throw a wait seconds=360. That's 6 minutes, should be good enough. 1 like = about 25 seconds, so that's like...18 minutes wait time per hour? Maybe 24.
 
Back
Top