Instagram Imacros Help!

bifolchi

Newbie
Joined
Dec 21, 2011
Messages
22
Reaction score
0
So i have been learning how to use and playing around with some of the auto like scripts i found in the forum.

Was wondering if anyone can tell me how to run the script to automatically go to earlier posts on web.stagram as oppose to just refreshing the page itself. The script works fine when I am searching for a popular tag that people use often, but I am trying to target a specific tag.

Thanks in advance to anyone who could help me out!
 
Add this line so it will go the the next page of the tag.

TAG POS=1 TYPE=A ATTR=TXT:Earlier
 
Add this line so it will go the the next page of the tag.

TAG POS=1 TYPE=A ATTR=TXT:Earlier

Perfect i can see how that would work, only thing is where do i place it in the script?
 
At the end of the script after it's finished liking.

I tried that, but once the script resets itself to the top, it just brings me back to a refreshed page of the tag im looking threw. Which are pictures i have already liked. Sorry if im missing anything like i said im pretty new with macros
 
It should be something like this.

Code:
URL GOTO=http://web.stagram.com/tag/creative/
TAG POS=1 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=2 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=3 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=4 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=5 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=6 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=7 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=8 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=9 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=10 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png

TAG POS=1 TYPE=A ATTR=TXT:Earlier

TAG POS=1 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=2 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=3 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=4 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=5 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=6 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=7 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=8 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=9 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=10 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png

TAG POS=1 TYPE=A ATTR=TXT:Earlier

TAG POS=1 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=2 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=3 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=4 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=5 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=6 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=7 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=8 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=9 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
TAG POS=10 TYPE=IMG ATTR=SRC:http://cdn.stagram.com/img/like.png
 
Could you post the whole script here.


says i cant post it...damn..

it basically goes through 20 pos (pics) and then resets itself bringing me back to the web.stagram url with the tag i put in.
 
Back
Top