The Legend of Heroes: Trails from Zero

The Legend of Heroes: Trails from Zero

Nincs elegendő értékelés
Switching windows with Alt + Tab without pausing the game
Készítő: NIYah
by AutoHotkey v1.1
   
Díjazás
Kedvenc
Kedvenc
Törlés
:
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 megjegyzés
personajustice aug. 20., 2:45 
thank you, helped me get last achievement
Ditto 2024. szept. 20., 10:44 
This work with Trails from Azure too? I just need to change the name?