Another New Instagram iMacros Likes + Comments

joeladouille

Regular Member
Joined
Jul 12, 2014
Messages
210
Reaction score
91
Wassup dudes,

I recently posted 2 Instagram iMacros Likes + Comments for Websta here:
http://www.blackhatworld.com/blackh...014-new-instagram-imacros-likes-comments.html

They are both working perfectly, but you never know what will be the future, so in case that Websta change something, here is 2 Instagram iMacros Likes + Comments for Followgram:

iMacros Likes:
Code:
[FONT=Helvetica Neue UltraLight]URL GOTO=http://followgram.me/tag/ [COLOR=#ffd700]your targeted hashtag here
[/COLOR][/FONT][FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=I ATTR=CLASS:icon-heart[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]

iMacros Comments:
Code:
[FONT=Helvetica Neue UltraLight]URL GOTO=http://followgram.me/tag/ [/FONT][COLOR=#FFD700][FONT=Helvetica Neue UltraLight]your targeted hashtag here
[/FONT][/COLOR][FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=I ATTR=CLASS:icon-comment[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=INPUT:TEXT ATTR=CLASS:"comment_text_input" CONTENT=Nice<SP>![/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=INPUT:BUTTON FORM=NAME:NoFormName ATTR=VALUE:Send
[/FONT][FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
:)
 
That sucks that I can't edit my post. I wanted to change:

Code:
[COLOR=#000000][FONT=Helvetica Neue UltraLight]TAG POS=1[/FONT][/COLOR]

By:

Code:
[COLOR=#000000][FONT=Helvetica Neue UltraLight]TAG POS=[/FONT][/COLOR][B]{{!LOOP}}[/B]
 
Last edited:
you got more sites?

Ink361, and Iconosquare (formally Statigram)

As I said:

It's really really really easy to make an iMacros any Instagram web viewer, just go on page that you want an iMacros from, use the "Record" mode, do the action that you want to repeat, take a look at the result, adjust the result as what you want and that's it.
 
on ink361, is there a way to make a macro to like 1 photo for every person that follows a certain user on a page like: /app/users/ig-787132/natgeo/followers?
 
I love your scripts do you have any for youtube like,sub ??? It works fast and great
 
I am new in Instagram & I have few questions: So if I like other people's photo or comment on them, they will get a notification and follow me back?? right?

What if I follow others.. Will they also get a notification and will follow me back?
 
I am new in Instagram & I have few questions: So if I like other people's photo or comment on them, they will get a notification and follow me back?? right?

What if I follow others.. Will they also get a notification and will follow me back?

They will get a notification if you like, comment or follow them. They may or may not follow you back though.
 
Those are just the right macros for me thanks mate, i am now gaining easy 200 followers a day with just 1 acccount advertising.
 
Are these delays current and won't cause an account to get banned? Or do they need to be updated?

Also say I wanted to run this on 5 accounts, would using sandboxie and just Opening new sessions of Firefox and using this work?
 
on ink361, is there a way to make a macro to like 1 photo for every person that follows a certain user on a page like: /app/users/ig-787132/natgeo/followers?

Yep, but it's for Iconosquare (they all work the same anyway) first you'll need to scroll down to load a bunch of users, to do this automatically, use this macro:

(When I use it I run like 3000 loops)

Code:
URL GOTO=javascript:window.scrollBy(0,20000)

And then:

Code:
SET !ERRORIGNORE YESSET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:lienPhotoGrid&&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
TAB CLOSE
WAIT SECONDS=24
 
Are these delays current and won't cause an account to get banned? Or do they need to be updated?

You can check people's feedback on my other thread (same delay) everyone seems happy http://www.blackhatworld.com/blackh...014-new-instagram-imacros-likes-comments.html

Also say I wanted to run this on 5 accounts, would using sandboxie and just Opening new sessions of Firefox and using this work?

Sorry I have no idea what Sandboxie is, but these scripts will only work with one account since Instagram allow only one session (user) from a browser.
 
Last edited:
Thank you man! Your script works perfectly!
I always tried to make an imacro to work with iconosquare, but never came to a good result.
Thank to your brilliant solution, now I'm again playing with IG after months.
Is it ok if i post my own twisted version here, when I'm done?
 
Thank you man! Your script works perfectly!
I always tried to make an imacro to work with iconosquare, but never came to a good result.
Thank to your brilliant solution, now I'm again playing with IG after months.

You're welcome mate! :)

Is it ok if i post my own twisted version here, when I'm done?

Sure, just don't forget to cite the source ;)
 
Do you have a script that can go to a user's followers and comment on the first picture of each follower?
 
This still works ?

Ill download it and hit edit when i test it.
 
Are these delays current and won't cause an account to get banned? Or do they need to be updated?

Also say I wanted to run this on 5 accounts, would using sandboxie and just Opening new sessions of Firefox and using this work?

You can google how to set up variable speeds in imacros and just simply adding it in your code. It would look something like

SET !ERRORIGNORE YES
SET !VAR1 EVAL("var randomNumber1=Math.floor(Math.random()*25 + 15); randomNumber1;")
TAB T=1
URL GOTO=(//SAME AS ABOVE EXAMPLE, CAN'T POST URL)
TAG POS=1 TYPE=I ATTR=CLASS:icon-heart
WAIT SECONDS={{!VAR1}}
 
Back
Top