Script Deface



Assalmualaikum wr wb

kali ini saya membagi beberapa script , walaupun tidak 100% hasil saya
di script ini saya beri tambahan musik 
yang hanya bisa di dengar bila hanya dari komputer / laptop saja 
kalau di hp gak keluar suara nya 


1)




<html><head>
<embed src="http://www.youtube.com/v/lqYQXIt4SpA&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed>

<br>
<p align="center"> <img src="http://snn.bz/wp-content/uploads/2015/05/Anonymous.gif"> </p>
</br>
<title>Hacked By Anonymous Cyber Team </title>
<link rel="icon" href="none" type="image/x-icon" />
<link rel="shortcut icon" href="none" type="image/x-icon" />
<style type="text/css">
<!--
.ahgcrewstyle {
        color: #F00;
}
.ahg {
        color: #0F0;
}
#message font strong {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 18px;
}
.gre {
        color: #9F3;
        font-size: 36px;
}
#message font {
        font-size: 16px;
}
-->
</style>
</head><body alink="gray" bgcolor="black" vlink="gray" link="gray" text="gray">
<p></p><center>
<center></center>
<script type="text/javascript">
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>
  <b class="Gre">Anonymous Cyber Team</b>
  <br>
  <font>
</font><p id="message"><font> <strong><br> Hello Admin  <br>
 Repair Your Website
<br>We Are Anonymous , We Are Legion , We Do Not Forget  , We Do Not Forgive , Expect Us !<br>
<br><br>
<span class="ahgcrewstyle">[ Deface BY : <strong><strong>  NICK LU TARO SINI ]
<br>
[support BY ]
<br>
<b><font size="3"><span class="ahgcrewstyle"> NICK TEMEN LU TARO SINI <br>

<p><font><br>
 <br>
 <p align="center"><font color="red" size="+1" face="Times New Roman"> <br>Dont Ever Touch Indonesian Sites Or You'll be Damned..!!<br></p>
<div class="fb-like-box" data-href="https://www.facebook.com/IndonesiaFighterCyber" data-width="292" data-show-faces="false" data-stream="false" data-header="false"></div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
 var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=384191914936497";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<p align="center"><font size="+8" face="Times New Roman"><font color="green">We <font color="white"> Are <font color="red"> Legion</p>
<script>alert('Hacked By : ANONYMOUS CYBER TEAM');</script>
<p align="center"> <img src="http://www.ashiyane.org/forums/image.php?u=268&dateline=1267790210&type=profile"> </p>
  <script type="text/javascript">
new TypingText(document.getElementById("message"), 50, function(i){ var ar = new Array("\\", "|", "/", "-"); return " " + ar[i.length % ar.length]; });
//Type out examples:
TypingText.runAll();
  </script>
</font></p>
</center></center>
<br>
<div align="center"><img src="http://sarbaz-faz.persiangig.com/Hack/hacked.gif"></div>
</br>
</body></html>
<!-- aghaze larzeshe safhe-->
<meta http-equiv="Content-Language" content="en-us">
<SCRIPT language=JavaScript>
<!-- Begin
function shake(n) {
if (parent.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
parent.moveBy(-i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,-i);
parent.moveBy(-i,0);
parent.moveBy(0,-i);
parent.moveBy(i,0);
parent.moveBy(0,i);
parent.moveBy(i,0);
parent.moveBy(0,i);
        }
     }
  }
}
//  End -->
<!--
shake(1);
//-->
</SCRIPT>
<!-- p align="center"><font size="7" color="#FF0000">chi?</font></p> -->
<!--payan--></SCRIPT>
</body>
</html>
</body>
</html>
<P align=center></P>
<body bgcolor="#333366" background="http://iasstes-team.com/p_0001.jpg" text="#FFFFFF" link="#0066CC" vlink="#999999" alink="#993300" style="background-image: url('http://sarbaz-faz.persiangig.com/Hack/meshki.JPG')"><style>
body {
    padding:0;
    margin:0;
    background-image:url(http://iasstes-team.com/p_0001.jpg);
    background-repeat: no-repeat;
    background-position:top;
background-color: black;
color: white;
font: normal 80% Verdana;
margin-top: 0px;
margin-left: 0px;
padding: 0;
margin-right: 0px;
}
td{font-family: verdana; font-size: 20pt; color: green}
a{font-family: verdana; font-size: 20pt; color: silver}
<style>
#navbar-iframe {
display: none;
}
<style>

