The Legend of Heroes: Trails from Zero

The Legend of Heroes: Trails from Zero

评价数不足
Switching windows with Alt + Tab without pausing the game
由 NIYah 制作
by AutoHotkey v1.1
   
奖励
收藏
已收藏
取消收藏
:
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 条留言
personajustice 8 月 20 日 上午 2:45 
thank you, helped me get last achievement
Ditto 2024 年 9 月 20 日 上午 10:44 
This work with Trails from Azure too? I just need to change the name?