mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
hack 4 complete
This commit is contained in:
parent
c07a9ded13
commit
c0cb66b692
4 changed files with 736 additions and 607 deletions
|
@ -61,6 +61,9 @@ private void dlTimer_Tick(object sender, EventArgs e)
|
||||||
case "Downloading: Time Distorter 0.2":
|
case "Downloading: Time Distorter 0.2":
|
||||||
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "tdistortv2.exe", "time distorter setup", 11, 21583);
|
CreateWindowsFile(Path.Combine(ProfileWindowsDirectory, "Desktop"), "tdistortv2.exe", "time distorter setup", 11, 21583);
|
||||||
break;
|
break;
|
||||||
|
case "Downloading: Time Distorter 0.3":
|
||||||
|
TitleScreen.frmBadXP.desktopicons.Items.Add(new ListViewItem("Time Distorter 0.3", 12));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
/* if (appName.Text == "Downloading: Skindows 95")
|
/* if (appName.Text == "Downloading: Skindows 95")
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
using Histacom2.Engine;
|
using Histacom2.Engine;
|
||||||
using Histacom2.Engine.Template;
|
using Histacom2.Engine.Template;
|
||||||
|
using Histacom2.GlobalPrograms;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
@ -10,12 +11,12 @@ namespace Histacom2.OS.WinXPBad.Story
|
||||||
{
|
{
|
||||||
public class Hack4 : object
|
public class Hack4 : object
|
||||||
{
|
{
|
||||||
|
public static Win95.Win95Apps.WinClassicTerminal Console = new Win95.Win95Apps.WinClassicTerminal(true);
|
||||||
static WindowManager wm = new WindowManager();
|
static WindowManager wm = new WindowManager();
|
||||||
|
|
||||||
public static async void StartObjective()
|
public static async void StartObjective()
|
||||||
{
|
{
|
||||||
await Task.Delay(5000);
|
await Task.Delay(5000);
|
||||||
Win95.Win95Apps.WinClassicTerminal Console = new Win95.Win95Apps.WinClassicTerminal(true);
|
|
||||||
WinXP app = wm.InitXP(Console, "Command Prompt", null, true, true);
|
WinXP app = wm.InitXP(Console, "Command Prompt", null, true, true);
|
||||||
Console.WriteLine("telnet> 104.27.135.159 Connecting...");
|
Console.WriteLine("telnet> 104.27.135.159 Connecting...");
|
||||||
|
|
||||||
|
@ -43,6 +44,24 @@ public static async void StartObjective()
|
||||||
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> 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> 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");
|
await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> and since the internet is destroyed, we have to fix it by going back in time");
|
||||||
|
await Task.Delay(4500); Console.WriteLine("TheHiddenHacker> now as i said before, i have the version 0.3 of the time distorter, which 12padams gave to me in 2000.");
|
||||||
|
await Task.Delay(3000); Console.WriteLine("TheHiddenHacker> and it only allows travel to 2000 or 2001.");
|
||||||
|
await Task.Delay(3000); Console.WriteLine("TheHiddenHacker> this means we have 2 choices..");
|
||||||
|
await Task.Delay(4500); Console.WriteLine("TheHiddenHacker> 1. we go to 2001 and try to stop 12padams from releasing the virus (kinda nervous bout this)");
|
||||||
|
await Task.Delay(4000); Console.WriteLine("TheHiddenHacker> or 2. you go to 2000 and pretend everything worked fine during time travel.");
|
||||||
|
await Task.Delay(4500); Console.WriteLine("TheHiddenHacker> i cant go with you to 2000 because nothing would go wrong and it wouldnt make sense for me to be there");
|
||||||
|
await Task.Delay(3500); Console.WriteLine("TheHiddenHacker> okay, ill go ahead and send the time distorter your way");
|
||||||
|
await Task.Delay(3000); Console.WriteLine("telnet> Transferring \"Time Distorter 0.3.exe\" from TheHiddenHacker.");
|
||||||
|
|
||||||
|
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;
|
||||||
|
|
||||||
|
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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
51
Histacom2/OS/WinXPBad/WinXPBad.Designer.cs
generated
51
Histacom2/OS/WinXPBad/WinXPBad.Designer.cs
generated
|
@ -72,6 +72,8 @@ private void InitializeComponent()
|
||||||
this.classicStartMenuItem11 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
this.classicStartMenuItem11 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.classicStartMenuItem12 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
this.classicStartMenuItem12 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||||
|
this.classicStartMenuItem13 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
||||||
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.clockTimer = new System.Windows.Forms.Timer(this.components);
|
this.clockTimer = new System.Windows.Forms.Timer(this.components);
|
||||||
this.desktopImages = new System.Windows.Forms.ImageList(this.components);
|
this.desktopImages = new System.Windows.Forms.ImageList(this.components);
|
||||||
this.desktopicons = new System.Windows.Forms.ListView();
|
this.desktopicons = new System.Windows.Forms.ListView();
|
||||||
|
@ -82,8 +84,6 @@ private void InitializeComponent()
|
||||||
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.PropertiesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.desktopupdate = new System.Windows.Forms.Timer(this.components);
|
this.desktopupdate = new System.Windows.Forms.Timer(this.components);
|
||||||
this.classicStartMenuItem13 = new Histacom2.Engine.UI.ClassicStartMenuItem();
|
|
||||||
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.taskbar.SuspendLayout();
|
this.taskbar.SuspendLayout();
|
||||||
this.clockPanel.SuspendLayout();
|
this.clockPanel.SuspendLayout();
|
||||||
|
@ -602,6 +602,29 @@ private void InitializeComponent()
|
||||||
this.classicStartMenuItem12.SubTitle = "Subtitle";
|
this.classicStartMenuItem12.SubTitle = "Subtitle";
|
||||||
this.classicStartMenuItem12.Text = "&Control Panel";
|
this.classicStartMenuItem12.Text = "&Control Panel";
|
||||||
//
|
//
|
||||||
|
// classicStartMenuItem13
|
||||||
|
//
|
||||||
|
this.classicStartMenuItem13.AutoSize = false;
|
||||||
|
this.classicStartMenuItem13.BackColor = System.Drawing.Color.White;
|
||||||
|
this.classicStartMenuItem13.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
||||||
|
this.classicStartMenuItem13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
|
this.classicStartMenuItem13.DoBackColorAdapt = false;
|
||||||
|
this.classicStartMenuItem13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.classicStartMenuItem13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
||||||
|
this.classicStartMenuItem13.Image = global::Histacom2.Properties.Resources.WinXPPrintersSmall;
|
||||||
|
this.classicStartMenuItem13.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
||||||
|
this.classicStartMenuItem13.Name = "classicStartMenuItem13";
|
||||||
|
this.classicStartMenuItem13.Size = new System.Drawing.Size(180, 30);
|
||||||
|
this.classicStartMenuItem13.SubTitle = "Subtitle";
|
||||||
|
this.classicStartMenuItem13.Text = "Printers and Faxes";
|
||||||
|
//
|
||||||
|
// toolStripMenuItem3
|
||||||
|
//
|
||||||
|
this.toolStripMenuItem3.AutoSize = false;
|
||||||
|
this.toolStripMenuItem3.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlacesSeparator1;
|
||||||
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
||||||
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(179, 8);
|
||||||
|
//
|
||||||
// clockTimer
|
// clockTimer
|
||||||
//
|
//
|
||||||
this.clockTimer.Tick += new System.EventHandler(this.clockTimer_Tick);
|
this.clockTimer.Tick += new System.EventHandler(this.clockTimer_Tick);
|
||||||
|
@ -622,6 +645,7 @@ private void InitializeComponent()
|
||||||
this.desktopImages.Images.SetKeyName(9, "WinClassicSetup.png");
|
this.desktopImages.Images.SetKeyName(9, "WinClassicSetup.png");
|
||||||
this.desktopImages.Images.SetKeyName(10, "WinClassicSetup.png");
|
this.desktopImages.Images.SetKeyName(10, "WinClassicSetup.png");
|
||||||
this.desktopImages.Images.SetKeyName(11, "WinClassicSetup.png");
|
this.desktopImages.Images.SetKeyName(11, "WinClassicSetup.png");
|
||||||
|
this.desktopImages.Images.SetKeyName(12, "TimeDistorter3.png");
|
||||||
//
|
//
|
||||||
// desktopicons
|
// desktopicons
|
||||||
//
|
//
|
||||||
|
@ -697,29 +721,6 @@ private void InitializeComponent()
|
||||||
this.desktopupdate.Interval = 5000;
|
this.desktopupdate.Interval = 5000;
|
||||||
this.desktopupdate.Tick += new System.EventHandler(this.desktopupdate_Tick);
|
this.desktopupdate.Tick += new System.EventHandler(this.desktopupdate_Tick);
|
||||||
//
|
//
|
||||||
// classicStartMenuItem13
|
|
||||||
//
|
|
||||||
this.classicStartMenuItem13.AutoSize = false;
|
|
||||||
this.classicStartMenuItem13.BackColor = System.Drawing.Color.White;
|
|
||||||
this.classicStartMenuItem13.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlaces;
|
|
||||||
this.classicStartMenuItem13.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
||||||
this.classicStartMenuItem13.DoBackColorAdapt = false;
|
|
||||||
this.classicStartMenuItem13.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
||||||
this.classicStartMenuItem13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(36)))), ((int)(((byte)(106)))));
|
|
||||||
this.classicStartMenuItem13.Image = global::Histacom2.Properties.Resources.WinXPPrintersSmall;
|
|
||||||
this.classicStartMenuItem13.LayoutStyle = Histacom2.Engine.UI.ClassicStartMenuItemLayout.CloseTitle;
|
|
||||||
this.classicStartMenuItem13.Name = "classicStartMenuItem13";
|
|
||||||
this.classicStartMenuItem13.Size = new System.Drawing.Size(180, 30);
|
|
||||||
this.classicStartMenuItem13.SubTitle = "Subtitle";
|
|
||||||
this.classicStartMenuItem13.Text = "Printers and Faxes";
|
|
||||||
//
|
|
||||||
// toolStripMenuItem3
|
|
||||||
//
|
|
||||||
this.toolStripMenuItem3.AutoSize = false;
|
|
||||||
this.toolStripMenuItem3.BackgroundImage = global::Histacom2.Properties.Resources.WinXPStartMenuPlacesSeparator1;
|
|
||||||
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
|
||||||
this.toolStripMenuItem3.Size = new System.Drawing.Size(179, 8);
|
|
||||||
//
|
|
||||||
// WindowsXPBad
|
// WindowsXPBad
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue