diff options
Diffstat (limited to 'Histacom2/OS/WinXPBad')
| -rw-r--r-- | Histacom2/OS/WinXPBad/Story/Hack4.cs | 9 | ||||
| -rw-r--r-- | Histacom2/OS/WinXPBad/WinXPBad.cs | 9 |
2 files changed, 9 insertions, 9 deletions
diff --git a/Histacom2/OS/WinXPBad/Story/Hack4.cs b/Histacom2/OS/WinXPBad/Story/Hack4.cs index d79a4bc..1d120a8 100644 --- a/Histacom2/OS/WinXPBad/Story/Hack4.cs +++ b/Histacom2/OS/WinXPBad/Story/Hack4.cs @@ -141,6 +141,15 @@ namespace Histacom2.OS.WinXPBad.Story public static async void TravelME(WinClassicTimeDistorter3Bad td) { + await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> so were going to 2001 it seems"); + await Task.Delay(5000); Console.WriteLine("TheHiddenHacker> this means we have to convince 12padams not to release the virus"); + await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> tbh im a bit nervous about doing this"); + await Task.Delay(5000); Console.WriteLine("TheHiddenHacker> like, how exactly can we explain whats going on, and why you never made it?"); + await Task.Delay(3000); Console.WriteLine("TheHiddenHacker> but eh"); + await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> i guess we can figure it out when we get there"); + await Task.Delay(5000); Console.WriteLine("TheHiddenHacker> anyways, as i said before, im coming with you to 2001"); + await Task.Delay(5000); Console.WriteLine("TheHiddenHacker> and i activated my time distorter a little after you did"); + await Task.Delay(5000); Console.WriteLine("TheHiddenHacker> but as soon as i get to 2001, ill setup another telnet"); //40 } diff --git a/Histacom2/OS/WinXPBad/WinXPBad.cs b/Histacom2/OS/WinXPBad/WinXPBad.cs index 5e368fb..c71eaed 100644 --- a/Histacom2/OS/WinXPBad/WinXPBad.cs +++ b/Histacom2/OS/WinXPBad/WinXPBad.cs @@ -21,19 +21,10 @@ namespace Histacom2.OS.WinXPBad private SoundPlayer startsound; public WindowManager wm = new WindowManager(); - public List<WinClassic> nonimportantapps = new List<WinClassic>(); - public WebChat1999 webchat; - public WinClassic ie; - public TaskBarController tb = new TaskBarController(); public int currentappcount = 0; - public bool webchatInstalled = false; - - public bool hiddenpadamsFound = false; - private WinClassicTimeDistorter2 distort; - // Init the form public WindowsXPBad() { |
