aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-04-14 19:27:36 -0400
committerlempamo <[email protected]>2017-04-14 19:27:36 -0400
commitbe95039389999476d338e3f27ab94dad598e568e (patch)
tree02208eb98cf34eebf6aecc65efc17db07d8ee9ab /TimeHACK.Main/OS
parent036a986ce1f56e6cda0617e6e574a875b847911b (diff)
downloadhistacom2-be95039389999476d338e3f27ab94dad598e568e.tar.gz
histacom2-be95039389999476d338e3f27ab94dad598e568e.tar.bz2
histacom2-be95039389999476d338e3f27ab94dad598e568e.zip
12padams is removing things!
Diffstat (limited to 'TimeHACK.Main/OS')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs32
-rw-r--r--TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx232
2 files changed, 258 insertions, 6 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
index afca54c..1f00286 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.cs
@@ -31,12 +31,15 @@ namespace TimeHACK.OS.Win95.Win95Apps
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 @@ namespace TimeHACK.OS.Win95.Win95Apps
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 @@ namespace TimeHACK.OS.Win95.Win95Apps
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
{
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx
index 30ebbbf..6f40ce8 100644
--- a/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx
+++ b/TimeHACK.Main/OS/Win95/Win95Apps/WebChat1998.resx
@@ -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>