Difference between revisions of "Balloon of the Living Dead"

From Sinden Lightgun
Jump to navigation Jump to search
(typo)
m
Line 17: Line 17:
  
 
===AHK Script===
 
===AHK Script===
''*Use the following script as the game does not have an escape/quite function''<syntaxhighlight lang="ahk">
+
''*Use the following script as the game does not have an escape/quit function''<syntaxhighlight lang="ahk">
 
#SingleInstance Force
 
#SingleInstance Force
 
Run, G:\Indies-Light Gun\BOLD\Balloon of the Living Dead.exe
 
Run, G:\Indies-Light Gun\BOLD\Balloon of the Living Dead.exe

Revision as of 06:25, 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.


Balloon of the Living Dead

Itcho Games
Download: Itch.io
License: Pay what you want
Game info
Developer: No BS
Released: August 2025
Players: 1 Player
Type: Shooting Gallery
Ballon of the Living Dead-Gameplay.jpg
Ballon of the Living Dead-Gameplay 2.png

File

Download from Itch.io website

AHK Script

*Use the following script as the game does not have an escape/quit 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


Default Controls
Shoot (trigger): Left Mouse
Reload: Right Mouse / Off Screen
Special: R - Return to Main Menu