dylaneftimoff

Newbie
Joined
Dec 6, 2015
Messages
10
Reaction score
1
Hey guys,

I have been trying to make a code for auto-commenting with websta.me, however I am really struggling with this.

I have been using the likes script, but I want to increase engagement with commenting.

Does anyone have a comment iMacro script that is willing to share?

Thanks in advance.
 
Hey,
I´ve been trying to do the same thing... I´m still using the old firefox version cuz it will remain free (I guess), where the newer version has a trial, but then you´d have to pay...

I got up to the point where I can get 1 comment posted, but the following posts don´t get posted for some reason, and the code is exactly the same.

Tha problem I found is that you have to press "enter" to post... and that bit of code is hindering my progress - Im not a developer, not super tech guy... I just do trial and error stuff...

HEre´s what I did so far...




Code:
VERSION BUILD=11.5.499.3066
TAB T=1
TAB CLOSEALLOTHERS
SET !ERRORIGNORE YES
URL GOTO=https://www.instagram.com/explore/tags/freelancer/
WAIT SECONDS=3
CLICK X=141 Y=327
WAIT SECONDS=3
TAG POS=2 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=Nice{ENTER}

TAG POS=1 TYPE=A ATTR=TXT:Next
WAIT SECONDS=5
TAG POS=2 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=Nice{ENTER}

TAG POS=1 TYPE=A ATTR=TXT:Next
WAIT SECONDS=5
TAG POS=2 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=Nice{ENTER}

TAG POS=1 TYPE=A ATTR=TXT:Next
WAIT SECONDS=5
TAG POS=2 TYPE=INPUT:TEXT FORM=NAME:NoFormName ATTR=* CONTENT=Nice{ENTER}
TAG POS=1 TYPE=A ATTR=TXT:Next
WAIT SECONDS=5

The first Key press "enter" works, but the other ones dont...
 
Hi there, you mentioned you are using Websta.me to like photos on instagram. when you use your iMacro on websta.me does it come up with those photos in your 'liked' section? I have an iMacro for likes and it appears to like photos but when i check the 'liked' section in the left hand menu bar those photos dont appear (the only ones that appear are the ones i have physically liked through instagram).
Please help?
 
Back
Top