1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
|
Public Class webchat_2001
Dim waiting As Boolean = False
Dim waiting2 As Boolean = False
Dim con As Integer = 1
Dim ran As New Random
Dim username As String
Private Sub closebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles closebutton.Click
Me.Close()
End Sub
Private Sub me_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
look.Start()
Button5.Hide()
Label5.Hide()
ListBox1.Items.Add("12padams")
ListBox1.Items.Add("The Hidden Hacker")
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
username = txtscreenname.Text
login.Hide()
Chat.Start()
ListBox1.Items.Add(username)
history.Text += (username & " Has Logged On" & Environment.NewLine)
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
If waiting Then
If typechat.Text = "star" Then
Chat.Start()
con += 1
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
typechat.Text = ""
history.Focus()
history.SelectionStart = 999999
history.ScrollToCaret()
typechat.Focus()
waiting = False
Else
history.Text += (username & ": " & typechat.Text & 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 = ""
history.Focus()
history.SelectionStart = 999999
history.ScrollToCaret()
typechat.Focus()
End If
Else
history.Text += (username & ": " & typechat.Text & Environment.NewLine)
typechat.Text = ""
typechat.Focus()
history.SelectionStart = 999999
history.ScrollToCaret()
End If
End Sub
Private Sub Chat_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Chat.Tick
Select Case con
Case 34
Me.Close()
Chat.Interval = 2000
con += 1
Case 33
history.Text += ("12padams: Close any open programs now!!!" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 32
history.Text += ("12padams: And I will close this chat... its not good to have open programs while time traveling" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 31
history.Text += ("12padams: Bye " & mainname & " and Hidden Hacker. Ill see you in the FUTURE!!!" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 30
history.Text += ("The Hidden Hacker: Ok bye 12padams and thanks for letting me time travel this time." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 29
history.Text += ("12padams: Yep Its all fixed and time travel is a lot smoother... anyway see ya" & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 28
history.Text += ("The Hidden Hacker: So that wont happen anymore?" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 27
history.Text += ("12padams: Basically the time distorter program may have made things flash which currupted a few files" & Environment.NewLine)
Chat.Interval = 8000
con += 1
Case 26
history.Text += ("The Hidden Hacker: What do you mean time holes?" & Environment.NewLine)
Chat.Interval = 7000
con += 1
Case 25
history.Text += ("12padams: I should mention that time distorter used to cause a few time holes" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 24
history.Text += ("12padams: Good and " & mainname & "'s timer is counting down too" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 23
history.Text += ("The Hidden Hacker: Ok my Time Distorter has started the countdown" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 22
Label5.Show()
Button5.Show()
Chat.Interval = 2000
Chat.Stop()
waitingdownload.Start()
Case 21
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
con += 1
waitfor02download = True
Case 20
history.Text += ("12padams: So ready to get started?" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 19
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
con += 1
Case 18
history.Text += ("12padams: Thats corrent yes... " & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 17
history.Text += ("The Hidden Hacker: you mean 2 people at once... me and " & mainname & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 16
history.Text += ("12padams: Today we are going to be doing our first multi time travel test" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 15
history.Text += ("The Hidden Hacker: Sorry got a bit to excited... go ahead 12padams and explain it :)" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 14
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
con += 1
Case 13
history.Text += ("The Hidden Hacker: I get to time travel with you " & mainname & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 12
history.Text += ("The Hidden Hacker: Now I dont have to wait at all!!!" & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 11
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
con += 1
Case 10
history.Text += ("The Hidden Hacker: YAAY OMG I AM SO EXCITED!!!!" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 9
history.Text += ("12padams: Yes you do." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 8
history.Text += ("The Hidden Hacker: Now do we get to time travel" & Environment.NewLine)
Chat.Interval = 3000
con += 1
Case 7
history.Text += ("12padams: ok good that was the password." & Environment.NewLine)
Chat.Interval = 5000
con += 1
Case 6
waiting = True
Chat.Stop()
Case 5
history.Text += ("12padams: Just say the 4 letter password without anything else." & Environment.NewLine)
Chat.Interval = 1000
con += 1
Case 4
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
con += 1
Case 3
history.Text += ("The Hidden Hacker: Ok lets time travel now!!!" & Environment.NewLine)
Chat.Interval = 6000
con += 1
Case 2
history.Text += ("12padams: Oh hi " & mainname & " its good to see you again." & Environment.NewLine)
Chat.Interval = 4000
con += 1
Case 1
history.Text += ("The Hidden Hacker: YESSSS!!! " & mainname & " has finally come on!!!" & Environment.NewLine)
Chat.Interval = 5000
con += 1
End Select
history.Focus()
history.SelectionStart = 999999
history.ScrollToCaret()
typechat.Focus()
End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
Dim opendownload As New downloader2000
opendownload.Show()
opendownload.Label2.Text = "Downloading: Time Distorter 0.3"
End Sub
Dim moveable As Boolean = True
Dim mexlocation, meylocation As Integer
Dim mewidth, meheight As Integer
Dim maximize As Boolean
Private Sub programtopbar_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles programtopbar.MouseDown
If moveable = True Then
If e.Button = MouseButtons.Left Then
programtopbar.Capture = False
Const WM_NCLBUTTONDOWN As Integer = &HA1S
Const HTCAPTION As Integer = 2
Dim msg As Message = _
Message.Create(Me.Handle, WM_NCLBUTTONDOWN, _
New IntPtr(HTCAPTION), IntPtr.Zero)
Me.DefWndProc(msg)
End If
Else
End If
End Sub
Private Sub pullside_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pullside.Tick
Me.Width = Cursor.Position.X - Me.Location.X
End Sub
Private Sub pullbottom_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles pullbottom.Tick
Me.Height = Cursor.Position.Y - Me.Location.Y
End Sub
Private Sub pullbs_Tick(ByVal sender As Object, ByVal e As System.EventArgs) Handles pullbs.Tick
Me.Width = Cursor.Position.X - Me.Location.X
Me.Height = Cursor.Position.Y - Me.Location.Y
End Sub
Private Sub Rightpull_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles right.MouseDown
pullside.Start()
End Sub
Private Sub rightpull_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles right.MouseUp
pullside.Stop()
End Sub
Private Sub bottompull_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles bottom.MouseDown
pullbottom.Start()
End Sub
Private Sub buttompull_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles bottom.MouseUp
pullbottom.Stop()
End Sub
Private Sub bspull_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles bottomrightcorner.MouseDown
pullbs.Start()
End Sub
Private Sub bspull_MouseUp(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles bottomrightcorner.MouseUp
pullbs.Stop()
End Sub
Private Sub maximizebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles maximizebutton.Click
If maximize = False Then
meylocation = Windows2000.desktopicons.Height - Me.Height
mexlocation = Windows2000.desktopicons.Width - Me.Width
mewidth = Me.Width
meheight = Me.Height
toprightcorner.Hide()
topleftcorner.Hide()
bottomrightcorner.Hide()
bottomleftcorner.Hide()
left.Hide()
top.Hide()
bottom.Hide()
right.Hide()
Dim w, h As Integer
w = Windows2000.desktopicons.Width
h = Windows2000.desktopicons.Height
Me.Location = New Point(0, 0)
Me.Size = New Size(w, h)
moveable = False
maximizebutton.Image = My.Resources.unmaximizebutton
maximize = True
Else
toprightcorner.Show()
topleftcorner.Show()
bottomrightcorner.Show()
bottomleftcorner.Show()
left.Show()
top.Show()
bottom.Show()
right.Show()
Me.Location = New Point(mexlocation, meylocation)
Me.Size = New Size(mewidth, meheight)
moveable = True
maximizebutton.Image = My.Resources.Maximize
maximize = False
End If
End Sub
Private Sub look_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles look.Tick
Me.programtopbar.BackColor = Windows2000.exampleprogramtopbar.BackColor
Me.programtopbar.BackgroundImage = Windows2000.exampleprogramtopbar.BackgroundImage
Me.programname.BackColor = Windows2000.exampleprogramtext.BackColor
End Sub
Private Sub waitingdownload_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles waitingdownload.Tick
If Not waitfor02download Then
Chat.Start()
waitingdownload.Stop()
con += 1
End If
End Sub
End Class
|