Jump to content
UBot Underground

Can You Login Into Twitter?


Recommended Posts

Can you login to twitter?

I can't get the password to work.

The username works fine tho

 

I also tried Seth's bot bank twitter login code and it's not working either?

Link to post
Share on other sites

Use the image selector for the password field and it will work or:

 

type text(<class="text-input flex-table-input">,12234,"Standard")

Link to post
Share on other sites

it works fine here

 

https://vid.me/Lh6C

clear cookies
set user agent("Chrome")
navigate("https://twitter.com/login", "Wait")
wait for element(<class="t1-label remember">, "", "Appear")
type text($element offset(<email field>, 1), "blahblah", "Standard")
type text($element offset(<password field>, 1), "blahblah", "Standard")
click($element offset(<login button>, 1), "Left Click", "No")

Link to post
Share on other sites

I think you should avoid element offsets as possible.

Saludos

:)  you are right.  But the idea is to show that ubot is still working on twitter, at least in the loggin in task.

 

Saludos :)

 

Luis Carlos

Link to post
Share on other sites

hello, i need help in create account in hotmail, the fail me is the reenter password

 

http://prntscr.com/b9ujzz

 

Your password data and  reenter password data is not same ! . Please use try this code

set(#password,"{$account data("Password")}{$rand(10,500)}","Global")
type text($element offset(<password field>,0),#password,"Standard")
type text($element offset(<password field>,1),#password,"Standard")

Hope it helps :)

Link to post
Share on other sites

Your password data and  reenter password data is not same ! . Please use try this code

set(#password,"{$account data("Password")}{$rand(10,500)}","Global")
type text($element offset(<password field>,0),#password,"Standard")
type text($element offset(<password field>,1),#password,"Standard")

Hope 

 

Your password data and  reenter password data is not same ! . Please use try this code

set(#password,"{$account data("Password")}{$rand(10,500)}","Global")
type text($element offset(<password field>,0),#password,"Standard")
type text($element offset(<password field>,1),#password,"Standard")

Hope it helps :)

 
god you're a genius ! thank you very much!!!!!   :)  :wub: 
 
Link to post
Share on other sites

Guys! I have a twitter account. But I have no idea about this account. Because I have not use my this account. If all of you know about this account in detail then all of you must share with me. I am waiting for your replies,.

Please open a different thread with your question, and give more details about what you want.

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