Skip to content

irtsa-dev/greyscript-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

greyscript-tools

release issues pulls


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



Full List of Tools:

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.