Skip to content

Powershell based patch script for Hacknet, which fix a bug in Hacknet (about ClockV2.exe).

License

Notifications You must be signed in to change notification settings

hacknet-bar/Hacknet-Patch-ClockV2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacknet-Patch-ClockV2

Powershell based patch script for Hacknet, which fix a bug in Hacknet.

The English and language translations are out of sync, which cause this bug. In Hacknet's translations of Chinese, French, Japanese, Korean, Russian, Spanish and Turkish, The IP address in the memorydump of Head of the Polar Star is differend from the IP of The Gibson (which has ClockV2.exe). In German, the two IP addresses are the same, but they are not randomly generated.

Star this repository if you think it is useful!

Usage

Warning

The script should be run on Windows. Although powershell is cross-platform, these scripts is not guaranteed to work properly on other platforms. The script will change the game content. In some cases you may not want to do this.

Download the Script files from Releases or clone this repository.

git clone https://github.com/FBIKdot/Hacknet-Patch-ClockV2.git
cd Hacknet-Patch-ClockV2/src

Run the patch script.

# If you are using the PowerShell Core, which is built-in on a newer version of Windows
powershell src/patch.ps1

# If you are using Powershell 7
pwsh src/patch.ps1

About

Powershell based patch script for Hacknet, which fix a bug in Hacknet (about ClockV2.exe).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 88.3%
  • Batchfile 11.7%