Looking for amf instagram like imacros

maxis

Regular Member
Joined
Sep 14, 2017
Messages
213
Reaction score
27
Hello, anyone have working instagram like imacros?
 
I've also been digging through the forums for this because the latest working one I was using in March 2017 is no longer working.
This is that script:

Code:
TAB T=1
URL GOTO= -i cant enter a URL because this is my first post-
SET !ERRORIGNORE YES
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&DATA-REACTID:*
WAIT SECONDS=29
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&DATA-REACTID:*
WAIT SECONDS=29
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&DATA-REACTID:*
WAIT SECONDS=29
TAG POS=1 TYPE=I ATTR=CLASS:fa<SP>fa-heart-o<SP>like-icon&&DATA-REACTID:*
WAIT SECONDS=29
TAG POS=1 TYPE=A ATTR=TXT:Earlier
WAIT SECONDS=300

I even tried downgrading my firefox to make it run because the latest version seems to be incompatible.

I also tried recording my script but the lines came back as:
Code:
TAG POS=1 TYPE=I ATTR=ID:1638025694322094094_3012494226

If it helps, this is the HTML I pulled from inspecting the heart icon:
Code:
<i onclick="likeHandler(&quot;1638029135875707760_203649413&quot;,  2 ,  false )" class="fa fa-heart-o" id="1638029135875707760_203649413"></i>

I could only assume that something changed in the past few months but i don't know what the difference would be

Any constructive ideas would be helpful

Thanks :D
 
Back
Top