cyberhat Posted July 21, 2011 Posted July 21, 2011 (edited) Hanging in the password file, autoit automatically entered in the password and would like to proceed. The exact steps used ControlSetText command? ps) sorry, did not know English translation 1.Au3info.exe -> password.exe -> lock. (Passwords in a file calls.) 2.Au3info.exe -> Au3info_p.exe (Change the file name) 3.run Au3info_p.exe => password(1111) => Run(@ScriptDir & "\Au3Info_p.exe") WinWait("[CLASS:Au3info]") ControlSetText("[CLASS:Au3info]"", "", "Enter password", "1111") Edited July 21, 2011 by cyberhat
JohnOne Posted July 21, 2011 Posted July 21, 2011 There is error in syntax Try ControlSetText("[CLASS:Au3info]", "", "Enter password", "1111") But I was not aware Au3info had a password field. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
JohnOne Posted July 21, 2011 Posted July 21, 2011 ControlSetText("[CLASS:Au3info]"", "", "Enter password", "1111") extra quotation in your code is hilighted in red.Should be ControlSetText("[CLASS:Au3info]", "", "Enter password", "1111") AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
cyberhat Posted July 21, 2011 Author Posted July 21, 2011 link password.exe => http://greenwings.kr/167
JohnOne Posted July 21, 2011 Posted July 21, 2011 I'm not clicking that. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
sleepydvdr Posted July 22, 2011 Posted July 22, 2011 I don't think the link to that website was a problem. I think the problem is the website appears to be in Korean and we have no idea what that executable does. I won't be playing with that unknown executable. #include <ByteMe.au3>
cyberhat Posted July 23, 2011 Author Posted July 23, 2011 Has been fixed. Opt("WinTitleMatchMode", 4) ShellExecute(@ScriptDir & "\Au3Info.exe") WinWait("Enter Password","") ControlFocus("Enter Password","","Edit1") ControlSetText("Enter Password","","Edit1", "1111") Exit
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