diff options
| author | lempamo <[email protected]> | 2017-10-27 11:28:03 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-27 11:28:03 -0400 |
| commit | e5b20ed8cc0ee15c72726ad750b4231aeb82f1cc (patch) | |
| tree | 28b9f1926f15f2695a052215d80432f2f14a25f2 | |
| parent | e99433e1932c780c6b369ed656c26a11da41fe73 (diff) | |
| download | histacom2-e5b20ed8cc0ee15c72726ad750b4231aeb82f1cc.tar.gz histacom2-e5b20ed8cc0ee15c72726ad750b4231aeb82f1cc.tar.bz2 histacom2-e5b20ed8cc0ee15c72726ad750b4231aeb82f1cc.zip | |
2 more lines
| -rw-r--r-- | Histacom2/OS/WinXPBad/Story/Hack4.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Histacom2/OS/WinXPBad/Story/Hack4.cs b/Histacom2/OS/WinXPBad/Story/Hack4.cs index 70b80aa..0bc53cb 100644 --- a/Histacom2/OS/WinXPBad/Story/Hack4.cs +++ b/Histacom2/OS/WinXPBad/Story/Hack4.cs @@ -14,7 +14,7 @@ namespace Histacom2.OS.WinXPBad.Story public static async void StartObjective() { - await Task.Delay(6000); + await Task.Delay(5000); Win95.Win95Apps.WinClassicTerminal Console = new Win95.Win95Apps.WinClassicTerminal(true); WinXP app = wm.InitXP(Console, "Command Prompt", null, true, true); Console.WriteLine("telnet> 104.27.135.159 Connecting..."); @@ -41,6 +41,8 @@ namespace Histacom2.OS.WinXPBad.Story await Task.Delay(3000); Console.WriteLine("TheHiddenHacker> but then, he released something dastardly"); await Task.Delay(5000); Console.WriteLine("TheHiddenHacker> a virus that infected every single website, and people who visited infected websites got their computers infected and rendered unusable"); await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> now, its 2002. every website is infected, and 12padams has disappeared..."); + await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> the only use for the internet now is telnet, which is how im talking to you"); + await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> and since the internet is destroyed, we have to fix it by going back in time"); } } } |
