Difference between revisions of "Hammer Heads Deluxe"
Jump to navigation
Jump to search
IntoShadows (talk | contribs) (Created page with "{{infobox |title = Hammer Heads Deluxe |logo = Hammer-heads-deluxe_1.jpg |category = Windows Game |platform = Myabandonware |download = [https://www.myabandonware.com/game/ham...") |
IntoShadows (talk | contribs) |
||
Line 23: | Line 23: | ||
# Make a backup of these files located in the \images\gui folder in case you ever want the crosshair back later on. | # Make a backup of these files located in the \images\gui folder in case you ever want the crosshair back later on. | ||
− | 1. crosshair.png | + | 1. crosshair.png </br> |
− | 2. crosshair_glow.png | + | 2. crosshair_glow.png </br> |
− | 3. crosshair_snow.png | + | 3. crosshair_snow.png </br> |
− | 4. crosshair_snow_glow.png | + | 4. crosshair_snow_glow.png </br> |
# Overwrite these original files with the ones in the zip you downloaded here. | # Overwrite these original files with the ones in the zip you downloaded here. |
Revision as of 20:31, 15 March 2024
Whack-a-Mole
Setup Guide
Download and Extract the game from Myabandonware
No Crosshair Patch (By IntoShadows)
You can also remove the crosshair from the game by downloading this file: Google Drive
- Make a backup of these files located in the \images\gui folder in case you ever want the crosshair back later on.
1. crosshair.png
2. crosshair_glow.png
3. crosshair_snow.png
4. crosshair_snow_glow.png
- Overwrite these original files with the ones in the zip you downloaded here.
- play the game.
Sample AHK Script
SetWorkingDir D:\YOUR GAME DIR\
Run, D:\YOUR GAME DIR\HammerHeads.exe
Esc::
Process,Close,HammerHeads.exe
Run,taskkill /im "HammerHeads" /F
sleep, 500
ExitApp
return