So Guy's With this Method you make a Antivirus of your own in just couple easy steps.
just remember one thing don't forget to add ( .bat ) extension during save the file.
π Open notepad
π type in the following
@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
π Then click Save as and choose all files then put name like "anything.bat" Dont forget to add .bat extension at end
π π Join Our TELEGRAM CHANNEL For latest update....
No comments:
Post a Comment