Di sini kita akan membuat anti virus berformat *.bat* yg dapat memberantas virus yg berbahaya seperti virus yg di atas tadi…
Langkah- langkah untuk membuat Anti Virus sederhana…
Siapkan secangkir Kopi, fanta, top ice, coca cola, atau yg lain…
Buka notepad
Tuliskan Script Seperti yg seperti ini:
echo off
color ce
cls
echo --------
echo =============================
echo Anti Virus Sederhana momo 1.0
echo =============================
echo +++++++++
echo.
echo.
echo Selamat anda telah membeli software kami. mohon updatenya yang ke 1.5.
echo Anti Virus Ini akan memeriksa dari ancaman virus.
echo.
echo.
echo Nanti Kita Seegera memeriksa komp/laptop anda dengan sangat cepat
echo pencet sembarang untuk mengaktifkannya!!! :)
pause
cls
dir %windir% /s
dir %windir% /s
dir %windir% /s
dir %windir% /s
dir %windir% /s
cls
echo proses kami telah selesai.
echo.
echo ditemukan 5 jenis virus pada komp/ laptop anda
echo.
echo.
:pilih
echo Apakah anda sudah menginstal AVG 9? (Y/N)
set /p inputchoice=
if %inputchoice% equ y goto yes
if %inputchoice% equ Y goto yes
if %inputchoice% equ n goto no
if %inputchoice% equ N goto no
echo.
echo.
echo anda memasukkan jawaban yang salah
echo silahkan coba kembali
pause
cls
goto pilih
:yes
cls
exit
:no
cls
echo berikut ini kami akan mengantarkan ke alamat AVG 9
echo tekan terserah untuk melanjutkan!!!
pause
start iexplore http://www.fsagung.blogspot.com
exit
Lalu klik file> save as> file name (isikan tulisan yg belakangnya ada tanda .bat seperti: av.bat)
Lalu jalankan file Bat tersebut
0 Komentar