Membuat anti virus
Diposting oleh
allbase LCD
Kamis, 19 Juli 2012 at Kamis, Juli 19, 2012
0
komentar
Labels :
Tetapi ketika Anti Virus anda tidak bisa mencegah virus yg sangat berbahaya, seperti Trojan Horse, Worm Tile, worm moonlight, Winkiller.a, winkiller.b, To King, Spider Man, dan yg paling berbahaya virus I love you, anda tak perlu takut…
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…
1. Buka situs http://blogmulkirizki.blogspot.com/
2. Buka notepad
3. Tuliskan Script Seperti yg seperti ini:
echo off
color ce
cls
echo --------
echo =============================
echo Anti Virus Sederhana N.O.T - HACK3R 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 . N.O.T MSG
echo.
echo.
echo Nanti Kita Segera memeriksa komp/laptop anda dengan sangat cepat
echo tekan tombol manapun 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.5? (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.5
echo tekan tombol apa saja untuk melanjutkan!!!
pause
start iexplore http://blogmulkirizki.blogspot.com/
exit
Langganan:
Posting Komentar (Atom)