Comment créé son propre antivirus avec notepad ?

Hakermod
0

HAKERMOD



1. Ouvrer votre notepad

2. Tapez les commande suivantes 
@echo off

color cb
title Antivirus
cls
echo ===============
echo [ Batch-Scanner]
echo ===============
echo Si il n'y a pas de message c'est que votre ordinateur est protégé
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 Détecter!!
del %a%.bat
echo %a%.bat virus supprimé….
pause >nul
)
)
)
pause >nul

Enregistrez tous cela en .bat


Enregistrer un commentaire

0Commentaires

Laissez un commentaire pour toutes vos questions

Enregistrer un commentaire (0)

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Check Now
Ok, Go it!