commit 78a8a9be31059f994fdceb24483dfe0945025484 Author: Chris Sanden Date: Tue Apr 28 23:09:12 2026 +0200 init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c345c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*build/ +*hex-tool/* +*CelestialCorp-Apps/* \ No newline at end of file diff --git a/CelestialCorp-Apps b/CelestialCorp-Apps new file mode 160000 index 0000000..2b64bed --- /dev/null +++ b/CelestialCorp-Apps @@ -0,0 +1 @@ +Subproject commit 2b64bed7c0653186d6909ea29813f733ee88e6d0 diff --git a/README.md b/README.md new file mode 100644 index 0000000..23b990d --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Attention! +This repo is purely for scripting tools for a **game** called Grey Hack. These tools are not real hacking tools. \ No newline at end of file diff --git a/hex-tool b/hex-tool new file mode 160000 index 0000000..0328301 --- /dev/null +++ b/hex-tool @@ -0,0 +1 @@ +Subproject commit 03283011e6c1232dee2dce8c985db47682240771 diff --git a/myShit/start.gs b/myShit/start.gs new file mode 100644 index 0000000..fcc7042 --- /dev/null +++ b/myShit/start.gs @@ -0,0 +1,8 @@ +homePW = #envar homePW +doomKey = #envar doomKey + +doomPath = "/root/doom" + +myShell = get_shell("root", homePW) + +user_input("")