Jump to content

Recommended Posts

Posted (edited)

Why don't you create a macro or something to login for you?

I just made one in 3 minutes. All of the x,y coords work for me but maybe not for you. Change those to your x,y and this will work for you.

; yahooLOGIN

ShellExecute("https://login.yahoo.com/config/login?.src=fpctx&.done=http://www.yahoo.com")
sleep(2000)
MouseClick ( "left" , 692, 338  )
send("Username")
MouseClick("left", 737, 404 )
send("Password")
MouseClick("left", 836, 515 )
Edited by dgarrett8

"I think, therefore I am"[size="1"]René Descartes[/size]

Posted

Why don't you create a macro or something to login for you?

I just made one in 3 minutes. All of the x,y coords work for me but maybe not for you. Change those to your x,y and this will work for you.

; yahooLOGIN

ShellExecute("https://login.yahoo.com/config/login?.src=fpctx&.done=http://www.yahoo.com")
sleep(2000)
MouseClick ( "left" , 692, 338  )
send("Username")
MouseClick("left", 737, 404 )
send("Password")
MouseClick("left", 836, 515 )
Oh no. I want to login Yahoo by CallDll and can send a message to other yahoo account
  • 1 month later...
Posted

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.2.12.1
 Author:         myName

 Script Function:
    Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here
; day la chuong trinh tu dong vao nick YAHOO cua toi
Run("C:\Program Files\Yahoo!\Messenger\YahooMessenger.exe", "", @SW_hide)
$ten = "ham_nhi_0702"
$pass = "xuanmai"
$tieude = wingettitle("Yahoo! Messenger","")
WinActive($tieude)
Sleep(500)
send("username")
sleep(500)
send("{TAB}")
send("pass")
sleep(500)
send("{ENTER}")
send("{ENTER}")

this is the code so you can go to Yahoo in Yahoo! messages

no one

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...