Removed hwcv

This commit is contained in:
lempamo 2017-07-14 09:43:33 -05:00
parent 7c02e21010
commit c579cf2499
6 changed files with 2 additions and 384 deletions

View file

@ -430,7 +430,7 @@ private void PropertiesToolStripMenuItem1_Click(object sender, EventArgs e)
private void TimeDistorterToolStripMenuItem_Click(object sender, EventArgs e)
{
distort = new WinClassicTimeDistorter("1998", "1999", 170, Hack2.StartObjective);
distort = new WinClassicTimeDistorter("1998", "1999", 150, Hack2.StartObjective);
WinClassic app = wm.StartWin95(distort, "Time Distorter", null, false, true);
AddTaskBarItem(app, app.Tag.ToString(), "Time Distorter", null);
app.BringToFront();

View file

@ -22,27 +22,13 @@ public static async void StartObjective()
await Task.Delay(2000);
Console.WriteLine("12padams> WHAT DO YOU THINK YOU'RE DOING??");
await Task.Delay(3000);
Console.WriteLine("12padams> First you hack my FTP server and download hwcv.exe..");
Console.WriteLine("12padams> First you hack my FTP server..");
await Task.Delay(4500);
Console.WriteLine("12padams> And use it to hack my website..");
await Task.Delay(3500);
Console.WriteLine("12padams> Then you download my secret Time Distorter program?");
await Task.Delay(4000);
Console.WriteLine("12padams> Oh, and I know you activated it.");
await Task.Delay(4000);
Console.WriteLine("12padams> I can see your screen right now..");
await Task.Delay(4000);
Console.WriteLine("12padams> And I will prove it to you.");
await Task.Delay(4000);
Console.WriteLine("12padams> That countdown will be at 130 seconds..");
await Task.Delay(4000);
Console.WriteLine("12padams> Right.");
await Task.Delay(1000);
Console.WriteLine("12padams> About.");
await Task.Delay(1000);
Console.WriteLine("12padams> Now.");
await Task.Delay(1000);
Console.WriteLine("12padams> See?");
await Task.Delay(5000);
Console.WriteLine("12padams> Now, in about 2 minutes you think you're going to be able to travel to 1999.");
await Task.Delay(3500);

View file

@ -1,195 +0,0 @@
namespace TimeHACK.OS.Win95.Win95Apps
{
partial class WinClassicHWCV
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WinClassicHWCV));
this.program = new System.Windows.Forms.Panel();
this.Panel2 = new System.Windows.Forms.Panel();
this.Label3 = new System.Windows.Forms.Label();
this.Button1 = new System.Windows.Forms.Button();
this.TextBox2 = new System.Windows.Forms.TextBox();
this.TextBox1 = new System.Windows.Forms.TextBox();
this.toprightcorner = new System.Windows.Forms.Panel();
this.bottomrightcorner = new System.Windows.Forms.Panel();
this.bottomleftcorner = new System.Windows.Forms.Panel();
this.topleftcorner = new System.Windows.Forms.Panel();
this.PictureBox1 = new System.Windows.Forms.PictureBox();
this.program.SuspendLayout();
this.Panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).BeginInit();
this.SuspendLayout();
//
// program
//
this.program.BackColor = System.Drawing.Color.Silver;
this.program.Controls.Add(this.PictureBox1);
this.program.Controls.Add(this.Panel2);
this.program.Controls.Add(this.toprightcorner);
this.program.Controls.Add(this.bottomrightcorner);
this.program.Controls.Add(this.bottomleftcorner);
this.program.Controls.Add(this.topleftcorner);
this.program.Dock = System.Windows.Forms.DockStyle.Fill;
this.program.Location = new System.Drawing.Point(0, 0);
this.program.Name = "program";
this.program.Size = new System.Drawing.Size(361, 324);
this.program.TabIndex = 11;
//
// Panel2
//
this.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Panel2.Controls.Add(this.Label3);
this.Panel2.Controls.Add(this.Button1);
this.Panel2.Controls.Add(this.TextBox2);
this.Panel2.Controls.Add(this.TextBox1);
this.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
this.Panel2.Location = new System.Drawing.Point(0, 135);
this.Panel2.Name = "Panel2";
this.Panel2.Size = new System.Drawing.Size(361, 189);
this.Panel2.TabIndex = 9;
//
// Label3
//
this.Label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.Label3.AutoSize = true;
this.Label3.Location = new System.Drawing.Point(7, 168);
this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(148, 13);
this.Label3.TabIndex = 3;
this.Label3.Text = "Label3";
this.Label3.Visible = false;
//
// Button1
//
this.Button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.Button1.Location = new System.Drawing.Point(278, 145);
this.Button1.Name = "Button1";
this.Button1.Size = new System.Drawing.Size(75, 20);
this.Button1.TabIndex = 2;
this.Button1.Text = "Display";
this.Button1.UseVisualStyleBackColor = true;
this.Button1.Click += new System.EventHandler(this.Button1_Click);
//
// TextBox2
//
this.TextBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.TextBox2.Location = new System.Drawing.Point(12, 144);
this.TextBox2.Name = "TextBox2";
this.TextBox2.Size = new System.Drawing.Size(226, 20);
this.TextBox2.TabIndex = 1;
//
// TextBox1
//
this.TextBox1.Anchor = System.Windows.Forms.AnchorStyles.None;
this.TextBox1.BackColor = System.Drawing.Color.Silver;
this.TextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.TextBox1.Location = new System.Drawing.Point(22, 4);
this.TextBox1.Multiline = true;
this.TextBox1.Name = "TextBox1";
this.TextBox1.ReadOnly = true;
this.TextBox1.Size = new System.Drawing.Size(321, 137);
this.TextBox1.TabIndex = 0;
this.TextBox1.Text = resources.GetString("TextBox1.Text");
this.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// toprightcorner
//
this.toprightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.toprightcorner.Location = new System.Drawing.Point(357, 0);
this.toprightcorner.Name = "toprightcorner";
this.toprightcorner.Size = new System.Drawing.Size(4, 4);
this.toprightcorner.TabIndex = 6;
//
// bottomrightcorner
//
this.bottomrightcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bottomrightcorner.Cursor = System.Windows.Forms.Cursors.SizeNWSE;
this.bottomrightcorner.Location = new System.Drawing.Point(357, 320);
this.bottomrightcorner.Name = "bottomrightcorner";
this.bottomrightcorner.Size = new System.Drawing.Size(4, 4);
this.bottomrightcorner.TabIndex = 4;
//
// bottomleftcorner
//
this.bottomleftcorner.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.bottomleftcorner.Location = new System.Drawing.Point(0, 320);
this.bottomleftcorner.Name = "bottomleftcorner";
this.bottomleftcorner.Size = new System.Drawing.Size(4, 4);
this.bottomleftcorner.TabIndex = 2;
//
// topleftcorner
//
this.topleftcorner.Location = new System.Drawing.Point(0, 0);
this.topleftcorner.Name = "topleftcorner";
this.topleftcorner.Size = new System.Drawing.Size(4, 4);
this.topleftcorner.TabIndex = 1;
//
// PictureBox1
//
this.PictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.PictureBox1.Image = global::TimeHACK.Properties.Resources.WinClassicHWCV;
this.PictureBox1.Location = new System.Drawing.Point(5, 24);
this.PictureBox1.Name = "PictureBox1";
this.PictureBox1.Size = new System.Drawing.Size(351, 107);
this.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.PictureBox1.TabIndex = 0;
this.PictureBox1.TabStop = false;
//
// WinClassicHWCV
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.program);
this.Name = "WinClassicHWCV";
this.Size = new System.Drawing.Size(361, 324);
this.program.ResumeLayout(false);
this.Panel2.ResumeLayout(false);
this.Panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
internal System.Windows.Forms.Panel program;
internal System.Windows.Forms.PictureBox PictureBox1;
internal System.Windows.Forms.Panel Panel2;
internal System.Windows.Forms.Label Label3;
internal System.Windows.Forms.Button Button1;
internal System.Windows.Forms.TextBox TextBox2;
internal System.Windows.Forms.TextBox TextBox1;
internal System.Windows.Forms.Panel toprightcorner;
internal System.Windows.Forms.Panel bottomrightcorner;
internal System.Windows.Forms.Panel bottomleftcorner;
internal System.Windows.Forms.Panel topleftcorner;
}
}

