joeladouille
Regular Member
- Jul 12, 2014
- 210
- 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:
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:
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).
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: