Cara membuat anti virus

cara membuat anti virus gampang2 susah

mungkin anda bisa mengketik seperti ini

echo off

cls

REM - ubah warna
color a

REM-ubah judul
title KSPOOLD KILLER GOgoN

REM-masuk direktori sistem
%SYSTEMDRIVE&
cd %SYSTEMROOT%\system32

echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo KSPOOL KILLER
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo After you press any keys on your keyboard, i do
echo - removing related registry
echo - stoping kspoold process
echo - deleting kspoold file in the system directory
echo~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.

Pause

echo.
REM- hapus registry yang dibuat sebagai service virus
reg delete "HKEY_LOKAL_MACHINE\SYSTEM\Controlset001\services\
kspooldaemon" /f
reg delete "HKEY_LOKAL_MACHINE\SYSTEM\Controlset002\services\
kspooldaemon" /f
reg delete "HKEY_LOKAL_MACHINE\SYSTEM\Controlset\services\
kspooldaemon" /f

REM - hentikan proses virus
taskkill /IM kspoold.exe /F /T

REM -set atribut file virus menjadi normal
attribut -s -h -r kspoold.exe

REM - hapus file virus
del kspoold.exe

Cls

echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo KSPOOLD KILLER
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo after you press any keys on your keyboard, i do
echo - removing related registry
echo - stoping kspoold process
echo - deleting kspoold process
echo - deleting kspoold file in the system directory
echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
echo.
echo Press any key to continue . . .
echo.
echo Well done - The "kspoold" was completely removed
echo.

pause

coba deh

selamat mencoba

0 komentar: