JustPaste.it

İNDEX

[COLOR="Yellow"]<head><body>
<html>
<head>
<title>Hacked By ZWX</title>
<bgsound src="https://youtu.be/EZL_YWEgo24" loop="-1">
<body background="http://www.thtindex.ga/arkaplan.jpg">
</script>
<link rel='nofollow' id='skebggallery-css'  href='https://justpaste.it/redirect/6abe6/http%3A%2F%2Fshop4brides.ru%2Fwp-content%2Fthemes%2Firex-lite%2FSketchBoard%2Ffunctions%2Fsketch-background-gallery%2Finc%2Ffront%2Fcss%2Fskebggallery.css%3Fver%3D4.0.1' type='text/css' media='all' />
<script type='text/javascript' src='http://shop4brides.ru/wp-includes/js/jquery/jquery.js?ver=1.11.1'></script>
<script type='text/javascript' src='http://shop4brides.ru/wp-content/themes/irex-lite/SketchBoard/functions/sketch-background-gallery/inc/front/js/skebggallery.js?ver=4.0.1'></script>
<link rel="nofollow" href="https://justpaste.it/redirect/6abe6/http%3A%2F%2Fofficialmnh.blogspot.com%2Ffavicon.ico"></link>
</head>
<center>
<font style="color:white;font size:8px;text-align: center;Pirata One;text-shadow: 0 0 10px #000000, 0px 0px 10px #000000,0 0 10px #000000,0 0 10px #000000;"><font face="Pirata One" color=red size=5><center>
<br>
<div class="dd-post****dataheader">
<h2 class="dd-postheader">
</title><font size="10" face="Keania One" color="red">ZWX <font color="white">HACK </font> <font color="red">TEAM </font>
<center>
<font size="4" face="Narkisim" color="red">Bu Site <font size="4" face="Narkisim" color="white">ZWX <font size="4" face="Narkisim" color="red">Tarafından Hacklenmiştir</font>
<script language=JavaScript>
</script>
<script src="ac_activex.js" type="text/javascript"></script>
<script>

<!--
if (navigator.appVersion.indexOf("MSIE")!=-1 && ********.all)
    ********.write('<bgsound src="https://youtu.be/EZL_YWEgo24" loop="-1">');
else
    ********.write('<embed src="https://youtu.be/EZL_YWEgo24" loop="true" autostart="true" HEIGHT="1" WIDTH="1">');
// -->

</script>

</script>

<script type="text/javascript">
   jQuery(********).ready(function(){
    jQuery.skebggallery('#skebggallery',{
     'delay':7500, 
     'fadeSpeed': 8000,
     'navigation':1,
     'playPause':1,
     'thumbnails':1,
     'thumb_style':'square'
    });
    
    if(jQuery('#skebggallery_cap').length > 0){
     jQuery.skebggcaptions('#skebggallery_cap',{
      'delay':8500, 
      'fadeSpeed': 8000     });
    }
   });
  </script>
     <div id="skebggallery">
</div>
</div>
<body>
<body onkeydown="return false">
</SCRIPT>


</SCRIPT>
<layer z-Index=2>
<div  style="position: relative">

<layer z-Index=2>
<div style="position: relative">

</SCRIPT>
<link href="https://justpaste.it/redirect/6abe6/http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DIceland" rel="nofollow" type="text/css">
<p align
<SCRIPT language="JavaScript">
<center>
<font color="green">
<embed name=""
src=""
loop="true"
hidden="true"
autostart="true">
</embed>
<center>
<script type="text/javascript">
TypingText = function(element, interval, cursor, finishedCallback) {
  if((typeof ********.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("********.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("********.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  } else {
    this.currentText = "";
    this.currentChar = 0;
        this.running = false;
        this.finishedCallback();
  }
}

</script>

<center>
<p id="message">
<font size="3" face="Narkisim" color="white">
[+] ^^ TELEGRAM KANALIMIZ ^^ [+]
<br>
<font size="5" face="Narkisim" color="red">
------------------------------
<br>
<font size="3" face="Narkisim" color="white">
 
t.me/ZWX1023
<br>
<font size="5" face="Narkisim" color="red">
---------------------------------------------------------------------------
<br>
<font size="3" face="Narkisim" color="white">
HACKED BY
<br>
<font size="5" face="Narkisim" color="red">
-------------------
<br>

<font size="5" face="Narkisim" color="red">ZWX

<script type="text/javascript">
new TypingText(********.getElementById("message"), 55, function(i){ var ar = new Array("|", "|", "|", "|"); return " " + ar[i.length % ar.length]; });

//Type out examples:
TypingText.runAll();

</script><center>
<br>


<body background="">


</script>
<link href='https://justpaste.it/redirect/6abe6/http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DKeania%2BOne' rel='nofollow' type='text/css'>

<font size="9" face="Narkisim" color="orange">~: [+] Sakın Unutma [+] :~<br>
</font><font size="7" face="Keania One" color="red"> ZWX HACK TARAFINDAN HACKLENDİ KOLAY GELSİN <font color=

<style type="text/css">
</style>
<link href='https://justpaste.it/redirect/6abe6/http%3A%2F%2Ffonts.googleapis.com%2Fcss%3Ffamily%3DIceland' rel='nofollow' type='text/css'>
<font face="Iceland" size="4">
<br><br><font face="Iceland" size="4"><marquee scrollamount="3" scrolldelay="50" width="80%">
</font></marquee></font></p>
<center>
<body bgcolor="black" oncontextmenu="return false" onkeydown="return false">


</div>
</body>

</html><script Language=VBScript><!--

//--></SCRIPT>