2014 New Instagram iMacros Likes + Comments

I don't know why, but it stopped "Liking". I don't think it's the script 'cause "Like" is selected but somehow I cannot like from websta.me anymore. Do you know why? I'm just using that one client and keep the delay between 28-30 secs. Does it really work 24/7 for you? o.O

What happens when you like with the Instagram App? Does it like then unlike? Any error message in the iMacros extensions? Try with Followgram http://www.blackhatworld.com/blackh...agram-imacros-likes-comments.html#post7153771
 
What happens when you like with the Instagram App? Does it like then unlike? Any error message in the iMacros extensions? Try with Followgram

Hey, thanks for the reply! On the Instagram App it doesn't "unlike" when I like photos, it's only on the Website, dunno why. and btw: do you have any link to your mass following script?

and nope, no error on the script, I can't even like manually on the site then, so dunno how u can be running it for 24/7

thanks again for the support and for the scripts, obviously.
 
Last edited:
Thanks Very nice post.

Hi guys,

I want to share with you 2 iMacros that I did myself, both are working 24/7 without any problems with my personal account, tested and approved.

I highly recommend to use Firefox with iMacros, I know you're gonna say "bro you don't know anything Google Chrome is the best" yeah I know but the iMacros extension works way better with Firefox than Google Chrome.

These iMacros are made for Websta (previously Webstagram), but It's easy to make an iMacros for any Instagram web viewer, you just need to take a look at the page's source code and half a brain.

- Go to websta
- On the right you're gonna see a search bar
- Put in there your targeted hashtag
- Click on the hashtag
- Change to list view
- Ran the script on loop mode (I personally put 3000)

