The Legend of Heroes: Trails from Zero

The Legend of Heroes: Trails from Zero

Not enough ratings
Switching windows with Alt + Tab without pausing the game
By NIYah
by AutoHotkey v1.1
   
Award
Favorite
Favorited
Unfavorite
:
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 Comments
personajustice 20 Aug @ 2:45am 
thank you, helped me get last achievement
Ditto 20 Sep, 2024 @ 10:44am 
This work with Trails from Azure too? I just need to change the name?