Here's an enhanced list of resources for Grey Hack, complete with descriptions:
- cloverrfoxx/greyhack - A collection of open-source scripts for Grey Hack, including utilities like
calc.src
,cloudsafe.src
, andfoxlib.src
, aimed at enhancing gameplay. - Finko42/GreyHack - Public scripts written in GreyScript for Grey Hack, covering areas such as hash functions, public-key cryptography, and symmetric encryption.
- SidiaDevelopment/greyhack-console - A tool console named "Pollux" for Grey Hack, designed to streamline various in-game tasks through a unified interface.
- Tuna-Terps/SeaShell-greyhack-game - A comprehensive suite of scripts for Grey Hack, offering features like remote session management, LAN mapping, and a file system browser.
- ayecue/tedit - An in-game Vim-like text editor for Grey Hack, providing a familiar editing experience within the game environment. I've added the following resource to the list:
- Svarii/GreyScript - A collection of GreyScript extensions, including methods for string manipulation (e.g.,
.color
,.bold
,.italic
) and numerical operations (e.g.,.plus
,.minus
,.random_from
), designed to enhance scripting capabilities in Grey Hack.
- Nameless9000/nCrypt - A hashing helper module for Grey Hack, assisting users with password security implementations without requiring deep cryptographic knowledge.
- Image Transformer - Generate image for the terminal rich text format.
- CabbageCrow/AssemblyPublicizer - A tool that modifies assemblies to make them public, facilitating easier access for modding purposes.
- icsharpcode/ILSpy - A cross-platform open-source .NET assembly browser and decompiler, facilitating the inspection and analysis of .NET assemblies.
- dnSpyEx/dnSpy - A Windows-based debugger and .NET assembly editor, enabling users to debug, decompile, and edit .NET assemblies without requiring source code access.
- BepInEx/HarmonyX - A fork of Harmony 2, built on MonoMod.RuntimeDetour, specializing in support for games and game modding frameworks, particularly within Unity environments.