From 78a8a9be31059f994fdceb24483dfe0945025484 Mon Sep 17 00:00:00 2001 From: Chris Sanden Date: Tue, 28 Apr 2026 23:09:12 +0200 Subject: [PATCH] init --- .gitignore | 3 +++ CelestialCorp-Apps | 1 + README.md | 2 ++ hex-tool | 1 + myShit/start.gs | 8 ++++++++ 5 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 160000 CelestialCorp-Apps create mode 100644 README.md create mode 160000 hex-tool create mode 100644 myShit/start.gs 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("")