Conor
Elite Member
- Nov 7, 2012
- 3,621
- 6,217
Hey guys
So I did a bit of editing to the Youtube Likes code I found yesterday, and came up with this one for Twitter Followers.
Save it as a .js in your iMacros folder and run it in Firefox
Enjoy
So I did a bit of editing to the Youtube Likes code I found yesterday, and came up with this one for Twitter Followers.
Save it as a .js in your iMacros folder and run it in Firefox
Code:
var macroStart; macroStart ="CODE:";
macroStart +="SET !ERRORIGNORE YES" + "\n";
macroStart +="SET !TIMEOUT_TAG 1" + "\n";
macroStart +="SET !TIMEOUT_STEP 1" + "\n";
macroStart +="SET !TIMEOUT_PAGE 30" + "\n";
macroStart +=" SET !REPLAYSPEED FAST" + "\n";
macroStart +="SET !TIMEOUT_MACRO 150" + "\n";
macroStart +="TAB T=1" + "\n";
macroStart +="WAIT SECONDS=0" + "\n";
macroStart += "TAG POS=1 TYPE=A ATTR=TXT:Twitter<SP>Followers" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAG POS=1 TYPE=DIV ATTR=TXT:Follow" + "\n";
macroStart += "TAB T=2" + "\n";
macroStart += " FRAME F=0" + "\n";
macroStart += "TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
macroStart += "TAB T=1" + "\n";
macroStart += "TAB CLOSEALLOTHERS" + "\n";
macroStart +="WAIT SECONDS=6" + "\n";
var i=0;
var n=prompt("Input the number of loops.",7)
for (i=1; i <= n; i++)
{
iimPlay("CODE:"+"URL GOTO=www.addmefast.com")
iimPlay(macroStart,25)
iimDisplay("Current loop is: "+i)
iimDisplay("New Page")
}
Enjoy