Jump to content
UBot Underground

Profile Picture Upload Not Working For Version 5.9.43


Recommended Posts

Anyone can help me to solve this problem?

 

1. When i change useragent its clear cookies?

 

2. Why picture uploading not working for me?

 

here is the code

define Profile Editor {
    set user agent("Chrome")
    navigate("https://www.facebook.com/","Wait")
    wait for element(<innertext="Facebook">,"","Appear")
    wait for browser event("Everything Loaded","")
    type text($element offset(<email field>,0),"#Fbemail","Standard")
    type text($element offset(<password field>,0),"#Password","Standard")
    click(<login button>,"Left Click","No")
    wait for element(<innertext="Chat">,"","Appear")
    wait($rand(3,5))
    wait(2)
    click(<title="Profile">,"Left Click","No")
    wait for element(<class="_156p">,"","Appear")
    loop(4) {
        wait for element(<class="_156p">,"","Appear")
        click(<class="_156p">,"Left Click","No")
        wait(3)
        wait for element(<class="_5uar">,15,"Appear")
        change file field(<title="Choose a file to upload">,"C:\\Users\\"username"\\Desktop\\images\\22\\6.jpg
")
        wait(3)
        wait for element(<innertext="Make Temporary">,60,"Appear")
        click(<title="Zoom Out">,"Left Click","No")
        click(<data-testid="profilePicSaveButton">,"Left Click","No")
        wait(3)
        wait for element(<innertext=w"*updated her profile picture.">,60,"Appear")
        wait for browser event("Everything Loaded","")
    }
    wait(3)
}

Link to post
Share on other sites

Why customer support so slow?

 

This isn't a place for customer support, it's a forum where we all help each other. If you have a Ubot specific issue you can find customer support here: http://support.ubotstudio.com/ or if you have a bug/feature request you can report it here: http://tracker.ubotstudio.com/

 

In relation to your question its most likely there is an issue with your script so you are correct to post it here and maybe somebody can give some insight as to how to upload a photo to Facebook for you.

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