Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoTrayIcon
- ; Repetir entre los braces mientras que el variado WindowText no contiene el string "`n* Starting: Daytona USA "
- ; '`n' quiere decir nueva linea
- While !InStr(WindowText, "`n* Starting: Daytona USA ") {
- ; Coger el text del window
- ; "Game Daytona USA ahk_class #32770" dice al AutoHotkey que use la ventana que tenga el titulo "Game Daytona USA" Y sea del clase "#32770"
- WinGetText, WindowText, Game Daytona USA ahk_class #32770
- ; Espera un poco. Dismiñua ese numero para mejorar el precision del script
- Sleep 250 ; milliseconds
- }
- Run file
- Sleep 1000 ; cerrar autohotkey tras 1 segundo
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment