Jump to content
UBot Underground

In New Browser, thread,Enable cookies Facebook Login


Recommended Posts

Hi everyone

this is my code


loop($list total(%ac)) {
    thread {

in new browser {
            clear cookies
            navigate("https://www.facebook.com/", "Wait")
            wait for browser event("DOM Ready", "")
            type text($element offset(<email field>, 0), %emaillist, "Standard")
            type text($element offset(<password field>, 0), %emailpasswordlist, "Standard")
            click(<login button>, "Left Click", "No")
            wait for browser event("Page Loaded", 15)
            

}

}
}

But it doesn't work

Fb says cookies is disable ,Please enable bla bla

 

I have been browsing since last 30 hours for this :facepalm:

i think m missing something

thanks in advance

 

Link to post
Share on other sites

@bestimacro

 

Dude ,its grt to see you here too

 

 

thanks for reply ,but i dont think it will solve my problem

 

Seems it works on single thread .but not multithread

 

m Confused in cookies stuff on multithread

 

 

cn any one guide me?

m sure m missing something

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