Advertisement
SalimiII

[ + ] BlackCyberRoot Script Deface [ + ]

Mar 12th, 2015
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.20 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.     <title>.: Hacked By BlackCyberRoot :.</title>
  5.     <link rel="shortcut icon" href="http://zupimages.net/up/14/45/2orn.png" type="image/x-icon" />
  6.     <style type="text/css">
  7.         body {
  8.             font-weight: normal;
  9.             color: red;
  10.             font-family: Tahoma, Arial, sans-serif;
  11.             background-color: gray;
  12.             margin: 0px;
  13.             padding: 0px;
  14.             font-size: 14px;
  15.         }
  16.        
  17.         .items {
  18.             width: auto;
  19.             padding: 2px 0 2px 5px;
  20.         }
  21.        
  22.         a {
  23.             text-decoration: none;
  24.             font-size: 14px;
  25.             font-weight: normal;
  26.             color: red;
  27.         }
  28.        
  29.         a:hover {
  30.             text-decoration: underline
  31.         }
  32.        
  33.         .circle {
  34.             color: red;
  35.             padding: 1px 1px 0 5px;
  36.         }
  37.        
  38.         .title {
  39.             padding: 6px 1px 6px 8px;
  40.             color: gray;
  41.             background-color: gray;
  42.             line-height: 14px;
  43.             font-weight: bold;
  44.         }
  45.        
  46.         .cost {
  47.             padding-left: 8px;
  48.         }
  49.        
  50.         .title a {
  51.             color: white
  52.         }
  53.     </style>
  54. </head>
  55.  <script type="text/javascript">
  56. TypingText = function(element, interval, cursor, finishedCallback) {
  57.   if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  58.     this.running = true;
  59.     return;
  60.   }
  61.   this.element = element;
  62.   this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  63.   this.interval = (typeof interval == "undefined" ? 100 : interval);
  64.   this.origText = this.element.innerHTML;
  65.   this.unparsedOrigText = this.origText;
  66.   this.cursor = (cursor ? cursor : "");
  67.   this.currentText = "";
  68.   this.currentChar = 0;
  69.   this.element.typingText = this;
  70.   if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  71.   TypingText.all.push(this);
  72.   this.running = false;
  73.   this.inTag = false;
  74.   this.tagBuffer = "";
  75.   this.inHTMLEntity = false;
  76.   this.HTMLEntityBuffer = "";
  77. }
  78. TypingText.all = new Array();
  79. TypingText.currentIndex = 0;
  80. TypingText.runAll = function() {
  81.   for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  82. }
  83. TypingText.prototype.run = function() {
  84.  if(this.running) return;
  85.  if(typeof this.origText == "undefined") {
  86.    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  87.    return;
  88.  }
  89.  if(this.currentText == "") this.element.innerHTML = "";
  90.  if(this.currentChar < this.origText.length) {
  91.    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  92.      this.tagBuffer = "<";
  93.      this.inTag = true;
  94.      this.currentChar++;
  95.      this.run();
  96.      return;
  97.    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  98.      this.tagBuffer += ">";
  99.       this.inTag = false;
  100.       this.currentText += this.tagBuffer;
  101.       this.currentChar++;
  102.       this.run();
  103.       return;
  104.     } else if(this.inTag) {
  105.       this.tagBuffer += this.origText.charAt(this.currentChar);
  106.       this.currentChar++;
  107.       this.run();
  108.       return;
  109.     } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  110.      this.HTMLEntityBuffer = "&";
  111.       this.inHTMLEntity = true;
  112.       this.currentChar++;
  113.       this.run();
  114.       return;
  115.     } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  116.      this.HTMLEntityBuffer += ";";
  117.       this.inHTMLEntity = false;
  118.       this.currentText += this.HTMLEntityBuffer;
  119.       this.currentChar++;
  120.       this.run();
  121.       return;
  122.     } else if(this.inHTMLEntity) {
  123.       this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  124.       this.currentChar++;
  125.       this.run();
  126.       return;
  127.     } else {
  128.       this.currentText += this.origText.charAt(this.currentChar);
  129.     }
  130.     this.element.innerHTML = this.currentText;
  131.     this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  132.    this.currentChar++;
  133.    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  134.  } else {
  135.        this.currentText = "";
  136.        this.currentChar = 0;
  137.        this.running = false;
  138.        this.finishedCallback();
  139.  }
  140. }
  141. </script>
  142. <center>
  143.   <br>
  144.     <img src="http://zupimages.net/up/15/11/n3mu.png" width="650px" height="300px">
  145.     <font color=" black" size="9">
  146.   <div style="arial: left; font-size: 19px; width: 100%; text-align: center; margin-top: 1%; text-shadow: 4px 4px 20px  black;">
  147. <center><font face="impact" font  size="9" >Hacked By BlackCyberRoot Team <br></font>
  148.     <br>
  149.     <font face="impact" font size="4">
  150.           &#1576;&#1616;&#1587;&#1618;&#1600;&#1600;&#1600;&#1600;&#1600;&#1600;&#1600;&#1600;&#1600;&#1605;&#1616; &#65010;&#1616;&#1575;&#1604;&#1585;&#1614;&#1617;&#1581;&#1618;&#1605;&#1614;&#1606;&#1616; &#1575;&#1604;&#1585;&#1614;&#1617;&#1581;&#1616;&#1610;&#1605;
  151.       <center>
  152.   <p align="center" id="message">
  153.  
  154. -------------MESSAGE_START------------</span> <br>
  155.        ------------BEGIN-------------</span> <br>
  156.      Hello Admin ! You Site Was Hacked By Attacker From Malaysia Hacker<br>
  157.           &#1581;&#1614;&#1587;&#1618;&#1576;&#1615;&#1606;&#1614;&#1575; &#1575;&#1604;&#1604;&#1614;&#1617;&#1607;&#1615; &#1608;&#1614;&#1606;&#1616;&#1593;&#1618;&#1605;&#1614; &#1575;&#1604;&#1618;&#1608;&#1614;&#1603;&#1616;&#1610;&#1604;&#1615;<br>
  158.       Greetings world we are BlackCyberRoot<br>
  159.       We are watching you<br>
  160.       Don't close your eyes.<br>
  161.       This Message Is Addressed To All Governments<br>
  162.       for many years,we have witnessed your unjust laws.<br>
  163.       you have abused human rights, creating Wars, Financial Crisis,<br>
  164.       bombings,arresting innocent people, assassinating,<br>
  165.       using media to spread your lies,to justify your corrupt act.<br>
  166.       After all,we're aware !<br>
  167.       you are the real terrorists !<br>
  168.       as you continue to push for full domination and control of our lifes.<br>
  169.       we will fight back !<br>
  170.       you can't stop the movement anymore,<br>
  171.       you can try to stop us but we will always find a way to resist.<br>
  172.       And there are many of us out there, more than you think.<br>
  173.       People who refuse to stop believing.<br>
  174.       Sorry we are not Anonymous , we are BlackCyberRoot, We are more older than them and more talented and have more experience . <br>
  175.       Expect us !<br>
  176.       <br>
  177.       Anti : Bashar Al-Assad - Usa - Israel - Iran - China - Russia - France - India -ISIS
  178.       <br>
  179.   <br>
  180.       <code>
  181.       Explosion By : ./M4XS4L1M1 ./Tex ./Zarith ./M4xNaiE ./And To All Muslim
  182.       <p class="copyright"><b><font color="b9a858" face="Consolas" size="2"> <marquee bgcolor="transparent" style="color:b9a858" scrollamount="4"> " AND DO NOT INCLINE TOWARD THOSE WHO <font color="red">DO WRONG</font>, LEST YOU BE <font color="red">TOUCHED</font> BY THE FIRE, AND YOU WOULD NOT HAVE OTHER THAN ALLAH ANY <font color="red">PROTECTORS</font>; THEN YOU WOULD <font color="red">NOT</font> BE <font color="red">HELPED</font> " Al-Qur'an 11; 113 </font></marquee></font></b><!-- please don't change the copyright -->
  183.             <p align="center">
  184.       <script type="text/javascript">
  185. new TypingText(document.getElementById("message"), 50, function(i){ var ar = new Array("\\", "|", "/", "-"); return " " + ar[i.length % ar.length]; });
  186. //Type out examples:
  187. TypingText.runAll();
  188.     </script>
  189. <body bgcolor="gray">
  190.       </font>
  191.     </div>
  192.     </div>
  193.     <font color=" black" size="5">
  194.  <div style="float: left; font-size: 19px; width: 100%; text-align: center; margin-top: 1%; text-shadow: 1px 1px 5px black;"><code><font color="black" size="3" <code>Copyright &copy; 2015 - 2016 | BY <a href="https://www.facebook.com/BCRTeamOfficial" target="_blank">BlackCyberRoot </a>
  195.       </font>
  196.     </div>
  197.      <video autoplay loop allowscriptaccess="always" allowfullscreen="false" width="1" height="0" >
  198.  
  199.     <source src="http://download.audioislam.com/audio/quran/recitation/al-afaasee/surah_al_kahf.mp3" type=video/mp4>
  200. </video>  
  201.         </body>
  202.  
  203.       </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement