A hack tool for the game greyhack aimed to be the gmod of tools.
Make sure you have the vscode greybel addon installed
- Make sure greybel has
allow importTURNED OFF in the settings - Set
Greybel › Transpiler › Installerto true - Do NOT use obfuscation, this will destroy crowsploit
All you need to build the crowsploit interface, is build the interface/crowsploit file into the game.
All tools must have toolkernel as an import, and tool.init() at the bottom.
Additional tools can be imported into the same tool by just using import_code(tool_path) at the end of the file (Make sure to do this AFTER the .init)
All tools, including the base ones, are to be placed into /etc/crow/tools after setup for crowsploit to load them
Turn ON the allow import in greybel settings, before building the devtools
MAKE SURE TO TURN IT RIGHT BACK OFF AFTERWARDS