?????
Mr.SAR Everywhere !!
I Send To Message . . . . . . i Send .. [+] EDITING DAN DESAIN BY SAID ABDUR ROHIM [-] Don't Touch My LAPTOP [+] http://hackeridjmb.blogspot.com_ [+] Dont panic BY SAID ABDUR ROHIM !. [-] : Saya Numpang ngetik [+] kamu bisa karena kamu ingin belajar dan kamu bertemu orang yang mau ngajarin, kapan lagi kamu mau belajar yuk belajar dengan saya BY ANONYMOUSE SAR [+] Jangan lupa mampir ke web saya yang satu lagi ya http://fakta-sarohim.blogspot.com TTD ANONYMOUSE SAR [+] TRIMAKASI ANDA SUDAH MEMBACA TEXT INI SALAM HANGAT DARI SAYA ANONYMOUSE SAR ANDA BISA MENGHUBUNGI SAYA VIA LINE ADD ME IDLINE:sarohim97 Dan via WA sudah saya cantumkan Nomor wa saya di bawah berwarna pink X_0 X_0... |
{+} APA SAJA SIH YANG AKAN KITA PELAJARIN , SIMAK DI ANTARANYA {+}
===========================================
SELAMAT DATANG DI WEBSITE
HACKER
1. BELAJAR PENGENALAN WEB SITE
2. BELAJAR WEB BLOGGER,IDHOSTINGER,WORDPREES
3. BELAJAR BUAT WEB COPAS DI TAMBAH ILMU LOGIKA MENGUBAH ATAU MENAMBAHKAN KODING NYA, SERTA MENDESAIN NYA
4.BELAJAR BUAT WEB PISHING ATAU WEB PALSU BAIK WEB PALSU FB, GAME COC DLL YANG DI MASUKAN DALAM WEB DI IDHOSTINGER
5.BELAJAR DEFACE/HACK WEB ORANG LAIN
6. BELAJAR CARA MENDOWNLOAD VIDIO DI YOUTUBE 1001 CARA
7. BELAJAR MENYEMBUNYIKAN IP ADRES DI LAPTOP KITA
8. BELAJAR MENGEMBALIKAN EMAIL GMAIL YANG HILANG KARENA USIA BELUM CUKUP UMUR
9. BELAJAR MENGHAPUS SELURUH PESAN DALAM FACEBOOK SEKEJAP MATA
10. BELAJAR BUAT BBM JADI NAMA KITA SENDIRI DAN
GAMBAR APLIKASI NYA GAMBAR KITA SENDIRI
SELANJUT NYA NTAR MIMIN TULISKAN CUKUP INI DLU YAH.
HUBUNGIN SAYA VIA WA = 085268733338
salam saya SAID ABDUR ROHIM
Minggu, 25 Desember 2016
Script deface keren Html
<html>
<title>Hacked By Fzyber a</title>
<link REL="SHORTCUT ICON" HREF="http://i45.tinypic.com/1o6cqx.png">
<script type='text/javascript'>
//<![CDATA[
msg = "..::Hacked By Fzyber a::.. ";
msg = ".:Please patch your system:." + msg;pos = 0;
function scrollMSG() {
document.title = msg.substring(pos, msg.length) + msg.substring(0, pos); pos++;
if (pos > msg.length) pos = 0
window.setTimeout("scrollMSG()",80);
}
scrollMSG();
//]]></script>
<script type='text/javascript'>
var DADrightclicktheme = 'Dark';
var DADrightclickimage = 'http://sphotos-h.ak.fbcdn.net/hphotos-ak-ash3/p206x206/14562_183874628425481_1378122133_n.jpg';</script>
<script type='text/javascript' src="http://tuyulz-blogspot.googlecode.com/files/Anti%20Klik.js"> </script>
<script type="text/javascript" src="http://cayunkatel.googlecode.com/files/rainbows.js"></script>
<style type="text/css">body {cursor:url("http://i45.tinypic.com/1o6cqx.png"),default}</style>
<body background="http://i1079.photobucket.com/albums/w515/raafi_teja/matrixrandom.gif">
</script>
<div id="matrix"><b> ................ F Zyber a and Mr ZUCK ................</b></div>
<center><img src="http://img69.imageshack.us/edit_preview.php?l=img69/9695/maju.gif&action=rotate" /> <br />
<style type="text/css">body {
background: #000000;
font-family: Courier New;
color: #ff0000;
text-align: center;
}
a {
text-decoration:none;
color:
#ff0000;
}
</style>
<script type="text/javascript">/*<![CDATA[*/
TypingText = function(element, interval, cursor, finishedCallback) {
if((typeof document.getElementById ==
"undefined") || (typeof element.innerHTML == "undefined")) {
this.running = true;
return;
}
this.element = element;
this.finishedCallback = (finishedCallback
? finishedCallback : function() { return; });
this.interval = (typeof interval == "undefined" ? 100 : interval);
this.origText = this.element.innerHTML;
this.unparsedOrigText = this.origText;
this.cursor = (cursor ? cursor : "");
this.currentText = "";
this.currentChar = 0;
this.element.typingText = this;
if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
TypingText.all.push(this);
this.running = false;
this.inTag = false;
this.tagBuffer = "";
this.inHTMLEntity = false;
this.HTMLEntityBuffer = "";
}
TypingText.all = new Array();
TypingText.currentIndex = 0;
TypingText.runAll
= function() {
for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
}
TypingText.prototype.run = function() {
if(this.running) return;
if(typeof this.origText == "undefined") {
setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
return;
}
if(this.currentText == "") this.element.innerHTML = "";
if(this.currentChar < this.origText.length) {
if(this.origText.charAt(this.currentChar) == "<" &&
!this.inTag) {
this.tagBuffer = "<";
this.inTag = true;
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == ">" &&
this.inTag) {
this.tagBuffer += ">";
this.inTag = false;
this.currentText += this.tagBuffer;
this.currentChar++;
this.run();
return;
} else
if(this.inTag) {
this.tagBuffer += this.origText.charAt(this.currentChar);
this.currentChar++;
this.run();
return;
} else
if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
this.HTMLEntityBuffer = "&";
this.inHTMLEntity = true;
this.currentChar++;
this.run();
return;
} else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
this.HTMLEntityBuffer += ";";
this.inHTMLEntity =
false;
this.currentText += this.HTMLEntityBuffer;
this.currentChar++;
this.run();
return;
} else if(this.inHTMLEntity) {
this.HTMLEntityBuffer +=
this.origText.charAt(this.currentChar);
this.currentChar++;
this.run();
return;
} else {
this.currentText += this.origText.charAt(this.currentChar);
}
this.element.innerHTML = this.currentText;
this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ?
this.cursor(this.currentText) : this.cursor) : "");
this.currentChar++;
setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
this.interval);
} else {
this.currentText = "";
this.currentChar = 0;
this.running = false;
this.finishedCallback();
}
}
/*]]>*/</script>
<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibXPJE97RUvm9cqYhK8j4sk9Aa4wS47aMIsrTo_4GGtPWcXwkzLFMfWQdfeerm7C95dclCOk-KryEgS-q_-a3s1WBrTFH0X74oUMs74XVbFQMeFicufTZK9RdlHxlfJpKzrJCXfuV81Knv/s400/hacked.gif" border="0"width="350px" height="60px">
<p id="message"><b> {+} Website Has Been Hacked By ==> F zyber a {+} </b><br>
===========================================
<span style="color: green;">
<b><br>Hello Sir....</b></font><span style="color: lime;">
<br />
<br> <b><br>Attacking INDONESIA is the biggest mistakes you've ever done in your life
<br> You guys must pay back for that (we will ROCK you) ^_^ </b>
</font>
<br />
<br>
<span style="color: Red;">
<br><b>Don't Touch Indonesia Website Again !!</b><br></font>
<center><img src="https://bewinchester.files.wordpress.com/2015/12/asli.jpg" border="0"width="550px" height="320px"></center>
</center>
<div style="text-shadow: 0px 0px 5px red;">
<span style="color: white;">
<b>Special Thanks To : </b><marquee scrollamount="10" direction="left" width="50%">Mr Zuck - mr zuck - mr zuck - mr zuck - Amar alif akbar - amar alif akbar - amar alif akbar
</marquee>
<script type="text/javascript">/*<![CDATA[*/
new TypingText(document.getElementById("message"), 90, function(i){ var ar = new Array("_", " ", "_", " "); return " " +
ar[i.length % ar.length]; });
//Type out examples:
TypingText.runAll();
/*]]>*/</script>
<embed src="http://www.youtube.com/v/qGaOlfmX8rQ&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" height="1" width="1">
</body>
</html>
Salin semua
Script diatas lalu
Pastekan di
N
O
T
E
P
A
D
kemudian save dalam bentuk
Html,. contoh=
Script.html
Tidak ada komentar:
Posting Komentar