Title: [Autohotkey] TERA afk Author: someone_ Pastebin link: http://pastebin.com/2LH1zFZN First Edit: Friday 5th of June 2015 11:59:37 AM CDT Last Edit: Last edit on: Friday 5th of June 2015 12:00:01 PM CDT Loop {         WinGet,tera,list,ahk_class LaunchUnrealUWindowsClient         Loop, %tera%         {                 WinGetTitle,teratitle, % "ahk_id " tera%A_Index%                 if (teratitle = "TERA")                 {                         ControlSend,,{space}, % "ahk_id " tera%A_Index%                 }         }         Sleep 30000 }