Jump to content
UBot Underground

cjakash

Fellow UBotter
  • Content Count

    12
  • Joined

  • Last visited

Posts posted by cjakash

  1. 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)
    }
    
    
×
×
  • Create New...