[GET] free Instaflow macro

Arikool

Newbie
Joined
Nov 3, 2012
Messages
16
Reaction score
13
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 !EXTRACT_TEST_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
 
sorry guys... i'll try to fix it soon
 
ok, listen guys, you can try 2 things:
1) delete the first line of the macro-"VERSION..."
2) make the imacro suitable for your pc. I'll explain:
first of all check if the macro works at the point where it opens a new tab which shows a certain user (line 10). if it does-great.
now what you'll need to do is to leave this macro for a second and make a new one.
go to the "rec" tab (when you are already on the user page). go to click mode, and press "use compleate HTM...". now start recording. like the first picture and then stop the macro from recording. go to the current macro, right click, edit macro.
now search for the line where it likes the photo. you should see a long line similar to line 12 in my macro, except it has a lot of numbers in it. copy this line and paste it in my macro instead of line 12. now in the place where all the numbers are, switch all the numbers with "*". so if it looks like this: "234214_123321" change this whole thing to "*".
after changing line 12 completely, copy line 12 and paste it instead of lines 14 and 16 as well.
now save the macro and try to run it. Hope it works, if not I'm very sorry :(
 
sorted, replace

Code:
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:

with

Code:
TAG POS=1 TYPE=A ATTR=ID:like*
WAIT SECONDS=2
TAG POS=2 TYPE=A ATTR=ID:like*
WAIT SECONDS=2
TAG POS=3 TYPE=A ATTR=ID:like*
 
the full macro

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_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*
WAIT SECONDS=2
TAG POS=2 TYPE=A ATTR=ID:like*
WAIT SECONDS=2
 TAG POS=3 TYPE=A ATTR=ID:like*
wait seconds=56
TAB CLOSE

there's a flaw with this script though, if a user has back to back photos with the same tags, it will then proceed to unlike the photos at the next loop. thanks though aricool :) any chance you could do a similar one for webstagram?
 
Last edited:
the full macro

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_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*
WAIT SECONDS=2
TAG POS=2 TYPE=A ATTR=ID:like*
WAIT SECONDS=2
 TAG POS=3 TYPE=A ATTR=ID:like*
wait seconds=56
TAB CLOSE

there's a flaw with this script though, if a user has back to back photos with the same tags, it will then proceed to unlike the photos at the next loop. thanks though aricool :) any chance you could do a similar one for webstagram?
sure i'll try soon
 
the full macro

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_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*
WAIT SECONDS=2
TAG POS=2 TYPE=A ATTR=ID:like*
WAIT SECONDS=2
 TAG POS=3 TYPE=A ATTR=ID:like*
wait seconds=56
TAB CLOSE

there's a flaw with this script though, if a user has back to back photos with the same tags, it will then proceed to unlike the photos at the next loop. thanks though aricool :) any chance you could do a similar one for webstagram?
i'm posting a new instaflow macro for webstagram as a new topic in "social networking"-check it if it works for you :)
 
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 !EXTRACT_TEST_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


Dear, Could you pm me please I cant PM I'm new here and I need to reach 15 posts.

Regards,
May
 
Back
Top