diff options
| author | carverh <[email protected]> | 2016-07-21 10:06:54 -0700 |
|---|---|---|
| committer | carverh <[email protected]> | 2016-07-21 10:06:54 -0700 |
| commit | 81a2cdc582817fc6575ac6096c3d795e1f1831ca (patch) | |
| tree | d8221840d0e1c15a296bcf577d4930946024ec5d /source/WindowsFormsApplication1/Apps | |
| parent | b50dcf3d31ba9ae7e3b91a4e05df1fed3ac81b05 (diff) | |
| download | shiftos-c-_theultimatehacker-81a2cdc582817fc6575ac6096c3d795e1f1831ca.tar.gz shiftos-c-_theultimatehacker-81a2cdc582817fc6575ac6096c3d795e1f1831ca.tar.bz2 shiftos-c-_theultimatehacker-81a2cdc582817fc6575ac6096c3d795e1f1831ca.zip | |
eedit
Diffstat (limited to 'source/WindowsFormsApplication1/Apps')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Terminal.cs | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index 6e9828b..38f91f1 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -858,7 +858,7 @@ namespace ShiftOS WriteLine("make: Invalid arguments."); } break; - case "linux": + case "devupg": if (API.DeveloperMode) { WriteLine("Upgrading your system..."); @@ -1014,6 +1014,7 @@ namespace ShiftOS { ShiftOS.Hacking.AddCharacter(new Character("Philip Adams", "Hello, and welcome to another episode of OSFirstTimer.", 100, 100, 0)); WriteLine("Philip Adams is now in the list of hirable hackers."); + WriteLine("\" I Don't Think This is Canon \" -Carver"); } else { @@ -1478,6 +1479,12 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o case "syncsave": WriteLine("Command removed."); break; + case "year": + WriteLine("Year: 2002"); // Histacom Reference + break; + case "timedistorter": + WriteLine("Install 'timedistorter' by going to shiftnet://12padams"); // Histacom Reference + break; default: if (API.OpenProgram(args[0]) == false) @@ -1576,6 +1583,7 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o break; case 8: WriteLine("???: You want proof? - holochat_cmd: ERROR: Remote host closed connection."); + WriteLine("But if he is an AI, who created him?"); break; case 9: WriteLine("spkg: Rebooting system in 8 seconds."); @@ -1600,7 +1608,7 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o var t1 = new Thread(new ThreadStart(new Action(() => { Thread.Sleep(500); - WriteLine("ShiftOS: Kernel deactivated."); + WriteLine("shift-init: Disconnecting From System Bus..."); Thread.Sleep(1000); this.Invoke(new Action(() => { |
