The Legend of Heroes: Trails from Zero

The Legend of Heroes: Trails from Zero

Nicht genug Bewertungen
Switching windows with Alt + Tab without pausing the game
Von NIYah
by AutoHotkey v1.1
   
Preis verleihen
Favorisieren
Favorisiert
Entfernen
:
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 Kommentare
personajustice 20. Aug. um 2:45 
thank you, helped me get last achievement
Ditto 20. Sep. 2024 um 10:44 
This work with Trails from Azure too? I just need to change the name?