Title: [Autohotkey] TERA Author: someone_ Pastebin link: http://pastebin.com/febPz5nt First Edit: Saturday 25th of January 2014 07:04:30 AM CDT Last Edit: Saturday 25th of January 2014 07:04:30 AM CDT Loop {         WinGet,tera,list,ahk_class LaunchUnrealUWindowsClient         Loop, %tera%         {                 WinGetTitle,teratitle, % "ahk_id " tera%A_Index%                 WinGet,active,id,A                 if (teratitle = "TERA") and (tera%A_Index% != active)                 {                         ControlSend,,{f}, % "ahk_id " tera%A_Index%                 }         }         Sleep 1000 }