From 8501b2ff1483efc270216ec33fd93abccdb66253 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 28 Oct 2017 20:07:06 -0400 Subject: viruslabel made --- .../WinClassicTimeDistorter3Bad.Designer.cs | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs (limited to 'Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs') diff --git a/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs b/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs new file mode 100644 index 0000000..8cfb2c1 --- /dev/null +++ b/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs @@ -0,0 +1,37 @@ +namespace Histacom2.OS.WinXPBad +{ + partial class WinClassicTimeDistorter3Bad + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + } + + #endregion + } +} -- cgit v1.2.3 From 8c8cb5926d474860383e1cd60e79599f99670f71 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 29 Oct 2017 16:31:52 -0400 Subject: made time distorter design and added xp buttons --- Histacom2/Histacom2.csproj | 10 ++ .../WinClassicTimeDistorter3Bad.Designer.cs | 100 ++++++++++++++++- .../OS/WinXPBad/WinClassicTimeDistorter3Bad.resx | 120 +++++++++++++++++++++ Histacom2/OS/WinXPBad/WinXPBad.cs | 1 + PinkieControls.dll | Bin 0 -> 36864 bytes 5 files changed, 230 insertions(+), 1 deletion(-) create mode 100644 Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.resx create mode 100644 PinkieControls.dll (limited to 'Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs') diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 0ac031e..8ede65e 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -107,6 +107,10 @@ ..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + False + ..\PinkieControls.dll + @@ -600,6 +604,9 @@ WinClassicIE6Bad.cs + + WinClassicTimeDistorter3Bad.cs + WinXPBad.cs Designer @@ -964,6 +971,9 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Histacom2/OS/WinXPBad/WinXPBad.cs b/Histacom2/OS/WinXPBad/WinXPBad.cs index 317d507..d73ada2 100644 --- a/Histacom2/OS/WinXPBad/WinXPBad.cs +++ b/Histacom2/OS/WinXPBad/WinXPBad.cs @@ -289,6 +289,7 @@ namespace Histacom2.OS.WinXPBad wm.InitXP(new WinClassicIE6Bad(), "Internet Explorer 6", Properties.Resources.WinXPIE6Icon, true, true); startmenu.Hide(); startbutton.Enabled = false; + clockTimer.Enabled = false; } } } diff --git a/PinkieControls.dll b/PinkieControls.dll new file mode 100644 index 0000000..9fce6f3 Binary files /dev/null and b/PinkieControls.dll differ -- cgit v1.2.3 From e639c4a8a5505a0b2caeba3173c5cdc2d64219e0 Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 29 Oct 2017 16:53:50 -0400 Subject: time distorter 3 is openable --- Histacom2/Histacom2.csproj | 1 + Histacom2/OS/WinXPBad/Story/Hack4.cs | 7 ++++--- .../OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs | 8 ++++---- Histacom2/OS/WinXPBad/WinXPBad.cs | 1 + Histacom2/Properties/Resources.resx | 3 +++ Histacom2/Properties/Resources1.Designer.cs | 10 ++++++++++ Histacom2/Resources/WinClassic/TimeDistorter3Icon.png | Bin 0 -> 976 bytes 7 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 Histacom2/Resources/WinClassic/TimeDistorter3Icon.png (limited to 'Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs') diff --git a/Histacom2/Histacom2.csproj b/Histacom2/Histacom2.csproj index 8ede65e..254f48f 100644 --- a/Histacom2/Histacom2.csproj +++ b/Histacom2/Histacom2.csproj @@ -891,6 +891,7 @@ + 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"); diff --git a/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs b/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs index 664e903..61fff46 100644 --- a/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs +++ b/Histacom2/OS/WinXPBad/WinClassicTimeDistorter3Bad.Designer.cs @@ -41,9 +41,9 @@ this.classicLabel1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.classicLabel1.DropShadow = false; this.classicLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 72F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.classicLabel1.Location = new System.Drawing.Point(43, 34); + this.classicLabel1.Location = new System.Drawing.Point(45, 34); this.classicLabel1.Name = "classicLabel1"; - this.classicLabel1.Size = new System.Drawing.Size(270, 120); + this.classicLabel1.Size = new System.Drawing.Size(262, 120); this.classicLabel1.TabIndex = 2; this.classicLabel1.Text = "2002"; // @@ -98,7 +98,7 @@ // this.label3.AutoSize = true; this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label3.Location = new System.Drawing.Point(116, 28); + this.label3.Location = new System.Drawing.Point(119, 28); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(103, 16); this.label3.TabIndex = 7; @@ -117,7 +117,7 @@ this.Controls.Add(this.buttonXP1); this.Controls.Add(this.classicLabel1); this.Name = "WinClassicTimeDistorter3Bad"; - this.Size = new System.Drawing.Size(356, 235); + this.Size = new System.Drawing.Size(340, 235); this.ResumeLayout(false); this.PerformLayout(); diff --git a/Histacom2/OS/WinXPBad/WinXPBad.cs b/Histacom2/OS/WinXPBad/WinXPBad.cs index d73ada2..4326d99 100644 --- a/Histacom2/OS/WinXPBad/WinXPBad.cs +++ b/Histacom2/OS/WinXPBad/WinXPBad.cs @@ -171,6 +171,7 @@ namespace Histacom2.OS.WinXPBad { if (objListViewItem.Text == "Time Distorter 0.3") { + wm.InitXP(new WinClassicTimeDistorter3Bad(), "Time Distorter 0.3", Properties.Resources.TimeDistorter3Icon, false, false, false, false); /*if (ie != null) { wm.StartInfobox95("Error Opening Internet Explorer", "An instance of Internet Explorer 4 is already open.", InfoboxType.Warning, InfoboxButtons.OK); return; } ie = wm.Init(new WinClassicIE4(), "Internet Explorer 4", Properties.Resources.Win95IconIE4, true, true); AddTaskBarItem(ie, ie.Tag.ToString(), "Internet Explorer 4", Properties.Resources.Win95IconIE4); diff --git a/Histacom2/Properties/Resources.resx b/Histacom2/Properties/Resources.resx index 50d5168..2ae17b9 100644 --- a/Histacom2/Properties/Resources.resx +++ b/Histacom2/Properties/Resources.resx @@ -2098,6 +2098,9 @@ ..\Resources\WinClassic\sliveroldlace.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\WinClassic\TimeDistorter3Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\WinClassic\WinXPClose.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/Histacom2/Properties/Resources1.Designer.cs b/Histacom2/Properties/Resources1.Designer.cs index 35bc41e..af3cf47 100644 --- a/Histacom2/Properties/Resources1.Designer.cs +++ b/Histacom2/Properties/Resources1.Designer.cs @@ -1103,6 +1103,16 @@ namespace Histacom2.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + public static System.Drawing.Bitmap TimeDistorter3Icon { + get { + object obj = ResourceManager.GetObject("TimeDistorter3Icon", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/Histacom2/Resources/WinClassic/TimeDistorter3Icon.png b/Histacom2/Resources/WinClassic/TimeDistorter3Icon.png new file mode 100644 index 0000000..cb7debc Binary files /dev/null and b/Histacom2/Resources/WinClassic/TimeDistorter3Icon.png differ -- cgit v1.2.3