mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Merge pull request #44 from lempamo/master
12padams is removing things!
This commit is contained in:
commit
be03cfc69a
23 changed files with 283 additions and 23 deletions
Binary file not shown.
|
@ -15,7 +15,8 @@ public class BSODCreator
|
|||
public enum BSODCauses
|
||||
{
|
||||
Testing,
|
||||
ExitChat98Early
|
||||
WimpEnding,
|
||||
PiracyEnding,
|
||||
}
|
||||
|
||||
public Win9XBSOD throw9XBSOD(bool except, BSODCauses type)
|
||||
|
@ -33,9 +34,16 @@ public Win9XBSOD throw9XBSOD(bool except, BSODCauses type)
|
|||
case BSODCauses.Testing:
|
||||
bsod.textBox1.Text = "This is the testing type of BSOD. Hurrah.";
|
||||
break;
|
||||
case BSODCauses.ExitChat98Early:
|
||||
case BSODCauses.WimpEnding:
|
||||
bsod.textBox1.Text = "An unknown but fatal exception has occured has occured in the program \"wchat98.exe\". The current processes will be terminated.";
|
||||
break;
|
||||
case BSODCauses.PiracyEnding:
|
||||
bsod.textBox1.Text = "Vital elements of Windows were removed, but recovered. However, your data has been lost.";
|
||||
bsod.BackColor = System.Drawing.Color.Black;
|
||||
foreach (Control ctrl in bsod.Controls) ctrl.ForeColor = System.Drawing.Color.Silver;
|
||||
bsod.label1.BackColor = System.Drawing.Color.Silver;
|
||||
bsod.label1.ForeColor = System.Drawing.Color.Black;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -31,12 +31,15 @@ public partial class WebChat1998 : UserControl
|
|||
|
||||
BSODCreator bc = new BSODCreator();
|
||||
Win9XBSOD bsod = null;
|
||||
Win9XBSOD bsod2 = null;
|
||||
|
||||
public WebChat1998()
|
||||
{
|
||||
InitializeComponent();
|
||||
bsod = bc.throw9XBSOD(false, BSODCreator.BSODCauses.ExitChat98Early);
|
||||
bsod = bc.throw9XBSOD(false, BSODCreator.BSODCauses.WimpEnding);
|
||||
bsod2 = bc.throw9XBSOD(false, BSODCreator.BSODCauses.PiracyEnding);
|
||||
bsod.Hide();
|
||||
bsod2.Hide();
|
||||
}
|
||||
private void WebChat1998_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
@ -50,6 +53,7 @@ private void Button1_Click(object sender, EventArgs e)
|
|||
if (txtscreenname.Text == "") { wm.startInfobox95("Invalid Username", "Your username cannot be blank.", Properties.Resources.Win95Warning); return; }
|
||||
if (txtscreenname.Text.Length > 12) { wm.startInfobox95("Invalid Username", "Your username needs to be less than 12 characters.", Properties.Resources.Win95Warning); return; }
|
||||
if (txtscreenname.Text.Contains(" ")) { wm.startInfobox95("Invalid Username", "Your username cannot contain spaces.", Properties.Resources.Win95Warning); return; }
|
||||
if (txtscreenname.Text == "SkyHigh" | txtscreenname.Text == "rain49" | txtscreenname.Text == "12padams") { wm.startInfobox95("Invalid Username", "That username is already taken.", Properties.Resources.Win95Warning); return; }
|
||||
ParentForm.AcceptButton = button2;
|
||||
TitleScreen.username = txtscreenname.Text;
|
||||
login.Hide();
|
||||
|
@ -93,12 +97,36 @@ private void Chat_Tick(object sender, EventArgs e)
|
|||
listBox1.Items.Add("12padams");
|
||||
join.Play();
|
||||
((WinClassic)this.ParentForm).closeDisabled = true;
|
||||
TitleScreen.frm95.startbutton.Enabled = false;
|
||||
TitleScreen.frm95.startmenu.Hide();
|
||||
break;
|
||||
case "nostart":
|
||||
TitleScreen.frm95.startbutton.Hide();
|
||||
TitleScreen.frm95.startmenu.Hide();
|
||||
receive.Play();
|
||||
break;
|
||||
case "removerain":
|
||||
listBox1.Items.Remove("rain49");
|
||||
leave.Play();
|
||||
break;
|
||||
case "iconsded":
|
||||
TitleScreen.frm95.desktopicons.Enabled = false;
|
||||
receive.Play();
|
||||
break;
|
||||
case "taskbarded":
|
||||
TitleScreen.frm95.taskbar.Hide();
|
||||
receive.Play();
|
||||
break;
|
||||
case "iconsgone":
|
||||
TitleScreen.frm95.desktopicons.Hide();
|
||||
receive.Play();
|
||||
break;
|
||||
default:
|
||||
receive.Play();
|
||||
break;
|
||||
}
|
||||
Chat.Interval = wcmp.GetMessageDelay(resources.GetString("convo"), chat_index);
|
||||
if (TitleScreen.username == "devspeed") Chat.Interval = wcmp.GetMessageDelay(resources.GetString("convo"), chat_index) / 2;
|
||||
else Chat.Interval = wcmp.GetMessageDelay(resources.GetString("convo"), chat_index);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -455,21 +455,21 @@
|
|||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 3000,
|
||||
"delay": 2000,
|
||||
"message": "OH THIS IS SO COOL",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 4000,
|
||||
"delay": 3000,
|
||||
"message": "lemme send a screenshot",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "System",
|
||||
"delay": 2000,
|
||||
"delay": 1500,
|
||||
"message": "12padams has joined the chat.",
|
||||
"special": "addpadams",
|
||||
"userchat": true
|
||||
|
@ -483,10 +483,234 @@
|
|||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 500,
|
||||
"delay": 1000,
|
||||
"message": "ah NO WE ARE DED",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "rain49",
|
||||
"delay": 2500,
|
||||
"message": "quick guys, LOGOUT!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 1000,
|
||||
"message": "i cant! the close button isnt working!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 2500,
|
||||
"message": "caught ya pirating my software!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 1500,
|
||||
"message": "now that i have you, lets have some fun, shall we?",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "rain49",
|
||||
"delay": 1500,
|
||||
"message": "guys, shutdown the pc from start!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 2000,
|
||||
"message": "not so fast!",
|
||||
"special": "nostart",
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 2500,
|
||||
"message": "where did the start button go?",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "rain49",
|
||||
"delay": 2000,
|
||||
"message": "12padams disabled it, CRAP!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 3500,
|
||||
"message": "feeling scared yet?",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "rain49",
|
||||
"delay": 3500,
|
||||
"message": "no, cuz i can just unplug my computer!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 3500,
|
||||
"message": "i wouldnt do that if i were you..",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "rain49",
|
||||
"delay": 1000,
|
||||
"message": "oh yeah? just watch this!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "System",
|
||||
"delay": 1500,
|
||||
"message": "rain49 has left the chat.",
|
||||
"special": "removerain",
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 3500,
|
||||
"message": "all your computers are infected with a virus that makes them unable to boot.",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 2500,
|
||||
"message": "and now, theres only two, SkyHigh, and @user.",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 5000,
|
||||
"message": "please just let us go!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 2500,
|
||||
"message": "you downloaded pirated software, so you both shall be punished!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 5000,
|
||||
"message": "dont worry @user, ill look online for help!",
|
||||
"special": "iconsded",
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 3000,
|
||||
"message": "why cant i open anything?",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 4500,
|
||||
"message": "i told you that you are going to be punished.",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 3000,
|
||||
"message": "your computers have a lethal virus that i call \"Win9X.Plague\"",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 6000,
|
||||
"message": "what does it do?",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 3000,
|
||||
"message": "well, it disables your computers functions one by one, slowly killing it",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 3000,
|
||||
"message": "anyways, time to let it do its work!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 2500,
|
||||
"message": "no please dont, just remove this virus!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 6000,
|
||||
"message": "remove the virus, you say?",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 3500,
|
||||
"message": "well the whole of windows 95 is a virus! now where do i begin...",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 4500,
|
||||
"message": "i see a taskbar at the bottom of the screen.",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 4000,
|
||||
"message": "the taskbar was made by microsoft making its debut in windows 95",
|
||||
"special": "taskbarded",
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "SkyHigh",
|
||||
"delay": 7000,
|
||||
"message": "hey! give me back my taskbar!",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 4000,
|
||||
"message": "you wanted me to remove viruses, didnt you? the taskbar was infected since it had no start button",
|
||||
"special": null,
|
||||
"userchat": true
|
||||
},
|
||||
{
|
||||
"user": "12padams",
|
||||
"delay": 2500,
|
||||
"message": "and your icons are infected too so you dont need them",
|
||||
"special": "iconsgone",
|
||||
"userchat": true
|
||||
}
|
||||
]
|
||||
}</value>
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>4RJxw03br+02dW7jp/y7zHQVuVqcJmxeHNyeolzflek=</dsig:DigestValue>
|
||||
<dsig:DigestValue>280QjWVlYQjCBDxeMKnZhpfLYyCD8hQ252nxOzrnKz8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
|
@ -56,26 +56,26 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6123008">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6128640">
|
||||
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>XzGyLNLUI8xxaFC/WQkrVvjTa+n1zH1fDVgt9LI1Ti4=</dsig:DigestValue>
|
||||
<dsig:DigestValue>QnQUcSTfQVzISU/NuYJScvj2sxMdP7Iger7YDqQZ8+4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="164864">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="165376">
|
||||
<assemblyIdentity name="TimeHACK.Engine" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>RaVKLDtR2Irzt5BzJ26m/EQk5rBJQj/W7mmhGLfilus=</dsig:DigestValue>
|
||||
<dsig:DigestValue>8lvNmgG2aw+p698BkPPiKQFjbo6S/6MYNtB4CWS1dZ8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>4RJxw03br+02dW7jp/y7zHQVuVqcJmxeHNyeolzflek=</dsig:DigestValue>
|
||||
<dsig:DigestValue>280QjWVlYQjCBDxeMKnZhpfLYyCD8hQ252nxOzrnKz8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
|
@ -56,26 +56,26 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6123008">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6128640">
|
||||
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>XzGyLNLUI8xxaFC/WQkrVvjTa+n1zH1fDVgt9LI1Ti4=</dsig:DigestValue>
|
||||
<dsig:DigestValue>QnQUcSTfQVzISU/NuYJScvj2sxMdP7Iger7YDqQZ8+4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="164864">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="165376">
|
||||
<assemblyIdentity name="TimeHACK.Engine" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>RaVKLDtR2Irzt5BzJ26m/EQk5rBJQj/W7mmhGLfilus=</dsig:DigestValue>
|
||||
<dsig:DigestValue>8lvNmgG2aw+p698BkPPiKQFjbo6S/6MYNtB4CWS1dZ8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -14,7 +14,7 @@
|
|||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>4RJxw03br+02dW7jp/y7zHQVuVqcJmxeHNyeolzflek=</dsig:DigestValue>
|
||||
<dsig:DigestValue>280QjWVlYQjCBDxeMKnZhpfLYyCD8hQ252nxOzrnKz8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
|
@ -56,26 +56,26 @@
|
|||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6123008">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="6128640">
|
||||
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>XzGyLNLUI8xxaFC/WQkrVvjTa+n1zH1fDVgt9LI1Ti4=</dsig:DigestValue>
|
||||
<dsig:DigestValue>QnQUcSTfQVzISU/NuYJScvj2sxMdP7Iger7YDqQZ8+4=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="164864">
|
||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.Engine.dll" size="165376">
|
||||
<assemblyIdentity name="TimeHACK.Engine" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||
<hash>
|
||||
<dsig:Transforms>
|
||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||
</dsig:Transforms>
|
||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||
<dsig:DigestValue>RaVKLDtR2Irzt5BzJ26m/EQk5rBJQj/W7mmhGLfilus=</dsig:DigestValue>
|
||||
<dsig:DigestValue>8lvNmgG2aw+p698BkPPiKQFjbo6S/6MYNtB4CWS1dZ8=</dsig:DigestValue>
|
||||
</hash>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue