README.md

November 25, 2024 ยท View on GitHub

Awesome


Special thanks to ayecue:

Greybel, Greyscripts and a lot more. Check out his resources.




Here's an enhanced list of resources for Grey Hack, complete with descriptions:

Contents

All In One

  • cloverrfoxx/greyhack - A collection of open-source scripts for Grey Hack, including utilities like calc.src, cloudsafe.src, and foxlib.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.

Standalone

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

Utils

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

Modding

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