2014 New Instagram iMacros Likes + Comments

It's been working great except I've had one problem that I just can't seem to fix.

whenever I check on my computer I always come back to TONS of these windows popped open: http://i.imgur.com/aINsCwb.jpg

It makes my computer lag and I'm sure there's a way for this to be avoided. Please help, thanks!
 
Hey are you able to come up with script that can comment and like when I run the loop?
 
this works like a charm! i was just wondering if this script will run for multiple accounts.
if my ip wont be flagged or something.
 
for the record, i would say guys to be careful when you use the comment. i happened to comment "nice one" on a photo of a funeral, and "awesome" to a photo of someone who just died of cancer. i felt terrible.
 
for the record, i would say guys to be careful when you use the comment. i happened to comment "nice one" on a photo of a funeral, and "awesome" to a photo of someone who just died of cancer. i felt terrible.

If you're commenting in a tag about death, you might want to change the comments...? like that is completely your fault nobody needs to "be careful"
 
Hi,
I got this problem. when i comment, the pop up for download is appear and i cant do anything. 1.jpg
I download the file and open in note:
{"status":"NG","message":"Wrong parameter."}
Anyone know how to fix it please :(
 
It's been working great except I've had one problem that I just can't seem to fix.

whenever I check on my computer I always come back to TONS of these windows popped open: http://i.imgur.com/aINsCwb.jpg

It makes my computer lag and I'm sure there's a way for this to be avoided. Please help, thanks!

2 possibilities, you changed the script and you messed up somewhere, or something is wrong with your iMacros extension, as I can see, the extension try to download a file and it shouldn't at all.

Best thing to do, delete your iMacros extension, reinstall it, to add a script, right click on a random .iim, click Edit Macro, delete everything inside, paste my script.
 
Hey are you able to come up with script that can comment and like when I run the loop?

That's not necessary to merge the 2 scripts, you just have to open 2 separate windows (not tabs) and run both scripts at the same time.
 
this works like a charm! i was just wondering if this script will run for multiple accounts.
if my ip wont be flagged or something.

Yes it'll work for multiple accounts, as long as you log out and log in for each of them. But not to many though. I don't do mass accounts creation so I don't know the limits.
 
for the record, i would say guys to be careful when you use the comment. i happened to comment "nice one" on a photo of a funeral, and "awesome" to a photo of someone who just died of cancer. i felt terrible.

Ahahahahah that's a good one :) yeah your comments should match your tags obviously.
 
Thanks for the contribution and support OP!
Everything is running pretty smoothly for me after reading thru the thread.
I am running into a slight issue with the liking script as every time the iMacros gets to a line with TAG POS={{!LOOP}} command it pauses and times out for 100 seconds for "Tag waiting..."
Know how to bypass this 100 second delay?
 
Thanks for the contribution and support OP!
Everything is running pretty smoothly for me after reading thru the thread.
I am running into a slight issue with the liking script as every time the iMacros gets to a line with TAG POS={{!LOOP}} command it pauses and times out for 100 seconds for "Tag waiting..."
Know how to bypass this 100 second delay?

You're welcome :)

That's because Firefox is a stupid piece of shit.

You can add this line:

Code:
SET !TIMEOUT 5

Under

Code:
SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO

5 equal the maximum number of seconds that you allow to Firefox to load, you can obviously change it as you wish.

Or it's just because you already liked all loaded pictures and the script is looking for other pictures not liked yet.
 
Last edited:
since yesterday, websta isnt liking any photos. i tried revoking the access and clearing caches etc. but still it didnt work. i tried followgram with your other script, it worked for a few minutes, but it stopped eventually. idk what to do :hmmmm2: *sobs*
 
Hello there am usin websta



SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:profimg&&HREF:/n/* EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
TAB CLOSE
SET !VAR5 NULL
SET !VAR5 EVAL("var randomNumber=Math.floor(Math.random()*56); randomNumber;")
WAIT SECONDS={{!VAR5}}

------------------------------------------------------------------------------


the problem is it only folliw 50 can you add a comande to click on next page ?

like its make 50 follow and then click on next page and then repeat followin 50 like that
 
since yesterday, websta isnt liking any photos. i tried revoking the access and clearing caches etc. but still it didnt work. i tried followgram with your other script, it worked for a few minutes, but it stopped eventually. idk what to do :hmmmm2: *sobs*

Can you give more details? When you like, does it like and unlike right after? Or doesn't like at all? What happens when you like within the Instagram App? Any error message?
 
Hello there am usin websta



SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
SET !TIMEOUT_STEP 2
TAB T=1
TAG POS={{!LOOP}} TYPE=A ATTR=CLASS:profimg&&HREF:/n/* EXTRACT=HREF
TAB OPEN
TAB T=2
URL GOTO={{!EXTRACT}}
WAIT SECONDS=2
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=2
TAB CLOSE
SET !VAR5 NULL
SET !VAR5 EVAL("var randomNumber=Math.floor(Math.random()*56); randomNumber;")
WAIT SECONDS={{!VAR5}}

------------------------------------------------------------------------------


the problem is it only folliw 50 can you add a comande to click on next page ?

like its make 50 follow and then click on next page and then repeat followin 50 like that

Unfortunately it's not possible, you have 2 choices, you keep an eye on Websta and click manually each time, or I can give you another one for Ink361?
 
Back
Top