Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Anti-virus Creation for pc
SUBMITTED BY:
Guest
DATE:
April 22, 2019, 1:04 p.m.
FORMAT:
Text only
SIZE:
689 Bytes
Raw
Download
Tweet
HITS:
379
Go to comments
Report
Notepad trick#6
_CREATING YOUR OWN ANTIVIRUS USING NOTEPAD_
1. Open notepad
2. 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
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus