1. Grey Hack
  2. News

Grey Hack News

[Nightly] Update v0.7.2580a

Changelog

- Added tutorial window when the player first visits a Hackshop, explaining libraries and exploits.
This information can also be found in the Manual > Advanced > Exploits

Translation Editor:

- Now the fields of the color panel do not accept rich text, preventing text with hidden color labels from being pasted in this fields, which caused the color not to be applied correctly to the translation.

- Added 10 text pages to the game:
TUTORIAL_EXPLOITS1 - TUTORIAL_EXPLOITS9, MANUAL_EXPLOITS.

NOTE: new texts are always added to the end of the list.

[Nightly] Update v0.7.2576a

Changelog

Several problems with the Translation Editor have been fixed:

- Fixed bug that caused the color labels to be applied incorrectly, causing the translated page could be corrupted in certain situations.

- Now the "Delete format" button no longer eliminates line breaks.

- Added option, to switch between "rich text" or "plain text" mode, hiding or showing the code of the color labels respectively.

- Added option to search by page number. To activate it, click on the numbering of the current page.

- Fixed bug that caused the panel colors not to be updated after performing a search.

[Nightly] Update v0.7.2575a

Changelog

- Fixed bug #356: (linux) Can't use backspace or use tabs in CodeEditor.exe

- Fixed bug in the "Required library" vulnerability causing certain exploits to fail even if the conditions were met correctly.

- Fixed bug in libraries that caused x.x.9 versions to be skipped

- Fixed bug that caused the dependency of a library, as an exploit requirement, it was never generated with a version higher than 1.0.0.

- Fixed a bug that caused some vulnerabilities to generate dependencies from the same library to which it belong.

[Nightly] Update v0.7.2570a

Changelog

- Fixed crash in the scripting system when using null as an index value in a list or string. Now the error is reported indicating the line where it occurred.

- Removed requirement of "active connection" in the exploits.

- Fixed bug #384: Uploading file gets stuck on "Processing..."

- Fixed bug that caused the name entered by the player to be ignored when downloading an exploit from the store.

- Fixed crash in the scripting system when passing null as value in the methods: abs, acos, asin, atan, char(i), ceil, cos, floor.

[Nightly] Update v0.7.2565a

Changelog

- Fixed regression bug in multiplayer mode that could cause the terminal's default path to be "/" instead of the home user.

- Fixed crash in the metalib.overflow method when trying to run an exploit using the router's LAN IP as a parameter, instead of a LAN computer IP.

- Fixed crash in the computer.wifi_network and crypto.airmon methods if an invalid network device name was passed as a parameter.

- Fixed crash in the slice method when passing the parameters incorrectly in a string type.