diff options
Diffstat (limited to 'Histacom2/OS/WinXPBad/Story')
| -rw-r--r-- | Histacom2/OS/WinXPBad/Story/Hack4.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Histacom2/OS/WinXPBad/Story/Hack4.cs b/Histacom2/OS/WinXPBad/Story/Hack4.cs index a81d2c4..96c262e 100644 --- a/Histacom2/OS/WinXPBad/Story/Hack4.cs +++ b/Histacom2/OS/WinXPBad/Story/Hack4.cs @@ -61,9 +61,10 @@ namespace Histacom2.OS.WinXPBad.Story await Task.Delay(1000); WinClassicDownloader opendownload = new WinClassicDownloader(); - wm.Init(opendownload, "Downloader", null, false, true); - opendownload.appName.Text = "Downloading: Web Chat 1998"; - opendownload.amountToDL = 35; + wm.InitXP(opendownload, "Downloader", null, false, true); + opendownload.appName.Text = "Downloading: Time Distorter 0.3"; + opendownload.amountToDL = 38; + opendownload.BackColor = Color.OldLace; await Task.Delay(5000); Console.WriteLine("telnet> Transfer complete."); await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> now open up the time distorter and make a choice, ill wait"); |
