mirror of
https://github.com/Histacom/Histacom.git
synced 2025-01-22 09:02:00 -05:00
commit
bae252e9f5
4 changed files with 1259 additions and 1704 deletions
|
@ -3,22 +3,19 @@
|
||||||
Dim waiting2 As Boolean = False
|
Dim waiting2 As Boolean = False
|
||||||
Dim con As Integer
|
Dim con As Integer
|
||||||
Dim ran As New Random
|
Dim ran As New Random
|
||||||
Dim abletoclose As String = "yes"
|
Dim abletoclose As Boolean = True
|
||||||
Dim username As String
|
Dim username As String
|
||||||
Private Sub closebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles closebutton.Click
|
Private Sub closebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles closebutton.Click
|
||||||
If abletoclose = "yes" Then
|
If abletoclose Then
|
||||||
Me.Close()
|
Me.Close()
|
||||||
End If
|
End If
|
||||||
If abletoclose = "no" Then
|
|
||||||
|
|
||||||
End If
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub me_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
Private Sub me_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
||||||
look.Start()
|
look.Start()
|
||||||
Button5.Hide()
|
Button5.Hide()
|
||||||
Label5.Hide()
|
Label5.Hide()
|
||||||
abletoclose = "yes"
|
abletoclose = True
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
|
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
|
||||||
|
@ -26,21 +23,21 @@
|
||||||
login.Hide()
|
login.Hide()
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
ListBox1.Items.Add(username)
|
ListBox1.Items.Add(username)
|
||||||
history.Text = history.Text + (username & " Has Logged On" & Environment.NewLine)
|
history.Text += (username & " Has Logged On" & Environment.NewLine)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
||||||
If waiting = True Then
|
If waiting = True Then
|
||||||
mainname = typechat.Text
|
mainname = typechat.Text
|
||||||
waiting = False
|
waiting = False
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
history.ScrollToCaret()
|
history.ScrollToCaret()
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
Else
|
Else
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
|
@ -50,362 +47,226 @@
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
|
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
|
||||||
|
Select Case con
|
||||||
If con = 67 Then
|
Case 67
|
||||||
If waitfor02download = True Then
|
If waitfor02download Then
|
||||||
Chat.Stop()
|
Chat.Stop()
|
||||||
Else
|
Else
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
history.Text = history.Text + ("12padams: Ok I got a message that you just started the timer " & mainname & Environment.NewLine)
|
history.Text += ("12padams: Ok I got a message that you just started the timer " & mainname & Environment.NewLine)
|
||||||
con = con + 1
|
|
||||||
End If
|
End If
|
||||||
End If
|
Case 66
|
||||||
If con = 66 Then
|
history.Text += ("The Hidden Hacker: I Hope this works..." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: I Hope this works..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
|
||||||
count.Start()
|
count.Start()
|
||||||
waitfor02download = True
|
waitfor02download = True
|
||||||
Chat.Stop()
|
Chat.Stop()
|
||||||
End If
|
Case 65
|
||||||
If con = 65 Then
|
history.Text += ("12padams: Ok " & mainname & " download it now and we will wait for you" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Ok " & mainname & " download it now and we will wait for you" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 64
|
||||||
End If
|
|
||||||
If con = 64 Then
|
|
||||||
Label5.Show()
|
Label5.Show()
|
||||||
Button5.Show()
|
Button5.Show()
|
||||||
con = con + 1
|
Case 63
|
||||||
End If
|
history.Text += ("12padams: We will start right now. Ill send 0.2 of time distorter and " & mainname & " can download it" & Environment.NewLine)
|
||||||
If con = 63 Then
|
|
||||||
history.Text = history.Text + ("12padams: We will start right now. Ill send 0.2 of time distorter and " & mainname & " can download it" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 62
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Ok then when do we start?" & Environment.NewLine)
|
||||||
If con = 62 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok then when do we start?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 61
|
||||||
End If
|
history.Text += ("12padams: Nothings going to go wrong I think i Got this" & Environment.NewLine)
|
||||||
If con = 61 Then
|
|
||||||
history.Text = history.Text + ("12padams: Nothings going to go wrong I think i Got this" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 60
|
||||||
End If
|
history.Text += ("The Hidden Hacker: But what If something goes wrong and " & mainname & " doesn't get to the year 2000 properly?" & Environment.NewLine)
|
||||||
If con = 60 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: But what If something goes wrong and " & mainname & " doesn't get to the year 2000 properly?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 59
|
||||||
End If
|
history.Text += ("12padams: Ok I want you to look out for " & mainname & " so that in 1 year you can tell me when he comes back" & Environment.NewLine)
|
||||||
If con = 59 Then
|
|
||||||
history.Text = history.Text + ("12padams: Ok I want you to look out for " & mainname & " so that in 1 year you can tell me when he comes back" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 58
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Ok but what do you want me to do?" & Environment.NewLine)
|
||||||
If con = 58 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok but what do you want me to do?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 57
|
||||||
End If
|
history.Text += ("12padams: But It has to be done... you need to help me, guys... please" & Environment.NewLine)
|
||||||
If con = 57 Then
|
|
||||||
history.Text = history.Text + ("12padams: But It has to be done... you need to help me, guys... please" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 56
|
||||||
End If
|
history.Text += ("The Hidden Hacker: 12padams thats too risky" & Environment.NewLine)
|
||||||
If con = 56 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: 12padams thats too risky" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 55
|
||||||
End If
|
history.Text += ("12padams: This could serriously impact my time travel software." & Environment.NewLine)
|
||||||
If con = 55 Then
|
|
||||||
history.Text = history.Text + ("12padams: This could serriously impact my time travel software." & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 54
|
||||||
End If
|
history.Text += ("12padams: Computer dates may stuff up and display 1900 instead of 2000" & Environment.NewLine)
|
||||||
If con = 54 Then
|
|
||||||
history.Text = history.Text + ("12padams: Computer dates may stuff up and display 1900 instead of 2000" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 53
|
||||||
End If
|
history.Text += ("12padams: Well basically I wrote an article on the year 2000 bug AKA y2k" & Environment.NewLine)
|
||||||
If con = 53 Then
|
|
||||||
history.Text = history.Text + ("12padams: Well basically I wrote an article on the year 2000 bug AKA y2k" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 52
|
||||||
End If
|
history.Text += ("12padams: haha sorry I forgot about that" & Environment.NewLine)
|
||||||
If con = 52 Then
|
|
||||||
history.Text = history.Text + ("12padams: haha sorry I forgot about that" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 51
|
||||||
End If
|
history.Text += ("The Hidden Hacker: no since I am blocked from using your website" & Environment.NewLine)
|
||||||
If con = 51 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: no since I am blocked from using your website" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 50
|
||||||
End If
|
history.Text += ("12padams: no... Its not accually. Didn't you read the article on my website?" & Environment.NewLine)
|
||||||
If con = 50 Then
|
|
||||||
history.Text = history.Text + ("12padams: no... Its not accually. Didn't you read the article on my website?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 49
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Why does he need to try it out??? its gunna work just like 0.1 did" & Environment.NewLine)
|
||||||
If con = 49 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Why does he need to try it out??? its gunna work just like 0.1 did" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 48
|
||||||
End If
|
history.Text += ("12padams: " & mainname & "... I will need you to try this out again" & Environment.NewLine)
|
||||||
If con = 48 Then
|
|
||||||
history.Text = history.Text + ("12padams: " & mainname & "... I will need you to try this out again" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 47
|
||||||
End If
|
history.Text += ("12padams: well not much different... it works the same except it works in all time periods and it takes you to 2000" & Environment.NewLine)
|
||||||
If con = 47 Then
|
|
||||||
history.Text = history.Text + ("12padams: well not much different... it works the same except it works in all time periods and it takes you to 2000" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 46
|
||||||
End If
|
history.Text += ("12padams: 0.2 is much different however" & Environment.NewLine)
|
||||||
If con = 46 Then
|
|
||||||
history.Text = history.Text + ("12padams: 0.2 is much different however" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 45
|
||||||
End If
|
history.Text += ("12padams: Well anyway... 0.1 is now useless since it only works if the year is 1998 and it will only take you to 1999" & Environment.NewLine)
|
||||||
If con = 45 Then
|
|
||||||
history.Text = history.Text + ("12padams: Well anyway... 0.1 is now useless since it only works if the year is 1998 and it will only take you to 1999" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 44
|
||||||
End If
|
history.Text += ("12padams: oh woops yea oh cause you would" & Environment.NewLine)
|
||||||
If con = 44 Then
|
|
||||||
history.Text = history.Text + ("12padams: oh woops yea oh cause you would" & Environment.NewLine)
|
|
||||||
Chat.Interval = 8000
|
Chat.Interval = 8000
|
||||||
con = con + 1
|
Case 43
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Of cause I remember that..." & Environment.NewLine)
|
||||||
If con = 43 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Of cause I remember that..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 42
|
||||||
End If
|
history.Text += ("12padams: Remember time distorter 0.1?" & Environment.NewLine)
|
||||||
If con = 42 Then
|
|
||||||
history.Text = history.Text + ("12padams: Remember time distorter 0.1?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 41
|
||||||
End If
|
history.Text += ("12padams: Oh right I forgot to tell you both" & Environment.NewLine)
|
||||||
If con = 41 Then
|
|
||||||
history.Text = history.Text + ("12padams: Oh right I forgot to tell you both" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 40
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Wait A sec... you mean we are going to time travel again?" & Environment.NewLine)
|
||||||
If con = 40 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Wait A sec... you mean we are going to time travel again?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 39
|
||||||
End If
|
history.Text += ("12padams: Ok I know... you can track the time travels so you can see when " & mainname & " gets to a new time period you say whats going on..." & Environment.NewLine)
|
||||||
If con = 39 Then
|
|
||||||
history.Text = history.Text + ("12padams: Ok I know... you can track the time travels so you can see when " & mainname & " gets to a new time period you say whats going on..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 38
|
||||||
End If
|
history.Text += ("12padams: I am not really sure accually... um let me think" & Environment.NewLine)
|
||||||
If con = 38 Then
|
|
||||||
history.Text = history.Text + ("12padams: I am not really sure accually... um let me think" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 37
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Um what do you mean by guider?" & Environment.NewLine)
|
||||||
If con = 37 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Um what do you mean by guider?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 36
|
||||||
End If
|
history.Text += ("12padams: And The Hidden Hacker... you can be the um... Guider" & Environment.NewLine)
|
||||||
If con = 36 Then
|
|
||||||
history.Text = history.Text + ("12padams: And The Hidden Hacker... you can be the um... Guider" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 35
|
||||||
End If
|
history.Text += ("12padams: " & mainname & " you can be the tester for my time travel software" & Environment.NewLine)
|
||||||
If con = 35 Then
|
|
||||||
history.Text = history.Text + ("12padams: " & mainname & " you can be the tester for my time travel software" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 34
|
||||||
End If
|
history.Text += ("12padams: Well I am the coder who will be working on the time travel software" & Environment.NewLine)
|
||||||
If con = 34 Then
|
|
||||||
history.Text = history.Text + ("12padams: Well I am the coder who will be working on the time travel software" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 33
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Wait what do you mean by 'a team'" & Environment.NewLine)
|
||||||
If con = 33 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Wait what do you mean by 'a team'" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 32
|
||||||
End If
|
history.Text += ("12padams: Look Since you both know about this whole time travel thing... I want us to be a team " & Environment.NewLine)
|
||||||
If con = 32 Then
|
|
||||||
history.Text = history.Text + ("12padams: Look Since you both know about this whole time travel thing... I want us to be a team " & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 31
|
||||||
End If
|
history.Text += ("12padams: Well anyway I have something very important I now have to say to you both " & Environment.NewLine)
|
||||||
If con = 31 Then
|
|
||||||
history.Text = history.Text + ("12padams: Well anyway I have something very important I now have to say to you both " & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 30
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Lol its good you now have a name " & mainname & Environment.NewLine)
|
||||||
If con = 30 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Lol its good you now have a name " & mainname & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 29
|
||||||
End If
|
history.Text += ("12padams: Ok from now on we will call you " & mainname & Environment.NewLine)
|
||||||
If con = 29 Then
|
|
||||||
history.Text = history.Text + ("12padams: Ok from now on we will call you " & mainname & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 28
|
||||||
|
if mainname == "" Then
|
||||||
|
con -= 1
|
||||||
End If
|
End If
|
||||||
|
|
||||||
If con = 28 Then
|
|
||||||
If mainname = "" Then
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
Else
|
Case 27
|
||||||
Chat.Interval = 3000
|
history.Text += ("12padams: Um whats your name 'windows 98 user' just type it in the chat now. I recommend less then 10 letters" & Environment.NewLine)
|
||||||
con = con + 1
|
|
||||||
End If
|
|
||||||
End If
|
|
||||||
If con = 27 Then
|
|
||||||
history.Text = history.Text + ("12padams: Um whats your name 'windows 98 user' just type it in the chat now. I recommend less then 10 letters" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
waiting = True
|
waiting = True
|
||||||
con = con + 1
|
Case 26
|
||||||
End If
|
history.Text += ("12padams: Ok just to let you know... the only thing thats getting me 'angrey' right now is not knowing what this windows 98 users name is " & Environment.NewLine)
|
||||||
If con = 26 Then
|
|
||||||
history.Text = history.Text + ("12padams: Ok just to let you know... the only thing thats getting me 'angrey' right now is not knowing what this windows 98 users name is " & Environment.NewLine)
|
|
||||||
Chat.Interval = 9000
|
Chat.Interval = 9000
|
||||||
con = con + 1
|
Case 25
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Well thats a relief... um whatever your name is... " & Environment.NewLine)
|
||||||
If con = 25 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Well thats a relief... um whatever your name is... " & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 24
|
||||||
End If
|
history.Text += ("12padams: So I just wanna say thanks :) both of you... " & Environment.NewLine)
|
||||||
If con = 24 Then
|
|
||||||
history.Text = history.Text + ("12padams: So I just wanna say thanks :) both of you... " & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 23
|
||||||
End If
|
history.Text += ("12padams: Liston... If you had not hacked my emails and taken my software and tried it out I would never have tested my software. " & Environment.NewLine)
|
||||||
If con = 23 Then
|
|
||||||
history.Text = history.Text + ("12padams: Liston... If you had not hacked my emails and taken my software and tried it out I would never have tested my software. " & Environment.NewLine)
|
|
||||||
Chat.Interval = 9000
|
Chat.Interval = 9000
|
||||||
con = con + 1
|
Case 22
|
||||||
End If
|
history.Text += ("12padams: Yea I'm not angrey at any of you..." & Environment.NewLine)
|
||||||
If con = 22 Then
|
|
||||||
history.Text = history.Text + ("12padams: Yea I'm not angrey at any of you..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 21
|
||||||
End If
|
history.Text += ("The Hidden Hacker: What???" & Environment.NewLine)
|
||||||
If con = 21 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: What???" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 20
|
||||||
End If
|
history.Text += ("12padams: Oh for goodness sake what's wrong with you 2... I am not angrey" & Environment.NewLine)
|
||||||
If con = 20 Then
|
|
||||||
history.Text = history.Text + ("12padams: Oh for goodness sake what's wrong with you 2... I am not angrey" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 19
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Crap the close button is not working!!!" & Environment.NewLine)
|
||||||
If con = 19 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Crap the close button is not working!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 18
|
||||||
End If
|
history.Text += ("12padams: Come on guys..." & Environment.NewLine)
|
||||||
If con = 18 Then
|
|
||||||
history.Text = history.Text + ("12padams: Come on guys..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 17
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Log off... um whatever your name is wh owns that windows 98 computer!!!!" & Environment.NewLine)
|
||||||
If con = 17 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Log off... um whatever your name is wh owns that windows 98 computer!!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 16
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Oh CRAP!!!" & Environment.NewLine)
|
||||||
If con = 16 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Oh CRAP!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 15
|
||||||
End If
|
history.Text += ("12padams: Yea and you have not done a good job of hidding" & Environment.NewLine)
|
||||||
If con = 15 Then
|
|
||||||
history.Text = history.Text + ("12padams: Yea and you have not done a good job of hidding" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 14
|
||||||
End If
|
history.Text += ("12padams Has Logged On" & Environment.NewLine)
|
||||||
If con = 14 Then
|
|
||||||
history.Text = history.Text + ("12padams Has Logged On" & Environment.NewLine)
|
|
||||||
Chat.Interval = 2000
|
Chat.Interval = 2000
|
||||||
con = con + 1
|
abletoclose = False
|
||||||
abletoclose = "no"
|
Case 13
|
||||||
End If
|
history.Text += ("The Hidden Hacker: since then I have been hiding so 12padams could not get me" & Environment.NewLine)
|
||||||
If con = 13 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: since then I have been hiding so 12padams could not get me" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 12
|
||||||
End If
|
history.Text += ("The Hidden Hacker: after you left 1998 12padams tried to attack and well..." & Environment.NewLine)
|
||||||
If con = 12 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: after you left 1998 12padams tried to attack and well..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 11
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Ok well heres what happened while you were gone." & Environment.NewLine)
|
||||||
If con = 11 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok well heres what happened while you were gone." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 10
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Finally your here." & Environment.NewLine)
|
||||||
If con = 10 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Finally your here." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 9
|
||||||
End If
|
history.Text += ("The Hidden Hacker: For 1 whole year I have been waiting to see if that time travel software worked" & Environment.NewLine)
|
||||||
If con = 9 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: For 1 whole year I have been waiting to see if that time travel software worked" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 8
|
||||||
End If
|
history.Text += ("[The Known Checker] has changed his display name to [The Hidden Hacker]" & Environment.NewLine)
|
||||||
If con = 8 Then
|
|
||||||
history.Text = history.Text + ("[The Known Checker] has changed his display name to [The Hidden Hacker]" & Environment.NewLine)
|
|
||||||
ListBox1.Items.Remove("The Known Checker")
|
ListBox1.Items.Remove("The Known Checker")
|
||||||
ListBox1.Items.Add("The Hidden Hacker")
|
ListBox1.Items.Add("The Hidden Hacker")
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 7
|
||||||
End If
|
history.Text += ("The Known Checker: Wait sorry i am using a fake name... Just wait a sec" & Environment.NewLine)
|
||||||
If con = 7 Then
|
|
||||||
history.Text = history.Text + ("The Known Checker: Wait sorry i am using a fake name... Just wait a sec" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 6
|
||||||
End If
|
history.Text += ("The Known Checker: Yes!!! Its YOU!!!!!" & Environment.NewLine)
|
||||||
If con = 6 Then
|
|
||||||
history.Text = history.Text + ("The Known Checker: Yes!!! Its YOU!!!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 5
|
||||||
End If
|
history.Text += ("Scan Complete!" & Environment.NewLine)
|
||||||
If con = 5 Then
|
|
||||||
history.Text = history.Text + ("Scan Complete!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 4
|
||||||
End If
|
history.Text += ("The Known Checker is: Scanning IP..." & Environment.NewLine)
|
||||||
If con = 4 Then
|
|
||||||
history.Text = history.Text + ("The Known Checker is: Scanning IP..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 3
|
||||||
End If
|
history.Text += ("The Known Checker: Wait I'll quickly do an ip scan..." & Environment.NewLine)
|
||||||
If con = 3 Then
|
|
||||||
history.Text = history.Text + ("The Known Checker: Wait I'll quickly do an ip scan..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 2
|
||||||
End If
|
history.Text += ("The Known Checker: Hi um I know this is going to sound weird but do you know about some software called time distorter?" & Environment.NewLine)
|
||||||
If con = 2 Then
|
|
||||||
history.Text = history.Text + ("The Known Checker: Hi um I know this is going to sound weird but do you know about some software called time distorter?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 8000
|
Chat.Interval = 8000
|
||||||
con = con + 1
|
Case 1
|
||||||
End If
|
history.Text += ("The Known Checker: OMG I think I found you!!!" & Environment.NewLine)
|
||||||
If con = 1 Then
|
|
||||||
history.Text = history.Text + ("The Known Checker: OMG I think I found you!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 0
|
||||||
End If
|
|
||||||
If con = 0 Then
|
|
||||||
ListBox1.Items.Add("The Known Checker")
|
ListBox1.Items.Add("The Known Checker")
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
End Select
|
||||||
End If
|
con += 1
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
history.ScrollToCaret()
|
history.ScrollToCaret()
|
||||||
|
@ -423,7 +284,7 @@
|
||||||
Dim maximize As Boolean
|
Dim maximize As Boolean
|
||||||
|
|
||||||
Private Sub programtopbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles programtopbar.MouseDown
|
Private Sub programtopbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles programtopbar.MouseDown
|
||||||
If moveable = True Then
|
If moveable Then
|
||||||
If e.Button = MouseButtons.Left Then
|
If e.Button = MouseButtons.Left Then
|
||||||
programtopbar.Capture = False
|
programtopbar.Capture = False
|
||||||
Const WM_NCLBUTTONDOWN As Integer = &HA1S
|
Const WM_NCLBUTTONDOWN As Integer = &HA1S
|
||||||
|
@ -433,7 +294,6 @@
|
||||||
New IntPtr(HTCAPTION), IntPtr.Zero)
|
New IntPtr(HTCAPTION), IntPtr.Zero)
|
||||||
Me.DefWndProc(msg)
|
Me.DefWndProc(msg)
|
||||||
End If
|
End If
|
||||||
Else
|
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
@ -475,7 +335,7 @@
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub maximizebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles maximizebutton.Click
|
Private Sub maximizebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles maximizebutton.Click
|
||||||
If maximize = False Then
|
If Not maximize Then
|
||||||
meylocation = Windows95.desktopicons.Height - Me.Height
|
meylocation = Windows95.desktopicons.Height - Me.Height
|
||||||
mexlocation = Windows95.desktopicons.Width - Me.Width
|
mexlocation = Windows95.desktopicons.Width - Me.Width
|
||||||
mewidth = Me.Width
|
mewidth = Me.Width
|
||||||
|
@ -524,175 +384,132 @@
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
||||||
If waitfor02download = False Then
|
If Not waitfor02download Then
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
waitingdownload.Stop()
|
waitingdownload.Stop()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub count_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles count.Tick
|
Private Sub count_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles count.Tick
|
||||||
If count2000 = -8 Then
|
Select Case count2000
|
||||||
|
Case -8
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.Black
|
history.BackColor = Color.Black
|
||||||
history.ForeColor = Color.White
|
history.ForeColor = Color.White
|
||||||
Me.Close()
|
Me.Close()
|
||||||
count.Stop()
|
count.Stop()
|
||||||
End If
|
Case -7
|
||||||
If count2000 = -7 Then
|
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.White
|
history.BackColor = Color.White
|
||||||
history.ForeColor = Color.Black
|
history.ForeColor = Color.Black
|
||||||
End If
|
Case -6
|
||||||
If count2000 = -6 Then
|
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.Black
|
history.BackColor = Color.Black
|
||||||
history.ForeColor = Color.White
|
history.ForeColor = Color.White
|
||||||
End If
|
Case -5
|
||||||
If count2000 = -5 Then
|
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.White
|
history.BackColor = Color.White
|
||||||
history.ForeColor = Color.Black
|
history.ForeColor = Color.Black
|
||||||
End If
|
Case -4
|
||||||
If count2000 = -4 Then
|
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.Black
|
history.BackColor = Color.Black
|
||||||
history.ForeColor = Color.White
|
history.ForeColor = Color.White
|
||||||
End If
|
Case -3
|
||||||
If count2000 = -3 Then
|
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.White
|
history.BackColor = Color.White
|
||||||
history.ForeColor = Color.Black
|
history.ForeColor = Color.Black
|
||||||
End If
|
Case -2
|
||||||
If count2000 = -2 Then
|
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.Black
|
history.BackColor = Color.Black
|
||||||
history.ForeColor = Color.White
|
history.ForeColor = Color.White
|
||||||
End If
|
Case -1
|
||||||
If count2000 = -1 Then
|
|
||||||
Me.BackColor = Color.Black
|
Me.BackColor = Color.Black
|
||||||
history.BackColor = Color.White
|
history.BackColor = Color.White
|
||||||
history.ForeColor = Color.Black
|
history.ForeColor = Color.Black
|
||||||
count.Interval = 100
|
count.Interval = 100
|
||||||
Me.Close()
|
Me.Close()
|
||||||
End If
|
Case 4
|
||||||
If count2000 = 4 Then
|
|
||||||
count.Interval = 100
|
count.Interval = 100
|
||||||
history.Text = history.Text + ("12padams: Oh " & mainname & " just remember to watch the year incase something goes wrong... have a good trip :)" & Environment.NewLine)
|
history.Text += ("12padams: Oh " & mainname & " just remember to watch the year incase something goes wrong... have a good trip :)" & Environment.NewLine)
|
||||||
End If
|
Case 8
|
||||||
If count2000 = 8 Then
|
history.Text += ("The Hidden Hacker: Ok cool thanks for that" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok cool thanks for that" & Environment.NewLine)
|
Case 13
|
||||||
End If
|
history.Text += ("12padams: well when " & mainname & " gets back ill let you go as well on the next one" & Environment.NewLine)
|
||||||
If count2000 = 13 Then
|
Case 17
|
||||||
history.Text = history.Text + ("12padams: well when " & mainname & " gets back ill let you go as well on the next one" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: not really... I just wish I got to time travel myself" & Environment.NewLine)
|
||||||
End If
|
Case 22
|
||||||
If count2000 = 17 Then
|
history.Text += ("12padams: Is there anything you want to say to " & mainname & " now just before " & mainname & " is gone?" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: not really... I just wish I got to time travel myself" & Environment.NewLine)
|
Case 27
|
||||||
End If
|
history.Text += ("12padams: yea me too but it needs to be done..." & Environment.NewLine)
|
||||||
If count2000 = 22 Then
|
Case 33
|
||||||
history.Text = history.Text + ("12padams: Is there anything you want to say to " & mainname & " now just before " & mainname & " is gone?" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Yea... I just wish It didn't take so long :(" & Environment.NewLine)
|
||||||
End If
|
Case 37
|
||||||
If count2000 = 27 Then
|
history.Text += ("12padams: Ok well here we go again... another test which will show interesting and powerful results" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: yea me too but it needs to be done..." & Environment.NewLine)
|
Case 42
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Don't worry I will tell you strait away I promise" & Environment.NewLine)
|
||||||
If count2000 = 33 Then
|
Case 48
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Yea... I just wish It didn't take so long :(" & Environment.NewLine)
|
history.Text += ("12padams: Ok get just remeber as soon as " & mainname & " gets the the year 2000 you need to tell me strait away" & Environment.NewLine)
|
||||||
End If
|
Case 53
|
||||||
If count2000 = 37 Then
|
history.Text += ("The Hidden Hacker: Well I guess I trust you then" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Ok well here we go again... another test which will show interesting and powerful results" & Environment.NewLine)
|
Case 57
|
||||||
End If
|
history.Text += ("12padams: don't worry nothings gunna happen" & Environment.NewLine)
|
||||||
If count2000 = 42 Then
|
Case 62
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Don't worry I will tell you strait away I promise" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Well I hope nothing goes wrong..." & Environment.NewLine)
|
||||||
End If
|
Case 86
|
||||||
If count2000 = 48 Then
|
history.Text += ("12padams: No it can't thats why i have coded it so if it does show 1900 it will jump forward in time back the the year 2000" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Ok get just remeber as soon as " & mainname & " gets the the year 2000 you need to tell me strait away" & Environment.NewLine)
|
Case 72
|
||||||
End If
|
history.Text += ("The Hidden Hacker: wait are you saying that this software can accually take someone back that far?" & Environment.NewLine)
|
||||||
If count2000 = 53 Then
|
Case 78
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Well I guess I trust you then" & Environment.NewLine)
|
history.Text += ("12padams: Well apon the numbers switching to 2000 it may instead switch to 1900" & Environment.NewLine)
|
||||||
End If
|
Case 82
|
||||||
If count2000 = 57 Then
|
history.Text += ("The Hidden Hacker: Ok but can you tell me what will happen?" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: don't worry nothings gunna happen" & Environment.NewLine)
|
Case 87
|
||||||
End If
|
history.Text += ("12padams: Well I am just worried about when he goes past the year 2000 during travel..." & Environment.NewLine)
|
||||||
If count2000 = 62 Then
|
Case 91
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Well I hope nothing goes wrong..." & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: I know that but what could happen?" & Environment.NewLine)
|
||||||
End If
|
Case 96
|
||||||
If count2000 = 68 Then
|
history.Text += ("12padams: Well There may be the slight chance of YK2 interference" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: No it can't thats why i have coded it so if it does show 1900 it will jump forward in time back the the year 2000" & Environment.NewLine)
|
Case 100
|
||||||
End If
|
history.Text += ("The Hidden Hacker: I need to know what could go wrong." & Environment.NewLine)
|
||||||
If count2000 = 72 Then
|
Case 104
|
||||||
history.Text = history.Text + ("The Hidden Hacker: wait are you saying that this software can accually take someone back that far?" & Environment.NewLine)
|
history.Text += ("12padams: What do you need to know?" & Environment.NewLine)
|
||||||
End If
|
Case 108
|
||||||
If count2000 = 78 Then
|
history.Text += ("The Hidden Hacker: I just have a few questions..." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Well apon the numbers switching to 2000 it may instead switch to 1900" & Environment.NewLine)
|
Case 111
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Don't Worry... I will" & Environment.NewLine)
|
||||||
If count2000 = 82 Then
|
Case 115
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok but can you tell me what will happen?" & Environment.NewLine)
|
history.Text += ("12padams: You just have to make sure you tell me ok..." & Environment.NewLine)
|
||||||
End If
|
Case 120
|
||||||
If count2000 = 87 Then
|
history.Text += ("12padams: I want you to tell me as soon as he ges the the year 2000 then we will start another chat." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Well I am just worried about when he goes past the year 2000 during travel..." & Environment.NewLine)
|
Case 124
|
||||||
End If
|
history.Text += ("12padams: wow good job... ok heres what we will do" & Environment.NewLine)
|
||||||
If count2000 = 91 Then
|
Case 130
|
||||||
history.Text = history.Text + ("The Hidden Hacker: I know that but what could happen?" & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Hey I got tracking software which will alert me as soon as the time travel is over... I developed it after a year of waiting." & Environment.NewLine)
|
||||||
End If
|
Case 135
|
||||||
If count2000 = 96 Then
|
history.Text += ("12padams: The most important thing now is preparing for when " & mainname & " gets to the year 2000" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Well There may be the slight chance of YK2 interference" & Environment.NewLine)
|
Case 140
|
||||||
End If
|
history.Text += ("12padams: Now we have to stop chatting about who gets to do what now " & Environment.NewLine)
|
||||||
If count2000 = 100 Then
|
Case 144
|
||||||
history.Text = history.Text + ("The Hidden Hacker: I need to know what could go wrong." & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Hmm I would prefere to be me then..." & Environment.NewLine)
|
||||||
End If
|
Case 149
|
||||||
If count2000 = 104 Then
|
history.Text += ("12padams: Well accually " & mainname & " will need to go back to 1998 after experiencing all the future tech so..." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: What do you need to know?" & Environment.NewLine)
|
Case 155
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Ok... " & mainname & " you should feel happy that you don't have to wait a whole year for results " & Environment.NewLine)
|
||||||
If count2000 = 108 Then
|
Case 160
|
||||||
history.Text = history.Text + ("The Hidden Hacker: I just have a few questions..." & Environment.NewLine)
|
history.Text += ("12padams: Hey hidden hacker... if your doing tests like this they take time... just be patient " & Environment.NewLine)
|
||||||
End If
|
Case 166
|
||||||
If count2000 = 111 Then
|
history.Text += ("The Hidden Hacker: Oh great not another whole year :( " & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Don't Worry... I will" & Environment.NewLine)
|
Case 170
|
||||||
End If
|
history.Text += ("12padams: your wrong... 3 minutes for " & mainname & " and 1 year for us..." & Environment.NewLine)
|
||||||
If count2000 = 115 Then
|
Case 175
|
||||||
history.Text = history.Text + ("12padams: You just have to make sure you tell me ok..." & Environment.NewLine)
|
history.Text += ("The Hidden Hacker: Hmm 3 minutes and we get to see the results to this test " & Environment.NewLine)
|
||||||
End If
|
Case Else 'Probably a better way to do this
|
||||||
If count2000 = 120 Then
|
|
||||||
history.Text = history.Text + ("12padams: I want you to tell me as soon as he ges the the year 2000 then we will start another chat." & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 124 Then
|
|
||||||
history.Text = history.Text + ("12padams: wow good job... ok heres what we will do" & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 130 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Hey I got tracking software which will alert me as soon as the time travel is over... I developed it after a year of waiting." & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 135 Then
|
|
||||||
history.Text = history.Text + ("12padams: The most important thing now is preparing for when " & mainname & " gets to the year 2000" & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 140 Then
|
|
||||||
history.Text = history.Text + ("12padams: Now we have to stop chatting about who gets to do what now " & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 144 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Hmm I would prefere to be me then..." & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 149 Then
|
|
||||||
history.Text = history.Text + ("12padams: Well accually " & mainname & " will need to go back to 1998 after experiencing all the future tech so..." & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 155 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok... " & mainname & " you should feel happy that you don't have to wait a whole year for results " & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 160 Then
|
|
||||||
history.Text = history.Text + ("12padams: Hey hidden hacker... if your doing tests like this they take time... just be patient " & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 166 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Oh great not another whole year :( " & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 170 Then
|
|
||||||
history.Text = history.Text + ("12padams: your wrong... 3 minutes for " & mainname & " and 1 year for us..." & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 = 175 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Hmm 3 minutes and we get to see the results to this test " & Environment.NewLine)
|
|
||||||
End If
|
|
||||||
If count2000 < 175 Then
|
If count2000 < 175 Then
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
history.ScrollToCaret()
|
history.ScrollToCaret()
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
End If
|
End If
|
||||||
|
End Select
|
||||||
End Sub
|
End Sub
|
||||||
End Class
|
End Class
|
File diff suppressed because it is too large
Load diff
|
@ -3,22 +3,15 @@
|
||||||
Dim waiting2 As Boolean = False
|
Dim waiting2 As Boolean = False
|
||||||
Dim con As Integer = 1
|
Dim con As Integer = 1
|
||||||
Dim ran As New Random
|
Dim ran As New Random
|
||||||
Dim abletoclose As String = "yes"
|
|
||||||
Dim username As String
|
Dim username As String
|
||||||
Private Sub closebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles closebutton.Click
|
Private Sub closebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles closebutton.Click
|
||||||
If abletoclose = "yes" Then
|
|
||||||
Me.Close()
|
Me.Close()
|
||||||
End If
|
|
||||||
If abletoclose = "no" Then
|
|
||||||
|
|
||||||
End If
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub me_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
Private Sub me_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
||||||
look.Start()
|
look.Start()
|
||||||
Button5.Hide()
|
Button5.Hide()
|
||||||
Label5.Hide()
|
Label5.Hide()
|
||||||
abletoclose = "yes"
|
|
||||||
ListBox1.Items.Add("12padams")
|
ListBox1.Items.Add("12padams")
|
||||||
ListBox1.Items.Add("The Hidden Hacker")
|
ListBox1.Items.Add("The Hidden Hacker")
|
||||||
End Sub
|
End Sub
|
||||||
|
@ -28,7 +21,7 @@
|
||||||
login.Hide()
|
login.Hide()
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
ListBox1.Items.Add(username)
|
ListBox1.Items.Add(username)
|
||||||
history.Text = history.Text + (username & " Has Logged On" & Environment.NewLine)
|
history.Text += (username & " Has Logged On" & Environment.NewLine)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
||||||
|
@ -36,7 +29,7 @@
|
||||||
If typechat.Text = "star" Then
|
If typechat.Text = "star" Then
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
con = con + 1
|
con = con + 1
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
|
@ -44,8 +37,8 @@
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
waiting = False
|
waiting = False
|
||||||
Else
|
Else
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: sorry that was the wrong password... remember that you should only type the 4 letter password and nothing else." & Environment.NewLine)
|
history.Text += ("12padams: sorry that was the wrong password... remember that you should only type the 4 letter password and nothing else." & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
|
@ -54,7 +47,7 @@
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Else
|
Else
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
|
@ -64,179 +57,116 @@
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
|
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
|
||||||
If con = 34 Then
|
Select Case con
|
||||||
|
Case 34
|
||||||
Me.Close()
|
Me.Close()
|
||||||
Chat.Interval = 2000
|
Chat.Interval = 2000
|
||||||
con = con + 1
|
Case 33
|
||||||
End If
|
history.Text += ("12padams: Close any open programs now!!!" & Environment.NewLine)
|
||||||
If con = 33 Then
|
|
||||||
history.Text = history.Text + ("12padams: Close any open programs now!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 32
|
||||||
End If
|
history.Text += ("12padams: And I will close this chat... its not good to have open programs while time traveling" & Environment.NewLine)
|
||||||
If con = 32 Then
|
|
||||||
history.Text = history.Text + ("12padams: And I will close this chat... its not good to have open programs while time traveling" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 31
|
||||||
End If
|
history.Text += ("12padams: Bye " & mainname & " and Hidden Hacker. Ill see you in the FUTURE!!!" & Environment.NewLine)
|
||||||
If con = 31 Then
|
|
||||||
history.Text = history.Text + ("12padams: Bye " & mainname & " and Hidden Hacker. Ill see you in the FUTURE!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 30
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Ok bye 12padams and thanks for letting me time travel this time." & Environment.NewLine)
|
||||||
If con = 30 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok bye 12padams and thanks for letting me time travel this time." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 29
|
||||||
End If
|
history.Text += ("12padams: Yep Its all fixed and time travel is a lot smoother... anyway see ya" & Environment.NewLine)
|
||||||
If con = 29 Then
|
|
||||||
history.Text = history.Text + ("12padams: Yep Its all fixed and time travel is a lot smoother... anyway see ya" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 28
|
||||||
End If
|
history.Text += ("The Hidden Hacker: So that wont happen anymore?" & Environment.NewLine)
|
||||||
If con = 28 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: So that wont happen anymore?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 27
|
||||||
End If
|
history.Text += ("12padams: Basically the time distorter program may have made things flash which currupted a few files" & Environment.NewLine)
|
||||||
If con = 27 Then
|
|
||||||
history.Text = history.Text + ("12padams: Basically the time distorter program may have made things flash which currupted a few files" & Environment.NewLine)
|
|
||||||
Chat.Interval = 8000
|
Chat.Interval = 8000
|
||||||
con = con + 1
|
Case 26
|
||||||
End If
|
history.Text += ("The Hidden Hacker: What do you mean time holes?" & Environment.NewLine)
|
||||||
If con = 26 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: What do you mean time holes?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 25
|
||||||
End If
|
history.Text += ("12padams: I should mention that time distorter used to cause a few time holes" & Environment.NewLine)
|
||||||
If con = 25 Then
|
|
||||||
history.Text = history.Text + ("12padams: I should mention that time distorter used to cause a few time holes" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 24
|
||||||
End If
|
history.Text += ("12padams: Good and " & mainname & "'s timer is counting down too" & Environment.NewLine)
|
||||||
If con = 24 Then
|
|
||||||
history.Text = history.Text + ("12padams: Good and " & mainname & "'s timer is counting down too" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 23
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Ok my Time Distorter has started the countdown" & Environment.NewLine)
|
||||||
If con = 23 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok my Time Distorter has started the countdown" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 22
|
||||||
End If
|
|
||||||
If con = 22 Then
|
|
||||||
Label5.Show()
|
Label5.Show()
|
||||||
Button5.Show()
|
Button5.Show()
|
||||||
Chat.Interval = 2000
|
Chat.Interval = 2000
|
||||||
Chat.Stop()
|
Chat.Stop()
|
||||||
waitingdownload.Start()
|
waitingdownload.Start()
|
||||||
End If
|
con -= 1
|
||||||
If con = 21 Then
|
Case 21
|
||||||
history.Text = history.Text + ("12padams: Ok then ill send " & mainname & " the new version of time distorter then you can both go off on your journey" & Environment.NewLine)
|
history.Text += ("12padams: Ok then ill send " & mainname & " the new version of time distorter then you can both go off on your journey" & Environment.NewLine)
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
|
||||||
waitfor02download = True
|
waitfor02download = True
|
||||||
End If
|
Case 20
|
||||||
If con = 20 Then
|
history.Text += ("12padams: So ready to get started?" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: So ready to get started?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 19
|
||||||
End If
|
history.Text += ("12padams: I just need to make sure that when 2 people both time travel at the same time nothing goes wrong" & Environment.NewLine)
|
||||||
If con = 19 Then
|
|
||||||
history.Text = history.Text + ("12padams: I just need to make sure that when 2 people both time travel at the same time nothing goes wrong" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
Case 18
|
||||||
End If
|
history.Text += ("12padams: Thats corrent yes... " & Environment.NewLine)
|
||||||
If con = 18 Then
|
|
||||||
history.Text = history.Text + ("12padams: Thats corrent yes... " & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 17
|
||||||
End If
|
history.Text += ("The Hidden Hacker: you mean 2 people at once... me and " & mainname & Environment.NewLine)
|
||||||
If con = 17 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: you mean 2 people at once... me and " & mainname & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 16
|
||||||
End If
|
history.Text += ("12padams: Today we are going to be doing our first multi time travel test" & Environment.NewLine)
|
||||||
If con = 16 Then
|
|
||||||
history.Text = history.Text + ("12padams: Today we are going to be doing our first multi time travel test" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 15
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Sorry got a bit to excited... go ahead 12padams and explain it :)" & Environment.NewLine)
|
||||||
If con = 15 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Sorry got a bit to excited... go ahead 12padams and explain it :)" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 14
|
||||||
End If
|
history.Text += ("12padams: Ok Hidden Hacker I am glad your happy but lets accually start talking about what the aim of this time travel is..." & Environment.NewLine)
|
||||||
If con = 14 Then
|
|
||||||
history.Text = history.Text + ("12padams: Ok Hidden Hacker I am glad your happy but lets accually start talking about what the aim of this time travel is..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 9000
|
Chat.Interval = 9000
|
||||||
con = con + 1
|
Case 13
|
||||||
End If
|
history.Text += ("The Hidden Hacker: I get to time travel with you " & mainname & Environment.NewLine)
|
||||||
If con = 13 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: I get to time travel with you " & mainname & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 12
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Now I dont have to wait at all!!!" & Environment.NewLine)
|
||||||
If con = 12 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Now I dont have to wait at all!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 11
|
||||||
End If
|
history.Text += ("The Hidden Hacker: " & mainname & " you dont understand how boring it is to wait a whole year for you to return..." & Environment.NewLine)
|
||||||
If con = 11 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: " & mainname & " you dont understand how boring it is to wait a whole year for you to return..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 10
|
||||||
End If
|
history.Text += ("The Hidden Hacker: YAAY OMG I AM SO EXCITED!!!!" & Environment.NewLine)
|
||||||
If con = 10 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: YAAY OMG I AM SO EXCITED!!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 9
|
||||||
End If
|
history.Text += ("12padams: Yes you do." & Environment.NewLine)
|
||||||
If con = 9 Then
|
|
||||||
history.Text = history.Text + ("12padams: Yes you do." & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 8
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Now do we get to time travel" & Environment.NewLine)
|
||||||
If con = 8 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Now do we get to time travel" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 7
|
||||||
End If
|
history.Text += ("12padams: ok good that was the password." & Environment.NewLine)
|
||||||
If con = 7 Then
|
|
||||||
history.Text = history.Text + ("12padams: ok good that was the password." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
Case 6
|
||||||
End If
|
|
||||||
If con = 6 Then
|
|
||||||
waiting = True
|
waiting = True
|
||||||
Chat.Stop()
|
Chat.Stop()
|
||||||
|
Case 5
|
||||||
End If
|
history.Text += ("12padams: Just say the 4 letter password without anything else." & Environment.NewLine)
|
||||||
If con = 5 Then
|
|
||||||
history.Text = history.Text + ("12padams: Just say the 4 letter password without anything else." & Environment.NewLine)
|
|
||||||
Chat.Interval = 1000
|
Chat.Interval = 1000
|
||||||
con = con + 1
|
Case 4
|
||||||
End If
|
history.Text += ("12padams: wait a minute... " & mainname & " tell me the password you were given at the end of survive the day." & Environment.NewLine)
|
||||||
If con = 4 Then
|
|
||||||
history.Text = history.Text + ("12padams: wait a minute... " & mainname & " tell me the password you were given at the end of survive the day." & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
Case 3
|
||||||
End If
|
history.Text += ("The Hidden Hacker: Ok lets time travel now!!!" & Environment.NewLine)
|
||||||
If con = 3 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok lets time travel now!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
Case 2
|
||||||
End If
|
history.Text += ("12padams: Oh hi " & mainname & " its good to see you again." & Environment.NewLine)
|
||||||
If con = 2 Then
|
|
||||||
history.Text = history.Text + ("12padams: Oh hi " & mainname & " its good to see you again." & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
Case 1
|
||||||
End If
|
history.Text += ("The Hidden Hacker: YESSSS!!! " & mainname & " has finally come on!!!" & Environment.NewLine)
|
||||||
If con = 1 Then
|
|
||||||
history.Text = history.Text + ("The Hidden Hacker: YESSSS!!! " & mainname & " has finally come on!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
End Select
|
||||||
End If
|
con += 1
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
history.ScrollToCaret()
|
history.ScrollToCaret()
|
||||||
|
@ -254,7 +184,7 @@
|
||||||
Dim maximize As Boolean
|
Dim maximize As Boolean
|
||||||
|
|
||||||
Private Sub programtopbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles programtopbar.MouseDown
|
Private Sub programtopbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles programtopbar.MouseDown
|
||||||
If moveable = True Then
|
If moveable Then
|
||||||
If e.Button = MouseButtons.Left Then
|
If e.Button = MouseButtons.Left Then
|
||||||
programtopbar.Capture = False
|
programtopbar.Capture = False
|
||||||
Const WM_NCLBUTTONDOWN As Integer = &HA1S
|
Const WM_NCLBUTTONDOWN As Integer = &HA1S
|
||||||
|
@ -264,7 +194,6 @@
|
||||||
New IntPtr(HTCAPTION), IntPtr.Zero)
|
New IntPtr(HTCAPTION), IntPtr.Zero)
|
||||||
Me.DefWndProc(msg)
|
Me.DefWndProc(msg)
|
||||||
End If
|
End If
|
||||||
Else
|
|
||||||
End If
|
End If
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
@ -351,10 +280,10 @@
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
||||||
If waitfor02download = False Then
|
If Not waitfor02download Then
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
waitingdownload.Stop()
|
waitingdownload.Stop()
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
|
@ -3,22 +3,15 @@
|
||||||
Dim waiting2 As Boolean = False
|
Dim waiting2 As Boolean = False
|
||||||
Dim con As Integer = 1
|
Dim con As Integer = 1
|
||||||
Dim ran As New Random
|
Dim ran As New Random
|
||||||
Dim abletoclose As String = "yes"
|
|
||||||
Dim username As String
|
Dim username As String
|
||||||
Private Sub closebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles closebutton.Click
|
Private Sub closebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles closebutton.Click
|
||||||
If abletoclose = "yes" Then
|
|
||||||
Me.Close()
|
Me.Close()
|
||||||
End If
|
|
||||||
If abletoclose = "no" Then
|
|
||||||
|
|
||||||
End If
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub me_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
Private Sub me_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
|
||||||
look.Start()
|
look.Start()
|
||||||
Button5.Hide()
|
Button5.Hide()
|
||||||
Label5.Hide()
|
Label5.Hide()
|
||||||
abletoclose = "yes"
|
|
||||||
ListBox1.Items.Add("12padams")
|
ListBox1.Items.Add("12padams")
|
||||||
ListBox1.Items.Add("The Hidden Hacker")
|
ListBox1.Items.Add("The Hidden Hacker")
|
||||||
End Sub
|
End Sub
|
||||||
|
@ -28,15 +21,15 @@
|
||||||
login.Hide()
|
login.Hide()
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
ListBox1.Items.Add(username)
|
ListBox1.Items.Add(username)
|
||||||
history.Text = history.Text + (username & " Has Logged On" & Environment.NewLine)
|
history.Text += (username & " Has Logged On" & Environment.NewLine)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
|
||||||
If waiting = True Then
|
If waiting Then
|
||||||
If typechat.Text = "star" Then
|
If typechat.Text = "star" Then
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
con = con + 1
|
con += 1
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
|
@ -44,199 +37,164 @@
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
waiting = False
|
waiting = False
|
||||||
Else
|
Else
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: sorry that was the wrong password... remember that you should only type the 4 letter password and nothing else." & Environment.NewLine)
|
history.Text += ("12padams: sorry that was the wrong password... remember that you should only type the 4 letter password and nothing else." & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
history.ScrollToCaret()
|
history.ScrollToCaret()
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Else
|
Else
|
||||||
history.Text = history.Text + (username & ": " & typechat.Text & Environment.NewLine)
|
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
|
||||||
typechat.Text = ""
|
typechat.Text = ""
|
||||||
typechat.Focus()
|
typechat.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
history.ScrollToCaret()
|
history.ScrollToCaret()
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
|
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
|
||||||
If con = 34 Then
|
Select Case con
|
||||||
|
Case 34
|
||||||
Me.Close()
|
Me.Close()
|
||||||
Chat.Interval = 2000
|
Chat.Interval = 2000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 33
|
||||||
If con = 33 Then
|
history.Text += ("12padams: Close any open programs now!!!" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Close any open programs now!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 32
|
||||||
If con = 32 Then
|
history.Text += ("12padams: And I will close this chat... its not good to have open programs while time traveling" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: And I will close this chat... its not good to have open programs while time traveling" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 31
|
||||||
If con = 31 Then
|
history.Text += ("12padams: Bye " & mainname & " and Hidden Hacker. Ill see you in the FUTURE!!!" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Bye " & mainname & " and Hidden Hacker. Ill see you in the FUTURE!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 30
|
||||||
If con = 30 Then
|
history.Text += ("The Hidden Hacker: Ok bye 12padams and thanks for letting me time travel this time." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok bye 12padams and thanks for letting me time travel this time." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 29
|
||||||
If con = 29 Then
|
history.Text += ("12padams: Yep Its all fixed and time travel is a lot smoother... anyway see ya" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Yep Its all fixed and time travel is a lot smoother... anyway see ya" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 28
|
||||||
If con = 28 Then
|
history.Text += ("The Hidden Hacker: So that wont happen anymore?" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: So that wont happen anymore?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 27
|
||||||
If con = 27 Then
|
history.Text += ("12padams: Basically the time distorter program may have made things flash which currupted a few files" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Basically the time distorter program may have made things flash which currupted a few files" & Environment.NewLine)
|
|
||||||
Chat.Interval = 8000
|
Chat.Interval = 8000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 26
|
||||||
If con = 26 Then
|
history.Text += ("The Hidden Hacker: What do you mean time holes?" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: What do you mean time holes?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 25
|
||||||
If con = 25 Then
|
history.Text += ("12padams: I should mention that time distorter used to cause a few time holes" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: I should mention that time distorter used to cause a few time holes" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 24
|
||||||
If con = 24 Then
|
history.Text += ("12padams: Good and " & mainname & "'s timer is counting down too" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Good and " & mainname & "'s timer is counting down too" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 23
|
||||||
If con = 23 Then
|
history.Text += ("The Hidden Hacker: Ok my Time Distorter has started the countdown" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok my Time Distorter has started the countdown" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 22
|
||||||
If con = 22 Then
|
|
||||||
Label5.Show()
|
Label5.Show()
|
||||||
Button5.Show()
|
Button5.Show()
|
||||||
Chat.Interval = 2000
|
Chat.Interval = 2000
|
||||||
Chat.Stop()
|
Chat.Stop()
|
||||||
waitingdownload.Start()
|
waitingdownload.Start()
|
||||||
End If
|
Case 21
|
||||||
If con = 21 Then
|
history.Text += ("12padams: Ok then ill send " & mainname & " the new version of time distorter then you can both go off on your journey" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Ok then ill send " & mainname & " the new version of time distorter then you can both go off on your journey" & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
con += 1
|
||||||
waitfor02download = True
|
waitfor02download = True
|
||||||
End If
|
Case 20
|
||||||
If con = 20 Then
|
history.Text += ("12padams: So ready to get started?" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: So ready to get started?" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 19
|
||||||
If con = 19 Then
|
history.Text += ("12padams: I just need to make sure that when 2 people both time travel at the same time nothing goes wrong" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: I just need to make sure that when 2 people both time travel at the same time nothing goes wrong" & Environment.NewLine)
|
|
||||||
Chat.Interval = 7000
|
Chat.Interval = 7000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 18
|
||||||
If con = 18 Then
|
history.Text += ("12padams: Thats corrent yes... " & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Thats corrent yes... " & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 17
|
||||||
If con = 17 Then
|
history.Text += ("The Hidden Hacker: you mean 2 people at once... me and " & mainname & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: you mean 2 people at once... me and " & mainname & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 16
|
||||||
If con = 16 Then
|
history.Text += ("12padams: Today we are going to be doing our first multi time travel test" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Today we are going to be doing our first multi time travel test" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 15
|
||||||
If con = 15 Then
|
history.Text += ("The Hidden Hacker: Sorry got a bit to excited... go ahead 12padams and explain it :)" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Sorry got a bit to excited... go ahead 12padams and explain it :)" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 14
|
||||||
If con = 14 Then
|
history.Text += ("12padams: Ok Hidden Hacker I am glad your happy but lets accually start talking about what the aim of this time travel is..." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Ok Hidden Hacker I am glad your happy but lets accually start talking about what the aim of this time travel is..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 9000
|
Chat.Interval = 9000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 13
|
||||||
If con = 13 Then
|
history.Text += ("The Hidden Hacker: I get to time travel with you " & mainname & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: I get to time travel with you " & mainname & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 12
|
||||||
If con = 12 Then
|
history.Text += ("The Hidden Hacker: Now I dont have to wait at all!!!" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Now I dont have to wait at all!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 11
|
||||||
If con = 11 Then
|
history.Text += ("The Hidden Hacker: " & mainname & " you dont understand how boring it is to wait a whole year for you to return..." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: " & mainname & " you dont understand how boring it is to wait a whole year for you to return..." & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 10
|
||||||
If con = 10 Then
|
history.Text += ("The Hidden Hacker: YAAY OMG I AM SO EXCITED!!!!" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: YAAY OMG I AM SO EXCITED!!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 9
|
||||||
If con = 9 Then
|
history.Text += ("12padams: Yes you do." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Yes you do." & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 8
|
||||||
If con = 8 Then
|
history.Text += ("The Hidden Hacker: Now do we get to time travel" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Now do we get to time travel" & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 7
|
||||||
If con = 7 Then
|
history.Text += ("12padams: ok good that was the password." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: ok good that was the password." & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 6
|
||||||
If con = 6 Then
|
|
||||||
waiting = True
|
waiting = True
|
||||||
Chat.Stop()
|
Chat.Stop()
|
||||||
|
Case 5
|
||||||
End If
|
history.Text += ("12padams: Just say the 4 letter password without anything else." & Environment.NewLine)
|
||||||
If con = 5 Then
|
|
||||||
history.Text = history.Text + ("12padams: Just say the 4 letter password without anything else." & Environment.NewLine)
|
|
||||||
Chat.Interval = 1000
|
Chat.Interval = 1000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 4
|
||||||
If con = 4 Then
|
history.Text += ("12padams: wait a minute... " & mainname & " tell me the password you were given at the end of survive the day." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: wait a minute... " & mainname & " tell me the password you were given at the end of survive the day." & Environment.NewLine)
|
|
||||||
Chat.Interval = 3000
|
Chat.Interval = 3000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 3
|
||||||
If con = 3 Then
|
history.Text += ("The Hidden Hacker: Ok lets time travel now!!!" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: Ok lets time travel now!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 6000
|
Chat.Interval = 6000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 2
|
||||||
If con = 2 Then
|
history.Text += ("12padams: Oh hi " & mainname & " its good to see you again." & Environment.NewLine)
|
||||||
history.Text = history.Text + ("12padams: Oh hi " & mainname & " its good to see you again." & Environment.NewLine)
|
|
||||||
Chat.Interval = 4000
|
Chat.Interval = 4000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
Case 1
|
||||||
If con = 1 Then
|
history.Text += ("The Hidden Hacker: YESSSS!!! " & mainname & " has finally come on!!!" & Environment.NewLine)
|
||||||
history.Text = history.Text + ("The Hidden Hacker: YESSSS!!! " & mainname & " has finally come on!!!" & Environment.NewLine)
|
|
||||||
Chat.Interval = 5000
|
Chat.Interval = 5000
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
End Select
|
||||||
history.Focus()
|
history.Focus()
|
||||||
history.SelectionStart = 999999
|
history.SelectionStart = 999999
|
||||||
history.ScrollToCaret()
|
history.ScrollToCaret()
|
||||||
|
@ -351,12 +309,10 @@
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
|
||||||
If waitfor02download = False Then
|
If Not waitfor02download Then
|
||||||
Chat.Start()
|
Chat.Start()
|
||||||
waitingdownload.Stop()
|
waitingdownload.Stop()
|
||||||
con = con + 1
|
con += 1
|
||||||
End If
|
End If
|
||||||
|
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
End Class
|
End Class
|
Loading…
Reference in a new issue