1. Grey Hack
  2. News

Grey Hack News

[Nightly] Update v0.7.3301a

[h3]Changelog[/h3]
- Fixed crash in computer.delete_user when deleting a user if "/home" did not exist in the filesystem.

- Trace System enabled.

- Increased aggressiveness of admins on networks. Except for private networks, an admin will start a trace when a shell is obtained or a file is deleted. The admin skill level is taken into account to start a trace or not under these conditions.

- Fixed bug where admins never log into computers on their network.

[h3][Nightly] Update v0.7.3298a[/h3]
- Fixed bug where "router.devices_lan_ip" stopped showing the address of any player connected to the router after a while playing.

- Updated game admin tools.

[Nightly] Update v0.7.3294a

[h3]Changelog[/h3]
- Fixed bug that could cause the admin not to login when using the Social Engineering option "Admin Online".

- Fixed bug in the names generation that could cause frequent repetitions, affecting user names, passwords, etc.

- Fixed bug that could prevent logging into the bank account of an npc in certain circumstances.

- Fixed bug that could prevent a bank transaction from taking place, returning the message "Error: the transaction can not be made."

[Nightly] Update v0.7.3289a

[h3]Changelog[/h3]
- Fixed bug [532] script execution with full path or double click error.

- Fixed bug [531] Airmon interacting with wrong interface.

- Fixed bug that caused web addresses to have an extra www after visiting them.

[h3][Nightly] Update v0.7.3286a[/h3]
Fixed bug that could crash a script when working with local computers, especially reproducible with "router.device_ports" method

[h3][Nightly] Update v0.7.3285a[/h3]
- Fixed regression bug where "get_router" always returned the main router even if the target was a local router

[h3][Nightly] Update v0.7.3281a[/h3]
- Added 128 character limit for file names.

- Fixed regression bug that could cause crashes and other unexpected behaviors when working with files from scripts.

[h3][Nightly] Update v0.7.3278a[/h3]
- Fixed regression bug in the "replace" method that caused the script to never finish executing under certain circumstances.

- Fixed crash when accessing the methods of a file that has been moved or deleted during the script execution.

- Fixed bug #267: File objects can be interacted with after being deleted.

- Fixed regression bug when canceling a script with Control+C if a "user_input" had been used.

- Fixed bug in "input_user" that could cause it not to be processed correctly mixing the output from the previous prints.

[h3][Nightly] Update v0.7.3272a[/h3]
- Fixed bug that caused changes made to remote machines in scripts with a long execution time to be lost.

- Fixed several regressions bugs in terminal command cancellation and improved server response to the request.

- Improved terminal stability when printing large texts.

- Fixed bug in the terminal when printing text that could cause duplicated lines to be printed in long scripts.

[Public] Update v0.7.2908a

Some critical fixes of the nightly build have been included to the public build.

[h3]Changelog[/h3]
- Fixed critical bug that caused the speed of the scripts to decrease over time to a point where no script could be executed, forcing a server restart.

- Fixed memory leak in the replace method.

- Fixed bug in the char method by allowing codes greater than 16 bit to be converted, causing corruption in the database. The code method also does not accept codes greater than 16 bit.

[Nightly] Update v0.7.3265a

[h3]Changelog[/h3]

- Fixed critical bug that caused the speed of the scripts to decrease over time to a point where no script could be executed, forcing a server restart.

- Fixed terminal bug where it could cause the client to freeze while trying to process a long text received from the server using the print method.

- Fixed memory leak in the replace method.

[h3][Nightly] Update v0.7.3256a[/h3]
- Improved the cancellation and completion of a script to make sure that the terminal is only released when the execution is completely finished.

- Fixed memory leak and intensive use of cpu when finishing the execution of a script if it had been running for a long time accessing many different filesystems.

- Changes are now sent to open FileExplorer windows in real time from the scripting system.

- Fixed bug in the char method that still kept causing a crash in the script when reading certain codes.

- Fixed regression bug in the scripting system that could cause some variables to lose reference to their contents, causing various problems in script execution.

[h3][Nightly] Update v0.7.3254a[/h3]
- Fixed bug in the char method by allowing codes greater than 16 bit to be converted, causing corruption in the database. The "code" method also does not accept codes greater than 16 bit.

- Fixed bug in terminal when incorrectly processing relative paths.