Here is an example of a customized AHK script for PA (running @ 1920x1080) that I was trying. If anyone has any input I appreciate it. I know it's pretty rough around the edges. This one is suppose to load the Attack from Mars tables up to the info page. I used a combination of mouse clicks and keyboard presses. Run, "P:\Pinball Arcade\SteamApps\common\PinballArcade\PinballArcade.exe",,UseErrorLevel Sleep, 8000 Send {Enter Down}, Send {Enter Up} Sleep, 1000 MouseClick, left, 1375, 525 send {click down} sleep, 100 Send {click up} Sleep, 1000 MouseClick, left, 675, 516 send {click down} sleep, 100 Send {click up} Return ExitApp