Anda di halaman 1dari 5

Cara Mudah Membuat script Deface

Tahap ke satu :

Buka Notepad

Copy spicrt di Bawah ini

<HTML>

<head>

<title>

</head>

<body>

</body>

</HTML>

Paste spicrt tadi ke Notepad

Selanjutnya kita memcoba membuat title atau judul halaman deface dan isi seperti berikut ini

<HTML>

<head>

<title>Hacked By Mr.Cyber's</title>

</head>

<body>

Hacked By Mr.Cyber's

</body>

</HTML>

Selanjutnya simpan title atau judul halaman deface tadi dengan format .html , Contohnya seperti ini
Mr.Cyber's.html

Selanjutnya buka spicrt yang telah di simpan

Selesai :)

Tahap Ke dua:

Coba kita mengatur warna,besar huruf,dan menengahkan huruf untuk itu lihat spicrt di bawah ini:

<HTML>

<head>
<title>Hacked By Mr.Cyber's</title>

</head>

<body>

<center><FONT COLOR="blue"><FONT SIZE=6>Hacked By Mr.Cyber's</FONT></FONT></center>

</body>

</HTML>

Fungsi

<center><FONT COLOR="blue"><FONT SIZE=6>

Hacked By Mr.Cyber

's

</FONT></FONT></center>

untuk

menengahkan huruf pada spicrt deface

untuk

FONT COLOR

bisa di gandi dengan semua warna cotohnya : Yellow,Green,red,dan lain - lain

Selanjutnya simpan

Selanjutnya buka spicrt defacenya

Selesai :)

Ini hasilnya :

Tahap ke tiga:

Kita Coba memberikan warna background pada script HTML.

Lihat spicrt berikut :

<HTML>

<head>

<title>Hacked By Mr.Cyber's</title>

</head>

<body BGCOLOR="black">
<center><FONT COLOR="blue"><FONT SIZE=6>Hacked By Mr.Cyber's</FONT></FONT></center>

</body>

</HTML>

Tinggal menambahkan BGCOLOR di samping kode

<body

dan sebelum tanda tutip [

>

]Save dan lihat hasilnya.

Selanjutnya simpan

Selanjutnya buka spicrt defacenya

Selesai :)

Lihat hasilnya :

Tahap membuat script HTML bagi pemula sudah hampir selesai. Sekarang kita coba untuk
menambah gambar pada script HTML kita.

Lihat script berikut :

<HTML>

<head>

<title>Hacked By Mr.Cyber's</title>

</head>

<body BGCOLOR="black">

<center><FONT COLOR="blue"><FONT SIZE=6>Hacked By Mr.Cyber's</FONT></FONT></center>

<center><img src="http://www.mrconservative.com/files/2014/01/2014.01.03-mrconservative-
52c7336a7aa18.jpg" width="860" height="264""><center>

</body>

</HTML>

URL gambar yang saya beri warna biru muda bisa kalian ganti sendiri. Begitu juga dengan width dan
height. Untuk gambarnya bisa cari di google atau upload di hosting upload gambar . Ex : google
picasa, photobucket, dan lain-lain.
Sekarang,kita coba tambahkan meta tag di komponen HEAD. Apa sih fungsi meta tag ?

Untuk member description dan keyword di hasil pencarian google. Mungkin kalau dijelaskan dengan
kata-kata sulit, coba lihat saja gambar berikut.

Kata yang saya beri tanda merah, itulah yang disebut META DESCRIPTION.

Lihat script berikut :

<HTML>

<head>

<title>Hacked By Mr.Cyber's</title>

<meta name="description" content="You Got Hacked by Mr.Cyber's ? Where the security !" />

</head>

<body BGCOLOR="black">

<center><FONT COLOR="blue"><FONT SIZE=6>Hacked By Mr.Cyber's</FONT></FONT></center>

<center><img src="http://www.mrconservative.com/files/2014/01/2014.01.03-mrconservative-
52c7336a7aa18.jpg" width="860" height="264""><center>

</body>

</HTML>

Sebenarnya masih banyak meta tag seperti meta keyword, robots, title , dll. Namun karena ini
adalah tahap perkenalan, pasang yang penting saja dulu. Yaitu meta description.

Selanjutnya, kita coba sedikit menghias script kita dengan tulisan berjalan [marquee] dan berkedip
[blink].

Lihat saja kode berikut :

<HTML>

<head>

<title>Hacked By Mr.Cyber's</title>

<meta name="description" content="You Got Hacked by Mr.Cyber's ? Where the security !" />

</head>

<body BGCOLOR="black">

<center><FONT COLOR="blue"><FONT SIZE=6><blink>Hacked By


Mr.Cyber's</blink></FONT></FONT></center>
<center><img src="http://www.mrconservative.com/files/2014/01/2014.01.03-mrconservative-
52c7336a7aa18.jpg" width="860" height="264""><center>

</body>

</HTML>

Spicrt deface dengan [marquee]

<body BGCOLOR="black">

<center><FONT COLOR="blue"><FONT SIZE=6><marquee>Hacked By


Mr.Cyber's</marquee></FONT></FONT></center>

Oke Sekian dulu dari saya .

Semoga bermanfaat.

By : hackerandcybers

Anda mungkin juga menyukai