Originally Posted by
iDubt1991
Just tò be clearer the script Is limited in the log in Page and character selection and nothing else.
It exit After 2 send {Enter}
Outside of that , when logged into the server , its already dead.
No macro of anysort or Logic other than that
Heres the code:
ahk
Run "C:UsersAdminDesktopwarmaneWow.exe"
if WinWait("ahk_exe Wowexe", , 5) {
WinWaitActive "ahk_exe Wow.exe"
Sleep 3000
Send "loremipsum"
Sleep 1000
Send "{Enter}"
Sleep 5000
Send "{Enter}"
} else {
MsgBox "Timeout!"
}