Difference between revisions of "Aliens Armageddon"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 12: | Line 12: | ||
|titleshot = Aliens-armageddon-title.png | |titleshot = Aliens-armageddon-title.png | ||
|gameplayshot = Aliens-armageddon-Gameplay.webp | |gameplayshot = Aliens-armageddon-Gameplay.webp | ||
+ | |gamename = Aliens Armageddon | ||
|note = Requires TeknoParrot Patreon | |note = Requires TeknoParrot Patreon | ||
}} | }} | ||
Line 27: | Line 28: | ||
#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 34: | ||
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 |
Latest revision as of 19:36, 2 February 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