06-15-2012, 12:51 AM
Just put it on your imacro (my documents>imacros>macros)
Change the "TAGHERE" to anything with famous tags,
like:
#love
#jj
#funny
#photooftheday
Then save it as .iim
Go to web.stagram.com then log in to your instagram account before running the script,
then run the macro on loop (put in like 9999 or something).
Change the "TAGHERE" to anything with famous tags,
like:
#love
#jj
#funny
#photooftheday
Then save it as .iim
Go to web.stagram.com then log in to your instagram account before running the script,
then run the macro on loop (put in like 9999 or something).
Magic Button :
Code:
SET !TIMEOUT_PAGE 10
SET !ERRORIGNORE YES
URL GOTO=http://web.stagram.com/tag/TAGHERE/
WAIT SECONDS=5
TAG POS=1 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=2 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=3 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=4 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=2
TAG POS=5 TYPE=IMG ATTR=SRC:http://web.stagram.com/img/like.png
WAIT SECONDS=5