An open API service indexing awesome lists of open source software.

https://github.com/irtsa-dev/greyscript-tools

A collection of random scripts/tools I made in greyscript for the game Grey Hack.
https://github.com/irtsa-dev/greyscript-tools

greyhack greyhackscripts greyscript greyscripts scripting

Last synced: about 2 months ago
JSON representation

A collection of random scripts/tools I made in greyscript for the game Grey Hack.

Awesome Lists containing this project

README

          

greyscript-tools




release


issues


pulls





A collection of random scripts/tools I made in greyscript for the game Grey Hack.






Full List of Tools:


Access Level


Gain Root


Num to Sprite


Progress Bar


File Size


Parse Exploit Requirements










Installation


For Importing



To install a tool to later have the code be imported, you must first chose the tool you wish to install (full list above or see Tools). After you have chosen your tool you may copy the code and paste it into an open Code Editor process in-game. Once done, you must save this to /bin as (tool-name) (or optionally any path and name you will later remember) making sure to enable Allow import. Once you have done this, you may now utilize import_code("/bin/(tool-name)") or if you haven't saved it as recommended then import_code("(path-to-file)") at the top of any file that you wish to use the tool in.




Copy+Paste



Alternatively, you can chose the tool you wish to use and simply copy+paste it into your open Code Editor and use it this way.
























Additional Notes



Note that some tools may have an import_code() at the top which is importing other code. If this is the case, a link to the code will be provided in a comment above said import_code() function. If you have a special request, you may utilize the Discussions tab to request additions or other tools and the Issues tab to report issues/bugs you find with a tool.