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:
You must start it in loop when you are on the Facebook Likes Free Point Page on AddMeFast.
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.