Translate

How To Make Antivirus Using Notepad

In my previous article i show you how to make dangerous viruses using notepad.
In this article I'll teach you that how to make antivirus using notepad...
just follow this simple steps.

How To Make Antivirus Using Notepad

Open Notepad .
Now, simply type the following code in Notepad :-


Code:

@echo off
color cb
title Antivirus
cls
echo ===============
echo [ Batch-Scanner]
echo ===============
echo If There is no message ,You are protected.
set /p a=Enter a batch file to scan:
for /f %%x in (
‘findstr /i /m “virus r.i.p byebye ” %a%.bat’
) do (
if /i %%x equ %a%.bat (
for /f %%z in (
‘findstr /i /b /m “tskill del copy shutdown ipconfig ren reg” %a%.bat’
) do (
if /i %%z equ %a%.bat (
cls
echo Virus Detected!!
del %a%.bat
echo %a%.bat was deleted….
pause >nul
)
)
)
)
pause >nul

Next, Save this file as antivirus.bat .


All set and Done!! All you need to do is just run the antivirus.bat file and enter the path of batch file to be scanned .

Please Note that this Antivirus should just be used for Batch files only. So, for full fledged security of your system , do install a proper antivirus .

In my next article i'll teach you how to scan your pc using pendrive...
SHARE
    Blogger Comment
    Facebook Comment

0 coments ::

Cyber World