2014 New Instagram iMacros Likes + Comments

joeladouille

Regular Member
Joined
Jul 12, 2014
Messages
210
Reaction score
91
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).
 
Last edited:
Edit: Successfully posted script 1.
 
Last edited:
Code:
There is a code button you can press, paste it inside of it. looks like a #.

Script is just text I don't see why you can't copy and paste into code tag? Your to new and have low posts for anyone to be going to random links imo.
 
Nice! This is basically what I came up with. I think yours is better though, I just did a 15 second delay and which puts you at half an hour then I just made it sleep for another half. I really have no idea why I did it this way lol

Btw, is there a reason why you put the position numbers? I did mine with the pos=1 and it still worked. I guess the order makes it better for organization though.
 
Nice! This is basically what I came up with. I think yours is better though
Glad you liked it!

I just did a 15 second delay and which puts you at half an hour then I just made it sleep for another half

I didn't understand this part

Btw, is there a reason why you put the position numbers? I did mine with the pos=1 and it still worked. I guess the order makes it better for organization though.
Which one are you talking about? Likes or comments?
 
after a hour it stops working the likes! (comment works fine)
 
Last edited:
after a hour it stops working the likes! (comment works fine)
Check if Instagram didn't temporarily blocked you from liking by liking directly within the Instagram App, if it's the case you'll get a message pop up, you'll have to just change the time between liking to 36 seconds. My personal account is 3 years old and I never got "liking blocked" maybe yours is not old enough to play with the limits.
 
Check if Instagram didn't temporarily blocked you from liking by liking directly within the Instagram App, if it's the case you'll get a message pop up, you'll have to just change the time between liking to 36 seconds. My personal account is 3 years old and I never got "liking blocked" maybe yours is not old enough to play with the limits.

My account is 3 years old and i can like the pictures on the app but not from webstagram.
 
My account is 3 years old and i can like the pictures on the app but not from webstagram.
This is curious.

You know what, to be sure, let's try this, I have made another iMacros Likes, this is for Followgram, try this one, if you can like, then it's Websta who temporarily blocked you, which seems really surprising, if you can't like even with Followgram then it's Instagram who temporarily blocked you from liking within its third-party API.

Code:
[FONT=Helvetica Neue UltraLight]TAG POS=[/FONT][FONT=Helvetica Neue UltraLight]{{!LOOP}}[/FONT][FONT=Helvetica Neue UltraLight] TYPE=I ATTR=CLASS:icon-heart[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=36[/FONT]
 
Last edited:
This is curious.

You know what, to be sure, let's try this, I have made another iMacros Likes, this is for Followgram, try this one, if you can like, then it's Websta who temporarily blocked you, which seems really surprising, if you can't like even with Followgram then it's Instagram who temporarily blocked you from liking within its third-party API.

Code:
[FONT=Helvetica Neue UltraLight]TAG POS=1 TYPE=I ATTR=CLASS:icon-heart[/FONT]
[FONT=Helvetica Neue UltraLight]WAIT SECONDS=36[/FONT]

i got the solution. with that script it works perfect. just edit yourtag

SET !ERRORIGNORE YES
URL GOTO=http://websta.me/tag/yourtag/
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=1 TYPE=A ATTR=TXT:Earlier
REFRESH
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=1 TYPE=A ATTR=TXT:Earlier
REFRESH
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=1 TYPE=A ATTR=TXT:Earlier
REFRESH
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=1 TYPE=A ATTR=TXT:Earlier
REFRESH
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=1 TYPE=A ATTR=TXT:Earlier
REFRESH
TAG POS=1 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=2 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=3 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=4 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=5 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=6 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=7 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=8 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=9 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=10 TYPE=BUTTON ATTR=TXT:Like
WAIT SECONDS=28
TAG POS=1 TYPE=A ATTR=TXT:Earlier

cheers
 
Dude, that's the script that I posted, you just added REFRESH, which I think is not needed if you run multiple loops, so it's this why it stopped after one hour? :)
 
- Ran the script on loop mode (I personally put 3000)

I can't understand this part :(
Please help me with picture -
 
- Ran the script on loop mode (I personally put 3000)

I can't understand this part :(
Please help me with picture -

Under the Play, Pause and Stop button there is an option to put loops.

It looks like:

Repat Macro:
Current: Loops:


Just put 3000 in the loops part
 
- Ran the script on loop mode (I personally put 3000)

I can't understand this part :(
Please help me with picture -
There you go buddy! Screen Shot 2014-08-22 at 20.23.58.png (Click on the image to see it in full size)
 
Last edited:
Back
Top