Difference between revisions of "Moorhuhn X - Crazy Chicken X"
Jump to navigation
Jump to search
IntoShadows (talk | contribs) |
IntoShadows (talk | contribs) |
||
| Line 20: | Line 20: | ||
===No Crosshair Patch (By IntoShadows)=== |
===No Crosshair Patch (By IntoShadows)=== |
||
You can also remove the crosshair from the game by downloading these files: [https:// |
You can also remove the crosshair from the game by downloading these files: [https://github.com/IntoShadows/Crosshair-Removal/blob/3f4dd007c845cfda32c0d90e8f8375d069abf46b/Moorhuhn%20X%20-%20Crazy%20Chicken%20X%20No%20Crosshair%20Patch.zip Github] |
||
#Make a backup of these files: '''sharedassets0.assets''' and '''sharedassets1.assets''' located in the '''\Moorhuhn X_Data''' folder in case you ever want the crosshair back later on. |
#Make a backup of these files: '''sharedassets0.assets''' and '''sharedassets1.assets''' located in the '''\Moorhuhn X_Data''' folder in case you ever want the crosshair back later on. |
||
# Overwrite the original files ('''sharedassets0.assets '''and '''sharedassets1.assets)''' with the one you downloaded here'''.''' |
# Overwrite the original files ('''sharedassets0.assets '''and '''sharedassets1.assets)''' with the one you downloaded here'''.''' |
||
Latest revision as of 16:26, 11 July 2026
Chickens are on the loose! Hiding, running, fishing, and flying – chickens are everywhere! It’s up to you and your dead-eye aim to save the farm.
Setup Guide
Purchase and install the game from: Steam
No Crosshair Patch (By IntoShadows)
You can also remove the crosshair from the game by downloading these files: Github
- Make a backup of these files: sharedassets0.assets and sharedassets1.assets located in the \Moorhuhn X_Data folder in case you ever want the crosshair back later on.
- Overwrite the original files (sharedassets0.assets and sharedassets1.assets) with the one you downloaded here.
- play the game.
Sample AHK Script
SetWorkingDir D:\YOUR GAME DIR\
Run, D:\YOUR GAME DIR\Moorhuhn X.exe
Esc::
Process,Close,Moorhuhn X.exe
Run,taskkill /im "Moorhuhn X" /F
sleep, 500
ExitApp
return