The Legend of Heroes: Trails from Zero

The Legend of Heroes: Trails from Zero

Nedostatek hodnocení
Switching windows with Alt + Tab without pausing the game
Vytvořil: NIYah
by AutoHotkey v1.1
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
:
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
Počet komentářů: 2
personajustice 20. srp. v 2.45 
thank you, helped me get last achievement
Ditto 20. zář. 2024 v 10.44 
This work with Trails from Azure too? I just need to change the name?