Difference between revisions of "Aliens Armageddon"
Jump to navigation
Jump to search
| Line 27: | Line 27: | ||
#SingleInstance Force |
#SingleInstance Force |
||
Run, D:\nomousy\nomousy.exe /hide |
|||
Run, D:\Teknoparrot\TeknoParrotUi.exe --profile=AliensArmageddon.xml |
Run, D:\Teknoparrot\TeknoParrotUi.exe --profile=AliensArmageddon.xml |
||
| Line 32: | Line 33: | ||
Process,Close,TeknoParrotUi.exe |
Process,Close,TeknoParrotUi.exe |
||
Run,taskkill /im "TeknoParrotUi.exe" /F |
Run,taskkill /im "TeknoParrotUi.exe" /F |
||
Run, D:\nomousy\nomousy.exe |
|||
sleep, 500 |
sleep, 500 |
||
ExitApp |
ExitApp |
||
Revision as of 23:13, 19 January 2023
In Aliens™ Armageddon a Xenomorph plague is unleashed on Earth causing apocalyptic devastation. Mankind’s only hope for survival is to fight their way to a deep space cargo ship and leave the Earth behind. Aliens features a 55 inch LED cabinet, enhanced gun system, eye catching Aliens topper and four frantic levels of non-stop shooting action, with players battling an onslaught of all new alien enemies.
Sample AHK Script
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force
Run, D:\nomousy\nomousy.exe /hide
Run, D:\Teknoparrot\TeknoParrotUi.exe --profile=AliensArmageddon.xml
~Esc::
Process,Close,TeknoParrotUi.exe
Run,taskkill /im "TeknoParrotUi.exe" /F
Run, D:\nomousy\nomousy.exe
sleep, 500
ExitApp
return