View file

@ -1,36 +0,0 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace TimeHACK.OS.Win95.Win95Apps
{
public partial class WinClassicHWCV : UserControl
{
public WinClassicHWCV()
{
InitializeComponent();
Button1.Paint += (sender, args) => Engine.Paintbrush.PaintClassicBorders(sender, args, 2);
}
private void Button1_Click(object sender, EventArgs e)
{
if (TextBox1.Text == "www.12padams.com" || TextBox1.Text == "http://www.12padams.com/")
{
Label3.Show();
Label3.Text = "Hidden Content Found: Time Distorter";
TitleScreen.frm95.hiddenpadamsFound = true;
}
else
{
Label3.Show();
Label3.Text = "No Content Found";
}
}
}
}

View file

@ -1,128 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="TextBox1.Text" xml:space="preserve">
<value>This program is a hacking tool which is able to view hidden content on websites.
To view hidden content just type the URL of the website in the box below and this will enable you to see all the hidden features on a website.
WARNING: This only displays hidden content which can not be accessed in anyway without this software.
</value>
</data>
</root>

View file

@ -279,12 +279,6 @@
<Compile Include="GlobalPrograms\WinClassicDownloader.Designer.cs">
<DependentUpon>WinClassicDownloader.cs</DependentUpon>
</Compile>
<Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="OS\Win95\Win95Apps\WinClassicHWCV.Designer.cs">
<DependentUpon>WinClassicHWCV.cs</DependentUpon>
</Compile>
<Compile Include="OS\Win95\Win95Apps\WinClassicIE4.cs">
<SubType>UserControl</SubType>
</Compile>
@ -413,9 +407,6 @@
<EmbeddedResource Include="GlobalPrograms\WinClassicDownloader.resx">
<DependentUpon>WinClassicDownloader.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicHWCV.resx">
<DependentUpon>WinClassicHWCV.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OS\Win95\Win95Apps\WinClassicIE4.resx">
<DependentUpon>WinClassicIE4.cs</DependentUpon>
</EmbeddedResource>