The Legend of Heroes: Trails from Zero

The Legend of Heroes: Trails from Zero

Otillräckligt med betyg
Switching windows with Alt + Tab without pausing the game
Av NIYah
by AutoHotkey v1.1
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
:
t := "The Legend of Heroes: Trails from Zero | Steam Enabled | GOG Initialized"
While(true)
{
if (WinExist(t))
{
if (!WinActive(t))
{
PostMessage 0x06,1,,,%t%
}
}
Sleep,100
}
return
2 kommentarer
personajustice 20 aug @ 2:45 
thank you, helped me get last achievement
Ditto 20 sep, 2024 @ 10:44 
This work with Trails from Azure too? I just need to change the name?