Difference between revisions of "Balloon of the Living Dead"
Jump to navigation
Jump to search
Meszenator (talk | contribs) m |
Meszenator (talk | contribs) (typo) |
||
Line 22: | Line 22: | ||
$Esc:: | $Esc:: | ||
− | Process,Close, | + | Process,Close,Balloon_of_the_Living_Dead.exe |
Run,taskkill /im "Balloon of the Living Dead.exe" /F | Run,taskkill /im "Balloon of the Living Dead.exe" /F | ||
sleep, 500 | sleep, 500 |
Revision as of 06:24, 13 October 2025
Dive into a relentless arcade rail-shooter where survival means aiming for the grotesque. The infected are covered in disgusting, bubbling cysts, and your trusty shotgun is the only cure. Inspired by the frantic action of House of the Dead, your reflexes are all that stand between you and the horde.
File
Download from Itch.io website
AHK Script
*Use the following script as the game does not have an escape/quite function
#SingleInstance Force
Run, G:\Indies-Light Gun\BOLD\Balloon of the Living Dead.exe
$Esc::
Process,Close,Balloon_of_the_Living_Dead.exe
Run,taskkill /im "Balloon of the Living Dead.exe" /F
sleep, 500
ExitApp