hey guys,
I noticed that some here are trying to get Instaflow.
I couldn't find it as well, but I made a macro that does the same thing as the usual Instaflow:
It likes the first 3 pictures of a certain user.
By that, this user will notice that you liked their pictures and might follow you.
just go into statigr.am and go into a certain tag by searching for it in the search box and then clicking the tag on the right.
then start the macro on a loop. if you'll set the loop to 5, it'll work for 5 hours, if you'll set it on 50 it'll work for 50 hours etc.
what it does: it picks the users who post their picture with the tag you put in, then enter their acount and like 3 pictures, and then goes back to the user list. It is designed so it'll like about 160~ pics per hour.
Here's the macro:
********************
VERSION BUILD=7601105 RECORDER=FX
SET !ERRORIGNORE YES
SET !EXTRAC
EST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
wait seconds=2
TAG POS={{!loop}} TYPE=A ATTR=HREF:#/user/*/ EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
wait seconds=2
TAG POS=1 TYPE=A ATTR=ID:like-*&&CLASS:like_picto_unselected<SP>likeAction&&HREF:#&&TXT:
wait seconds=2
TAG POS=1 TYPE=A ATTR=ID:like-*&&CLASS:like_picto_unselected<SP>likeAction&&HREF:#&&TXT:
wait seconds=2
TAG POS=1 TYPE=A ATTR=ID:like-*&&CLASS:like_picto_unselected<SP>likeAction&&HREF:#&&TXT:
wait seconds=56
TAB CLOSE
********************
Hope it'll work for you guys, enjoy
Arik
I noticed that some here are trying to get Instaflow.
I couldn't find it as well, but I made a macro that does the same thing as the usual Instaflow:
It likes the first 3 pictures of a certain user.
By that, this user will notice that you liked their pictures and might follow you.
just go into statigr.am and go into a certain tag by searching for it in the search box and then clicking the tag on the right.
then start the macro on a loop. if you'll set the loop to 5, it'll work for 5 hours, if you'll set it on 50 it'll work for 50 hours etc.
what it does: it picks the users who post their picture with the tag you put in, then enter their acount and like 3 pictures, and then goes back to the user list. It is designed so it'll like about 160~ pics per hour.
Here's the macro:
********************
VERSION BUILD=7601105 RECORDER=FX
SET !ERRORIGNORE YES
SET !EXTRAC
SET !TIMEOUT_STEP 2
TAB T=1
wait seconds=2
TAG POS={{!loop}} TYPE=A ATTR=HREF:#/user/*/ EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
wait seconds=2
TAG POS=1 TYPE=A ATTR=ID:like-*&&CLASS:like_picto_unselected<SP>likeAction&&HREF:#&&TXT:
wait seconds=2
TAG POS=1 TYPE=A ATTR=ID:like-*&&CLASS:like_picto_unselected<SP>likeAction&&HREF:#&&TXT:
wait seconds=2
TAG POS=1 TYPE=A ATTR=ID:like-*&&CLASS:like_picto_unselected<SP>likeAction&&HREF:#&&TXT:
wait seconds=56
TAB CLOSE
********************
Hope it'll work for you guys, enjoy
Arik