====================================================================



2)


<!DOCTYPE html>
<html oncontextmenu="return false;" onkeydown="return false;" onmousedown="return false;" onkeypress="return false;" onclick="return false;" ondragstart="return false;" onmousedown="return false();">
<head>
<title>--<{ Nick Lu }>--</title>
<link rel="icon" type="image/png" href="https://openclipart.org/image/2400px/svg_to_png/196995/mono-exit.png"/>
<meta name="keywords" content="Anonymous Cyber Team "/>
<meta name="description" content="HACKED BY NICK LU">
<meta name="author" content="HACKED BY -- NICK LU  --">
<meta name="googlebot" content="all,index,follow">
<meta name="robots" content="index, follow">
<embed src="http://www.youtube.com/v/E0QHDxlznMk&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed>

<script type="text/javascript" src="https://sites.google.com/site/seocips/seocips-script/efek-salju-id.js" />
</script>

<style type="text/css">
body:after {
content: 'NICK LU ';
font-family: Wallpoet;
font-size: 200px;

text-align: center;
width: 550px;
margin: auto;
position: absolute;
top: 47%;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
color: white;
-webkit-animation: noise-1 .2s linear infinite;
        animation: noise-1 .2s linear infinite;
}

body:before {
content: 'Warning!!!!!';
font-family: Wallpoet;
font-size: 70px;

text-align: center;
width: 550px;
margin: auto;
position: absolute;
top: 47%;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
color: red;
-webkit-animation: noise-2 .2s linear infinite;
        animation: noise-2 .2s linear infinite;
}

@-webkit-keyframes noise-1 {
0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
10% {opacity: .1;}
50% {opacity: .5; left: -6px;}
80% {opacity: .3;}
100% {opacity: .6; left: 2px;}
}

@keyframes noise-1 {
0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
10% {opacity: .1;}
50% {opacity: .5; left: -6px;}
80% {opacity: .3;}
100% {opacity: .6; left: 2px;}
}

@-webkit-keyframes noise-2 {
0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
10% {opacity: .1;}
50% {opacity: .5; left: 6px;}
80% {opacity: .3;}
100% {opacity: .6; left: -2px;}
}

@keyframes noise-2 {
0%, 20%, 40%, 60%, 70%, 90% {opacity: 0;}
10% {opacity: .1;}
50% {opacity: .5; left: 6px;}
80% {opacity: .3;}
100% {opacity: .6; left: -2px;}
}

@-webkit-keyframes noise {
0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
}

@keyframes noise {
0%, 3%, 5%, 42%, 44%, 100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
4.3% {opacity: 1; -webkit-transform: scaleY(1.7); transform: scaleY(1.7);}
43% {opacity: 1; -webkit-transform: scaleX(1.5); transform: scaleX(1.5);}
}

@-webkit-keyframes noise-3 {
0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
}

@keyframes noise-3 {
0%,3%,5%,42%,44%,100% {opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1);}
4.3% {opacity: 1; -webkit-transform: scaleY(4); transform: scaleY(4);}
43% {opacity: 1; -webkit-transform: scaleX(10) rotate(60deg); transform: scaleX(10) rotate(60deg);}
}

html {
background-color: black;
}

.error {
text-align: center;
font-family: 'Gilda Display', serif;

text-align: center;
width: 100%;
height: 120px;
margin: auto;
position: absolute;
top: 60%;
bottom: 0;
left: 0px;
right: 0;
-webkit-animation: noise-3 1s linear infinite;
        animation: noise-3 1s linear infinite;
overflow: default;
}

img {
  width: 280px;
  height: 280px;
  -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
  transition: width 2s, height 2s, transform 2s;
}

img:hover {
  width: 280px;
  height: 280px;
  -webkit-transform: rotate(1080deg); /* Safari */
  transform: rotate(1080deg);
}

@import 'https://fonts.googleapis.com/css?family=Kumar+One';
*{font-family:' NICK LU',Cursive;cursor: pointer;}
h1,p,h3{
color: #602318;
text-shadow: 0px 2px 10px #602318;}
#kedua,#keempat{
display: none;
}

