How To Create Your Own batch Antivirus Using Notepad - CiphoBot

Latest

This is a online platform for educations, hacking, ethical hacking, python, Android, tips and tricks, software, information technology, engineering, computer networking articles

How To Create Your Own batch Antivirus Using Notepad

 


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