zxzxzx Posted August 21, 2008 Posted August 21, 2008 I read this topic: http://www.autoitscript.com/forum/index.php?showtopic=73908 Who can fix it ? Or How to login yahoo in AutoIT ?
DW1 Posted August 21, 2008 Posted August 21, 2008 (edited) Log in to Yahoo mail or log into YIM (Yahoo instant messenger)?\If Yahoo mail, then you can use this script from the Autoit Snippets site. Edited August 21, 2008 by danwilli AutoIt3 Online Help
dgarrett8 Posted August 23, 2008 Posted August 23, 2008 (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 August 23, 2008 by dgarrett8 "I think, therefore I am"[size="1"]René Descartes[/size]
zxzxzx Posted August 23, 2008 Author Posted August 23, 2008 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
xuanmai Posted September 30, 2008 Posted September 30, 2008 #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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now