h1{
margin: auto;
position: absolute;
top: -110%;
bottom: 0;
left: 0px;
right: 0;
font-size:6.8em;
}

h1:hover{
background: #602318;
color: #000;
transition-duration: 3s;
-o-transition-duration: 3s;
-moz-transition-duration: 3s;
-webkit-transition-duration: 3s;
border-left:400px black;}
</style>
<link href='//fonts.googleapis.com/css?family=Wallpoet' rel='stylesheet' type='text/css'>
</head>
<body><center><br>
<img src="https://media2.giphy.com/media/5cldoiCzOkLDO/giphy.gif" width="9<100px" height="80px"style="opacity:0.4;filter:alpha(opacity=40)" onmouseover="this.style.opacity=1;this.filters.alpha.opacity=100" onmouseout="this.style.opacity=0.4;this.filters.alpha.opacity=40"></center>
<iframe width="0" height="0" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/230289704&amp;color=ff5500&amp;auto_play=true&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false"></iframe>

<center>
<div class=error>
<h1>..::  Anonymous Cyber Team  ::..</h1>
<br>
<h3 id="ketiga" onmouseover="WithOutShadow('ketiga','keempat');">|NICK KAWAN LU TARO SINI  </h3>
<h3 id="keempat" onmouseleave="WithOutShadow('keempat','ketiga');">No System is Safe !!</h3>
</div>
<style
type="text/css">body { background-image:
url(http://i958.photobucket.com/albums/ae69/putrablidz/storm.gif);
background-color:transparent; }</s

===================================================================



3)




<HTML>
<head>
<embed src="https://youtu.be/Rc2dG7uMlhA&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed>
<title>Hacked Nick Lu</title
</head>
<body BGCOLOR="black">
<center><img src=http://www.miscellaneoushi.com/thumbnails/detail/20121018/anonymous%20internet%20legion%201920x1200%20wallpaper_www.miscellaneoushi.com_2.jpg
</body>
<style type="text/css">
    @import url(http://fonts.googleapis.com/css?family=Share+Tech+Mono);
    body {
        background-image: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUfb2sSF7J8W8Kl8uoF_OdJN34sDPN-bLQRtO957LW14w1LZ6gF-BJcFb27WHXR-eG5kgIHMH7bIUQuSKIuXEAWR-Y6NRVd8RFGUTkr0G8sikgLSGZL9jivD9Au-NkJhhW5TLEBTSdDXdp/s800/matrix.gif");
        background-color: black;
        background-repeat: repeat;
        background-size: 100%;
        background-position: top center;
        overflow: hidden;
        cursor: none;
        margin: 0px;}</style>

<center>

<script> 

TypingText = function(element, interval, cursor, finishedCallback) {

if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {

this.running = true; // Never run.

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); // We haven't finished loading yet. Have patience.

return;

}

if(this.currentText == "") this.element.innerHTML = "";

// this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.

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>
  <p align="center"><font size="10" face="Times New Roman"><font color="red"> Anonymous <font color="white"> Cyber <font color="white"> Team <br></b>
 <br>

<p id="info"><font color="red"><font size="6">
Hello Admin.. :)</br>
your sites have been Hacked by: Nick Lu </br>

<font color="white"><font size="8">=====>No System Is Safe<===== </font>
</font></p>

</script>
<p align="center"><font size="+2" face="Times New Roman"><font color="aqua">|nick kawan lu | <font color="blue"> nick kawan lu |<font color="red"> nick kawan lu | <font color="aqua"> nick kawan lu |<font color="pink"> nick kawan lu |<font color="green"> nick kawan lu </p>
<script>alert('NoFace  Script  html - Click disini');</script>
<p align="center"> <img src="http://www.ashiyane.org/forums/image.php?u=268&dateline=1267790210&type=profile"> </p>
  <script type="text/javascript">


<script type="text/javascript"> 

//Define first typing example:

//Define second typing example (use "slashing" cursor at the end):

new TypingText(document.getElementById("info"), 70, function(i){

var ar = new Array("_"," ","_","_"); return " " + ar[i.length %

ar.length]; });

//Type out examples:

TypingText.runAll();




====================================

Terima Kasih Sudah Mau Mampir Ke blog Saya 
Maaf Apabila Ada kekurangan dalam blog ini 




Comments

Popular posts from this blog

Deface Dengan Restricted Area Shell Upload