aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/WinXPBad
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-10-23 00:37:37 -0400
committerlempamo <[email protected]>2017-10-23 00:37:37 -0400
commita9fc08f91fb2e33303ddb6e1e7359ce9539720ed (patch)
tree9dff1a9db78c9dd09c413ec47d38a9008f1629fa /Histacom2/OS/WinXPBad
parent405684df5b9b411400996ca6fb8ec902ab947661 (diff)
downloadhistacom2-a9fc08f91fb2e33303ddb6e1e7359ce9539720ed.tar.gz
histacom2-a9fc08f91fb2e33303ddb6e1e7359ce9539720ed.tar.bz2
histacom2-a9fc08f91fb2e33303ddb6e1e7359ce9539720ed.zip
hack3 now takes you to bad xp
Diffstat (limited to 'Histacom2/OS/WinXPBad')
-rw-r--r--Histacom2/OS/WinXPBad/Story/Hack4.cs22
1 files changed, 22 insertions, 0 deletions
diff --git a/Histacom2/OS/WinXPBad/Story/Hack4.cs b/Histacom2/OS/WinXPBad/Story/Hack4.cs
new file mode 100644
index 0000000..1abd811
--- /dev/null
+++ b/Histacom2/OS/WinXPBad/Story/Hack4.cs
@@ -0,0 +1,22 @@
+using Histacom2.Engine;
+using Histacom2.Engine.Template;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Histacom2.OS.WinXPBad.Story
+{
+ public class Hack4 : object
+ {
+ static WindowManager wm = new WindowManager();
+
+ public static async void StartObjective()
+ {
+ Win95.Win95Apps.WinClassicTerminal Console = new Win95.Win95Apps.WinClassicTerminal(true);
+ Random r = new Random();
+ WinClassic app = wm.Init(Console, "MS-DOS Prompt", null, true, true);
+ }
+ }
+}