aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-06-18 19:38:27 -0700
committerAShifter <[email protected]>2017-06-18 19:38:27 -0700
commit5c0af49eb6d2af973132d5c219af27c50ea41e27 (patch)
tree7b9e662552ea311e40a6fde839d46a8c0f45a564
parentbf7fcf52ad5373e25fbe399f4f1dd1091f53c159 (diff)
downloadhistacom2-5c0af49eb6d2af973132d5c219af27c50ea41e27.tar.gz
histacom2-5c0af49eb6d2af973132d5c219af27c50ea41e27.tar.bz2
histacom2-5c0af49eb6d2af973132d5c219af27c50ea41e27.zip
Start storyline
Actually add some story!
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs24
1 files changed, 21 insertions, 3 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
index faafdea..38962fe 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/Story/Hack1.cs
@@ -18,7 +18,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
static WindowManager wm = new WindowManager();
static Boolean ended = false;
static Thread soundThread = new Thread(dialup_sound_play);
- static Boolean devMode = false;
+ static Boolean devMode = true;
// This is the very first story script!
public static void startObjective()
@@ -44,9 +44,27 @@ namespace TimeHACK.OS.Win95.Win95Apps.Story
public static void continueObjective()
{
- Console.WriteLine("telnet> 104.27.135.159 Connected.");
+ Console.WriteLine("\ntelnet> 104.27.135.159 Connected.");
Thread.Sleep(2500);
- Console.WriteLine("telnet> 104.27.135.159 set hostname to 'TheHiddenHacker'.");
+ Console.WriteLine("\ntelnet> 104.27.135.159 set hostname to 'TheHiddenHacker'.");
+ Thread.Sleep(2500);
+ Console.WriteLine("\nTheHiddenHacker> I see you have access to 12padams.com.");
+ Thread.Sleep(4500);
+ Console.WriteLine("\nTheHiddenHacker> Though it doesn't seem obvious, only a very limited amount of people can access the site.");
+ Thread.Sleep(6000);
+ Console.WriteLine("\nTheHiddenHacker> 12padams has a secret, and I need you to help me find it.");
+ Thread.Sleep(3500);
+ Console.WriteLine("\nTheHiddenHacker> I was snooping around his website, when he blacklisted my IP address.");
+ Thread.Sleep(4000);
+ Console.WriteLine("\nTheHiddenHacker> While I was serching, I noticed a file that I didn't have permission to download. I need you to get it for me.");
+ Thread.Sleep(6500);
+ Console.WriteLine("\nTheHiddenHacker> First, I'll need you to download an FTP client, avalible under the software section of 12padams' website.");
+ Thread.Sleep(5000);
+ Console.WriteLine("\nTheHiddenHacker> Once that's downloaded, You'll need to type in a Hostname, Username, and Password.");
+ Thread.Sleep(4500);
+ Console.WriteLine("\nTheHiddenHacker> The hostname is 172.68.119.42, and the username is most likely 12padams. I'm not too sure what the password is, however.");
+ Thread.Sleep(3500);
+ Console.WriteLine("\nTheHiddenHacker> You'll need to figure out where you can get the password. Try looking for any odd text on the website.");
}
public static void CheckIfSoundFinished(Object sender, EventArgs e)