Installation
-
Open your browser and go to: https://git.viper-guild.com/Viper/gsse
-
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 themain.srcsourcefile and use it as an all in one bundle. -
Paste the copied source into your Grey Hack code editor.
-
Click the Compile button in the editor, and check the importable checkbox.
-
Once compilation finishes, load the library into your project by utilizing the
import_codefunction.
Examples
Section titled “Examples”print("Just a normal print")Result:
Just a normal printimport_code("/lib/gsse.so")print("Normal print but in red".color("red"))Result:
Shows “Normal print but in red” in red.