a bit more story in wc99

This commit is contained in:
lempamo 2017-10-08 18:33:46 -04:00
parent 20888be46b
commit fae49b1d95
2 changed files with 25 additions and 15 deletions

View file

@ -180,7 +180,7 @@ private void InitializeComponent()
this.login.Controls.Add(this.textBox2); this.login.Controls.Add(this.textBox2);
this.login.Location = new System.Drawing.Point(126, 106); this.login.Location = new System.Drawing.Point(126, 106);
this.login.Name = "login"; this.login.Name = "login";
this.login.Size = new System.Drawing.Size(468, 242); this.login.Size = new System.Drawing.Size(469, 243);
this.login.TabIndex = 17; this.login.TabIndex = 17;
// //
// label2 // label2

View file

@ -67,27 +67,37 @@ private async void chatScript2()
{ {
if (chatStage == 2) if (chatStage == 2)
{ {
await Task.Delay(3000); await Task.Delay(3000); history.AppendText("ThatDude: omg really??" + Environment.NewLine); receive.Play();
history.AppendText("ThatDude: omg really??" + Environment.NewLine); receive.Play(); await Task.Delay(4000); history.AppendText("ThatDude: hold on, let me check your ip to make sure" + Environment.NewLine); receive.Play();
await Task.Delay(4000);
history.AppendText("ThatDude: hold on, let me check your ip to make sure" + Environment.NewLine); receive.Play();
} }
else if (chatStage == 3) else if (chatStage == 3)
{ {
await Task.Delay(2800); await Task.Delay(2800); history.AppendText("ThatDude: oh.." + Environment.NewLine); receive.Play();
history.AppendText("ThatDude: oh.." + Environment.NewLine); receive.Play(); await Task.Delay(5500); history.AppendText("ThatDude: lemme just check your ip quick to find out who ya are tho" + Environment.NewLine); receive.Play();
await Task.Delay(5500);
history.AppendText("ThatDude: lemme just check your ip quick to find out who ya are tho" + Environment.NewLine); receive.Play();
} }
else else
{ {
await Task.Delay(3300); await Task.Delay(3300); history.AppendText("ThatDude: hold on, let me just check your ip real quick" + Environment.NewLine); receive.Play();
history.AppendText("ThatDude: hold on, let me just check your ip real quick" + Environment.NewLine); receive.Play();
} }
await Task.Delay(5000); await Task.Delay(5000); history.AppendText("ThatDude: YES! ITS YOU!" + Environment.NewLine); receive.Play();
history.AppendText("ThatDude: YES! ITS YOU!" + Environment.NewLine); receive.Play(); await Task.Delay(3000); history.AppendText("ThatDude: hey just wait a sec here" + Environment.NewLine); receive.Play();
await Task.Delay(3500); await Task.Delay(3000); listBox1.Items.Remove("ThatDude"); listBox1.Items.Add("HiddenHacker"); history.AppendText("System: ThatDude is now known as HiddenHacker." + Environment.NewLine); file.Play();
history.AppendText("ThatDude: hey just wait a sec here" + Environment.NewLine); receive.Play(); await Task.Delay(5000); history.AppendText("HiddenHacker: yeah, sorry bout the fake name" + Environment.NewLine); receive.Play();
await Task.Delay(5000); history.AppendText("HiddenHacker: anyways, ive waited about a whole year to see if that time distorter worked" + Environment.NewLine); receive.Play();
await Task.Delay(3000); history.AppendText("HiddenHacker: and it looks like it worked" + Environment.NewLine); receive.Play();
await Task.Delay(5000); history.AppendText("HiddenHacker: now, after you left 1998, 12padams tried to attack me, but closed my telnet before he could" + Environment.NewLine); receive.Play();
await Task.Delay(2500); history.AppendText("HiddenHacker: since then, ive been in hiding" + Environment.NewLine); receive.Play();
await Task.Delay(3000); history.AppendText("HiddenHacker: lately, ive been hiding in this webchat" + Environment.NewLine); receive.Play();
await Task.Delay(4000); history.AppendText("HiddenHacker: because he'll never think to look in his own app!" + Environment.NewLine); receive.Play();
await Task.Delay(2000); listBox1.Items.Add("12padams"); history.AppendText("System: 12padams has joined the chat." + Environment.NewLine); join.Play();
await Task.Delay(2500); history.AppendText("12padams: at last i found you!" + Environment.NewLine); receive.Play();
await Task.Delay(1500); history.AppendText("HiddenHacker: oh CRAP!" + Environment.NewLine); receive.Play();
await Task.Delay(1500); history.AppendText("HiddenHacker: quick! lets logout!" + Environment.NewLine); receive.Play();
await Task.Delay(1250); history.AppendText("12padams: oh come on guys.." + Environment.NewLine); receive.Play();
await Task.Delay(1750); history.AppendText("HiddenHacker: no! i cant close the webchat!" + Environment.NewLine); receive.Play();
await Task.Delay(2500); history.AppendText("12padams: please just calm down, im not angry with you" + Environment.NewLine); receive.Play();
await Task.Delay(1750); history.AppendText("HiddenHacker: wait, really?" + Environment.NewLine); receive.Play();
await Task.Delay(1100); history.AppendText("12padams: yea" + Environment.NewLine); receive.Play();
} }
private void button2_Click(object sender, EventArgs e) private void button2_Click(object sender, EventArgs e)