Jump to content
UBot Underground

Help For Edit This Source (Like+Comments) Home Page Instagram


Recommended Posts

hi everybody

 

this source for like and comments home page for my account on the Instagram.

But there's a problem....

 

   loop(#manylfg) {
        if($exists(<class="_soakw coreSpriteHeartOpen">)) {
            then {
                focus(<class="_9q0pi coreSpriteEllipsis _soakw">)
                wait(2)
                click(<class="_soakw coreSpriteHeartOpen">"Left Click""No")
                increment(#manylikesfb)
                wait(#ptlfp)
                wait(2)
                if($comparison(#checkboxcommentfp"="$true)) {
                    then {
                        type text(<input,class="_7uiwk _qy55y">#commentlfg"Standard")
                        increment(#manycommentedfp)
                        wait(2)
                        type text(<input,class="_7uiwk _qy55y">"\{ENTER\}""Standard")
                        wait(2)
                        wait for element(<button,class="_4vltl">"""Appear")
                    }
                    else {
                    }
                }
            }
            else {
                run javascript("window.scrollTo(0,document.body.scrollHeight);")
                wait(8)
            }
        }
    }

 

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

A number of element (like and comments) are too high.

and i can't show increment number :(

Because Click on all Elements. While I'm one by one click !!!

what's the solution؟

 

 

Link to post
Share on other sites

i fix "like" for the home page on instgram

----

 

    loop(#manylfg) {
        if($exists(<class="_soakw coreSpriteHeartOpen">)) {
            then {
                click($element offset(<class="_soakw coreSpriteHeartOpen">, 1), "Left Click""No")
                wait(1)
                increment(#manylikesfb)
                if($either($comparison(#checkboxcommentfp"="$true), $either($exists(<class="_7uiwk _qy55y">), $not("<title=\"Delete Comment\">>")))) {
                    then {
                        type text($element offset(<input,class="_7uiwk _qy55y">, 1), #commentlfg"Standard")
                        increment(#manycommentedfp)
                        wait(1)
                        type text($element offset(<input,class="_7uiwk _qy55y">, 1), "\{ENTER\}""Standard")
                        wait(2)
                        wait for element(<button,class="_4vltl">"""Appear")
                        wait(#ptlfp)
                    }
                    else {
                    }
                }

 

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

But the "comments" have problems ...!!!

any on ???? i neeed help ,please

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...