Grand Shooter
Revision as of 16:24, 11 July 2026 by IntoShadows (talk | contribs)
Grand Shooter is the reinvention of the Light Gun Shooter genre, from old school arcades to modern devices
Setup Guide
Purchase and extract the game from: itch.io itch.io
No Crosshair Patch (By IntoShadows)
You can also remove the crosshair from the game by downloading this file: Github
- Make a backup of the file: globalgamemanagers.assets located in the \GrandShooter_1.0.3_x64_Data folder (your version of the game may be different) in case you ever want the crosshair back later on.
- Overwrite the original file (globalgamemanagers.assets) with the one you downloaded here.
- play the game.
Sample AHK Script
SetWorkingDir D:\YOUR GAME DIR\
Run, D:\YOUR GAME DIR\GrandShooter_1.0.3_x64.exe
Esc::
Process,Close,GrandShooter_1.0.3_x64.exe
Run,taskkill /im "GrandShooter_1.0.3_x64" /F
sleep, 500
ExitApp
return