Prohibition 1930

From Sinden Lightgun
Revision as of 11:22, 7 December 2022 by McShufts (talk | contribs) (Created page with "Prohibition 1930 is a free to download and play game, Its set in Chicago during prohibition and plays much like Time Crisis. <youtube>https://youtu.be/SCyAWl8xSWU</youtube>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prohibition 1930 is a free to download and play game, Its set in Chicago during prohibition and plays much like Time Crisis.

Download Game: https://www.gametop.com/download-free-games/prohibition-1930/

Download Auto Hot Key HERE

Download no-crosshair patch: HERE

Example AHK script:

SetWorkingDir C:\YOUR DIR HERE\Prohibition 1930 
Run, "C:\YOUR DIR HERE\Prohibition 1930\wrapgame.exe" 
(YOUR KEYBIND HERE FOR HIDE)::space 
(YOUR KEYBIND HERE FOR BULLET TIME)::t 

RButton::r 
WheelUpDown:                            
Send,{WheelDown 1}    

Return (YOUR KEYBIND HERE FOR EXIT)::    
Process,Close,wrapgame.exe    
Run,taskkill /im "wrapgame.exe" /F    
ExitApp 
return