iMacro Likes:
Code:
[FONT=Helvetica Neue UltraLight]SET !ERRORIGNORE YES
[/FONT][FONT=Helvetica Neue UltraLight]REFRESH[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=2 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=3 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=4 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=5 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=6 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=7 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=8 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=9 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=10 TYPE=BUTTON ATTR=TXT:Like[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=28[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=A ATTR=TXT:Earlier[/FONT]

Note: As you can see the delay between every like is 28 seconds to comply with Instagram's latest limits, which are 100 likes per hour / 60 minutes = 1,6 likes per minutes / 60 seconds = 27,7 seconds.

iMacro Comments:
Code:
[FONT=Helvetica Neue UltraLight]SET !ERRORIGNORE YES
[/FONT][FONT=Helvetica Neue UltraLight]REFRESH[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Nice[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=2 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Cool[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=2 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=3 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Dope[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=3 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=4 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Fine[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=4 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=5 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Nice[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=5 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=6 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Cool[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=6 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=7 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Dope[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=7 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=8 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Fine[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=8 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=9 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Nice[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=9 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=10 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Cool[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=10 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=11 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Dope[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=11 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=12 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Fine[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=12 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=13 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Nice[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=13 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=14 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Cool[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=14 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=15 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Dope[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=15 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=16 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Fine[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=16 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=17 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Nice[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=17 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=18 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Cool[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=18 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=19 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Dope[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=19 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=20 TYPE=TEXTAREA FORM=ACTION:/api/comments ATTR=CLASS:"form-control" CONTENT=Fine[/FONT]
[FONT=Helvetica Neue UltraLight]TAG POS=20 TYPE=INPUT:SUBMIT FORM=ACTION:/api/comments ATTR=NAME:submit[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=60[/FONT]

Note 2: As you can see the delay between every comment is 60 seconds to comply with Instagram's latest limits, which are 60 comments per hour. I added some adjectives (nice, cool, fine, etc) that are pretty common and can fit most of people's pictures. You can obviously change them to whatever you want, but with these I never got any weird or negative answers.

Note 3: I run this iMacros Comments 30 loops twice a day, because when it run for too long Instagram's algorithm will detect it and give you a temporary "comments ban" (usually last a few hours).
 
Hey, thanks for the reply! On the Instagram App it doesn't "unlike" when I like photos, it's only on the Website, dunno why. and btw: do you have any link to your mass following script?

and nope, no error on the script, I can't even like manually on the site then, so dunno how u can be running it for 24/7

thanks again for the support and for the scripts, obviously.

Did you tried with the link that I sent you for Followgram? And on Websta does it like then unlike or doesn't like at all? Any error in iMacros? (The yellow box at the bottom) If you could make a video that'd help a lot.

There's plenty of mass follow script on the forum, search for "Jack instagram iMacros".
 
Hi-

Thanks so much for your help on this, its definitive and very useful.
I've been trying to adopt this for Iconosquare, and to load the page with a hashtag, then go through them and like and comment. I've used Websta but found it was unreliable. Do both apps allow the same amount of likes (I read Icono does 100 likes/hour).

Can you please see the below code? I'm having trouble on the 'TAG POS=1 TYPE=A ATTR=TXT:Earlier' which is not working with Iconosquare. Would really appreciate if you can let me know how to alter. If you also see any improvements I can make, please let me know. Cheers! :cool:

TAG POS=1 TYPE=A ATTR=ID:like-*
TAG POS=1 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=1 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=2 TYPE=A ATTR=ID:like-*
TAG POS=2 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=2 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=3 TYPE=A ATTR=ID:like-*
TAG POS=3 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=3 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=4 TYPE=A ATTR=ID:like-*
TAG POS=4 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=4 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=5 TYPE=A ATTR=ID:like-*
TAG POS=5 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=5 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=6 TYPE=A ATTR=ID:like-*
TAG POS=6 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=6 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=7 TYPE=A ATTR=ID:like-*
TAG POS=7 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=7 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=8 TYPE=A ATTR=ID:like-*
TAG POS=8 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=8 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=9 TYPE=A ATTR=ID:like-*
TAG POS=9 TYPE=TEXTAREA ATTR=ID:comment-* CONTENT=Sharp<SP>shot!
TAG POS=9 TYPE=A ATTR=ID:postComment-*
WAIT SECONDS=30
TAG POS=1 TYPE=A ATTR=TXT:Earlier
WAIT SECONDS=30
 
Did you tried with the link that I sent you for Followgram? And on Websta does it like then unlike or doesn't like at all? Any error in iMacros? (The yellow box at the bottom) If you could make a video that'd help a lot.

There's plenty of mass follow script on the forum, search for "Jack instagram iMacros".

hey, nah, there ain't an error. it doesn't like at all. I can't even like manually then, dunno why. it selects "like", but the pic isn't liked. I don't think it's any limit 'cause my account's already really old and I can't have reached limits as it stopped liking after around 5-10 mins. :/
 
I am also unable to like any pictures after about 2 hours of running the script. The code was unchanged (28s delay) on a week old account in firefox. It worked well for ca 2 hours and now when I click "like" in websta it quickly unlikes it, I am able to still like pictures in the instagram app though.

Edit: after pausing the script for about 15 min I am able to like pictures on websta again. Should I do a higher delay? Manually on the app I have occasionally liked maybe 200-300 pictures an hour.
 
Last edited:
Sorry guys I won't have the time the answer to all the comments anymore, if you have a problem read the other comments :D
 
I would increase the delay. What you are experiencing is what IG does when you like too many photos in an hour. My experience is that you are safe from this if you keep it at 80 likes an hour.
 
For some reason my script repeats itself when commenting. It won't go to the next page, can you explain why it may be doing that?
 
For some reason my code is now downloading the comments instead. Any reason why this may be happening?
 
I'm going to test this and see how it dose, it's very nice of you to share your scripts.
 
I would increase the delay. What you are experiencing is what IG does when you like too many photos in an hour. My experience is that you are safe from this if you keep it at 80 likes an hour.

Yeah thats what I figured out as well and what seemed to have been the problem
 
Thanks for the script, works great for me.

Unfortunately today my account (4-5 months old) was deleted permanently. I've never had a warning before and ran the bot pretty frequently, although admit I took a break around Thanksgiving. Just wanted to give everyone a heads up that the delay time featured in the OP script can (at least now) result in an account ban.

Anyone have any advice for getting that account back? I grew to about 1,100 followers in a month or two with varied usage.
 
OP does it do what instagress or followliker does? What those tools do is search profile for a given hashtage and automatically like/comment on them.

Does this IMACRO script search for specific profile who mention the given hashtag?

/nutserious
 
So what hashtags is everyone using?

I have two accounts, one with 48k, and one with only 46.
48k one kinda dead cause I left ig for a year, so a lot of people not interested now. I was going to run this on my new account. I'm getting into digital media and art. I was gonna do hashtags for that but I need female followers, my work will be focused on them so I was gonna just run auto like on things such as "#curvy".

Also, thanks op.
 
When i run the comment script, every time it clicks on "comment" webstra downloads a file to my computer. i get the "open or save" dialog box etc, but the comment wont be posted.. Any fix?
 
Back
Top