Jump to content

Recommended Posts

Posted (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 by cyberhat
Posted

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>

Posted

Has been fixed.

Opt("WinTitleMatchMode", 4)

ShellExecute(@ScriptDir & "\Au3Info.exe")

WinWait("Enter Password","")

ControlFocus("Enter Password","","Edit1")

ControlSetText("Enter Password","","Edit1", "1111")

Exit

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...