Skip to content

Installation

  1. Open your browser and go to: https://git.viper-guild.com/Viper/gsse

  2. On the page, locate any of the modules you to use in your project and copy it’s sourcecode.
    It’s also possible to build the main.src sourcefile and use it as an all in one bundle.

  3. Paste the copied source into your Grey Hack code editor.

  4. Click the Compile button in the editor, and check the importable checkbox.

  5. Once compilation finishes, load the library into your project by utilizing the import_code function.

print("Just a normal print")

Result:

Just a normal print