1. Grey Hack
  2. News

Grey Hack News

[Nightly] Update v0.7.2585a

Changelog

- If the player is doing the first mission of the tutorial, the victim's computer admin will not perform any type of trace against him.

- To prevent abuse in Multiplayer mode, the OS color theme is no longer automatically applied when the content of the file Theme.conf is changed manually by text editing.

- Now the OS color theme is shared by the SinglePlayer and Multiplayer modes.

- Added missing documentation from scripting methods.

Translation Editor:

- Added button in Translator Editor to apply the code style in the sample scripts.

- Fixed crash in Translation Editor when loading a page of new text while editing a language created with an earlier version of the game, causing certain data not to be saved correctly.

- New texts added:
DOC_CLOSE_PROGRAM, DOC_CONNECT_WIFI, DOC_CREATE_GROUP, DOC_DELETE_GROUP, DOC_GROUPS, DOC_WIFI_NETWORKS, DOC_SMTP_USER_LIST, DOC_GROUP, DOC_SET_GROUP, DOC_PRINT, DOC_PUT

Known issues: The bold and Code styles are cleaned after apply the text colors. As workaround, apply the bold and Code styles after apply the colors.

[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.