Jump to content
UBot Underground

Instagram


Recommended Posts

I try to write a bot for the instagram which will be likley. Unfortunately I have a problem can you help?

 

loop(500) {
    navigate("https://www.instagram.com/explore/tags/bikini/","Wait")
    wait for browser event("Everything Loaded","")
    wait(1)
    plugin command("WindowsCommands.dll", "click mouse", "instagram* - UBot Studio Stealth Developer Edition", "HwndWrapper[uBot Studio.exe;;e979f643-70ab-4a44-91f4-b5903a775898]", 869, 528, "Left Click")
    wait(1)
    click(<class="_8scx2 coreSpriteHeartOpen">,"Left Click","No")
    wait(1)
    if($exists(<class="_8scx2 coreSpriteHeartFull">)) {
        then {
            wait($rand(65,130))
        }
        else {
        }
    }
}

 

How to replace mouse click ? i have to  click picture and after can click like ;/

there is any option to like random picture without mouse click ? 

Any one have script instagram to autolike ?

Edited by dahid84
Link to post
Share on other sites

The best way to do what you want if I understand correctly, is to first scrape all the usernames you want to follow and store them in a list. Once you have what you want, you can create the script that will go trough your list, navigate to each profil and follow them. If you want to do it randomly you may want to have your usernames list stored in a table so that you can add an argument column that says if the profil has been followed or not.

 

I hope that helps.

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...