[GET] AddMeFast Twitter Follow Script with Builtin Error Handling + Session Timeout Bypass

frankweerasinghe

Power Member
Joined
Jun 6, 2011
Messages
552
Reaction score
430
Here is some simple imacro script to automate twitter followers section.

Code:
'This iMacro will bypass "Inactive User, Please Reload This Page" error and most of missing elements errors. It skips twitter accounts with approved followers.
VERSION BUILD=8300326 RECORDER=FX
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
TAB T=1
URL GOTO=http://addmefast.com/
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:NoFormName ATTR=NAME:login_button&&VALUE:Login
URL GOTO=http://addmefast.com/free_points/twitter.html
'Commands that fail sometimes (element missing)
TAG POS=1 TYPE=DIV ATTR=TXT:Follow
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=3
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
'Commands that fail sometimes (element missing)
TAG POS=1 TYPE=DIV ATTR=TXT:Follow
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=3
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
'Commands that fail sometimes (element missing)
TAG POS=1 TYPE=DIV ATTR=TXT:Follow
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=3
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
'Commands that fail sometimes (element missing)
TAG POS=1 TYPE=DIV ATTR=TXT:Follow
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=3
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
'Commands that fail sometimes (element missing)
TAG POS=1 TYPE=DIV ATTR=TXT:Follow
TAB T=2
FRAME F=0
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
TAB T=1
TAG POS=1 TYPE=INPUT:BUTTON ATTR=NAME:reload&&VALUE:Reload<SP>the<SP>page
TAB CLOSEALLOTHERS
SET !ERRORIGNORE NO
SET !TIMEOUT_STEP 6
WAIT SECONDS=1

To Use this, you need:

1. Firefox latest version - http://www.mozilla.org/en-US/firefox/all/
2. iMacros for Firefox - http://addons.mozilla.org/en-US/firefox/addon/imacros-for-firefox/
3. Addmefast and Twitter accounts :p

First goto addmefast and tick "Remember Me" and click Login. Then Firefox will ask to save your login info. Make sure to save your login info so it will be useful to login to addmefast when they automatically logout some accounts when browsing for a long time.

It can handle "No activity, Reload this page again" message, Automatic logouts, session expire errors. It also skips following twitter users with Approved followers.

Here is the script file: Download (virustotal)

Enjoy! :D
 
Last edited:
Back
Top