[GET] free instaflow macro script for webstagram

Arikool

Newbie
Joined
Nov 3, 2012
Messages
16
Reaction score
13
here's another instaflow script-for webstagram:
READ FIRST:
go into web.stagram and search for a tag. now go to "grid" on the right instead of "list".
notice- in the line of POS=1 , you have to fill in something because of the url restriction in the forum. just start recording in HTM mode and like any picture. then stop the macro. then go into "current" and copy the line where you liked the picture. this line should end like this:"TXT:". paste this line instead of the POS lines in this script (there are 3 of them-POS=1,POS=2,POS=3). but remember to have 3 POS, and each POS is numbered, so the first POS will be POS=1, the second POS=2 and the third POS=3.
start the macro on a loop. you'll notice that it "likes" a user twice- don't worry about it. if you now how to fix it-by jumping 2 loops at a time- you're welcome to try. Here's the script:
*****************
VERSION BUILD=7601105 RECORDER=FX


SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
wait seconds=2
set !loop 2
TAG POS={{!loop}} TYPE=A ATTR=HREF:/n/*/&&TXT:* EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
wait seconds=2
TAG POS=1
wait seconds=2
TAG POS=2
wait seconds=2
TAG POS=3

wait seconds=26
TAB CLOSE
*****************
hope it'll work, enjoy :)
 
Okay, changed it a bit, added REFRESH at the bottom to fix the 2 loop users :)

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
wait seconds=1
set !loop 2
TAG POS={{!loop}} TYPE=A ATTR=HREF:/n/*/&&TXT:* EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}

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


TAB CLOSE

REFRESH
 
Back
Top