From be95039389999476d338e3f27ab94dad598e568e Mon Sep 17 00:00:00 2001 From: lempamo Date: Fri, 14 Apr 2017 19:27:36 -0400 Subject: 12padams is removing things! --- TimeHACK.Engine/BSODCreator.cs | 12 ++++++++++-- TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll | Bin 164864 -> 165376 bytes TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb | Bin 46592 -> 46592 bytes TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll | Bin 164864 -> 165376 bytes TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb | Bin 46592 -> 46592 bytes 5 files changed, 10 insertions(+), 2 deletions(-) (limited to 'TimeHACK.Engine') diff --git a/TimeHACK.Engine/BSODCreator.cs b/TimeHACK.Engine/BSODCreator.cs index fe19dfd..59eeb16 100644 --- a/TimeHACK.Engine/BSODCreator.cs +++ b/TimeHACK.Engine/BSODCreator.cs @@ -15,7 +15,8 @@ namespace TimeHACK.Engine public enum BSODCauses { Testing, - ExitChat98Early + WimpEnding, + PiracyEnding, } public Win9XBSOD throw9XBSOD(bool except, BSODCauses type) @@ -33,9 +34,16 @@ namespace TimeHACK.Engine 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; } diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll index 6cbffa8..f5117fb 100644 Binary files a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll and b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.dll differ diff --git a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb index f410e47..100b587 100644 Binary files a/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb and b/TimeHACK.Engine/bin/Release/TimeHACK.Engine.pdb differ diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll index 6cbffa8..f5117fb 100644 Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.dll differ diff --git a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb index f410e47..100b587 100644 Binary files a/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb and b/TimeHACK.Engine/obj/Release/TimeHACK.Engine.pdb differ -- cgit v1.2.3