Advertisement
M4D-RoB0T

Madrobot Deface_Page

Aug 16th, 2016
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 10.06 KB | None | 0 0
  1. <!--Coded By m4d-rob0t-->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.     <title>Hacked By M4D-ROB0T</title>
  6.     <link rel="shortcut icon" href="http://pngimg.com/upload/skeleton_PNG5533.png" type="image/x-icon">
  7.     <meta charset="UTF-8">
  8.     <meta name="Author" content="M4D-ROB0T"/>
  9.     <meta name="copyright" content="M4D-ROB0T"/>
  10.     <meta name="description" content="Hacked By M4D-ROB0T"/>
  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.     <iframe width="0" height="" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/41337560&amp;auto_play=true&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>
  15.         <style type="text/css">
  16.             body {
  17.                 overflow:hidden;
  18.                 background-image:url('http://pre02.deviantart.net/8703/th/pre/f/2012/024/1/1/anonymous___world_web_war_i_by_muusedesign-d4nger2.jpg');
  19.                 background-color: #000000;
  20.                 background-repeat:no-repeat;
  21.                 background-size: 100% ;
  22.                 background-position:top center;
  23.                 margin: 0px;
  24.                 cursor:none;
  25.                 font-family: Iceland, sans-serif;
  26.             }
  27.             a{
  28.                 text-decoration: none;
  29.             }
  30.             h1{
  31.             font-family: Iceland, sans-serif;
  32.             font-size:90px;
  33.             color:#fff;
  34.             margin:-150px 0px 0px;
  35.            
  36.             }
  37.             h2{
  38.             font-family: Iceland, sans-serif;
  39.             font-size:60px;
  40.             color:#000;
  41.             margin: 0px;
  42.             text-shadow: 0 0 3px #fff;
  43.            
  44.             }
  45.             p{
  46.             color:#000;
  47.             font-size:25px;
  48.             margin: 0px;
  49.             text-shadow: 0px 0px 11px #00CC00;
  50.             }
  51.             .fot{
  52.             font-family: Iceland, sans-serif;
  53.             font-size:14px;
  54.             color:#fff;
  55.             margin: 0px;
  56.             text-shadow: 0 0 3px #000, 0px 0px 5px #000;
  57.             }
  58.              h1{
  59.             color:#000;
  60.             text-shadow: 0 0 3px #fff;
  61.             text-shadow: 0px 0px 11px rgba(255, 50, 50, 1);
  62.         }
  63.         .greets{
  64.     font-family: Arial, sans-serif;
  65.     line-height: 24px;
  66.     font-size: 12px;
  67.     width: 85%;
  68.     opacity: 0.9;
  69.     text-transform: uppercase;
  70.    
  71. }
  72.         </style>
  73.     </head>
  74.     <div id="I301_html">
  75. <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script>
  76. <script type="text/javascript">setTimeout("$('#loading').fadeOut(5000);", 10000);  </script>
  77. <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>
  78.  
  79. <div id="loading">
  80. <body onload="document.f.p.focus()" topmargin="0" leftmargin="0" bgcolor="#000000" marginheight="0" marginwidth="0">
  81. <table border="0" cellpadding="2" cellspacing="0" width="100%">
  82. <tbody><tr>
  83. </tr>
  84.    
  85. <tr>
  86. </tr>
  87. </tbody></table>
  88. <font id="ResponseData" color="#ff99cc">
  89. <pre><script type="text/javascript">
  90. TypingText = function(element, interval, cursor, finishedCallback) {
  91.   if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  92.     this.running = true;    // Never run.
  93.     return;
  94.   }
  95.   this.element = element;
  96.   this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  97.   this.interval = (typeof interval == "undefined" ? 100 : interval);
  98.   this.origText = this.element.innerHTML;
  99.   this.unparsedOrigText = this.origText;
  100.   this.cursor = (cursor ? cursor : "");
  101.   this.currentText = "";
  102.   this.currentChar =0;
  103.   this.element.typingText = this;
  104.   if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  105.   TypingText.all.push(this);
  106.   this.running = false;
  107.   this.inTag = false;
  108.   this.tagBuffer = "";
  109.   this.inHTMLEntity = false;
  110.   this.HTMLEntityBuffer = "";
  111. }
  112. TypingText.all = new Array();
  113. TypingText.currentIndex = 0;
  114. TypingText.runAll = function() {
  115.   for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  116. }
  117. TypingText.prototype.run = function() {
  118.   if(this.running) return;
  119.   if(typeof this.origText == "undefined") {
  120.     setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);   // We haven't finished loading yet.  Have patience.
  121.     return;
  122.   }
  123.   if(this.currentText == "") this.element.innerHTML = "";
  124. //  this.origText = this.origText.replace(/<([^<])*>/, "");     // Strip HTML from text.
  125.   if(this.currentChar < this.origText.length) {
  126.     if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  127.       this.tagBuffer = "<";
  128.       this.inTag = true;
  129.       this.currentChar++;
  130.       this.run();
  131.       return;
  132.     } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  133.       this.tagBuffer += ">";
  134.       this.inTag = false;
  135.       this.currentText += this.tagBuffer;
  136.       this.currentChar++;
  137.       this.run();
  138.       return;
  139.     } else if(this.inTag) {
  140.       this.tagBuffer += this.origText.charAt(this.currentChar);
  141.       this.currentChar++;
  142.       this.run();
  143.       return;
  144.     } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  145.       this.HTMLEntityBuffer = "&";
  146.       this.inHTMLEntity = true;
  147.       this.currentChar++;
  148.       this.run();
  149.       return;
  150.     } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  151.       this.HTMLEntityBuffer += ";";
  152.       this.inHTMLEntity = false;
  153.       this.currentText += this.HTMLEntityBuffer;
  154.       this.currentChar++;
  155.       this.run();
  156.       return;
  157.     } else if(this.inHTMLEntity) {
  158.       this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  159.       this.currentChar++;
  160.       this.run();
  161.       return;
  162.     } else {
  163.       this.currentText += this.origText.charAt(this.currentChar);
  164.     }
  165.     this.element.innerHTML = this.currentText;
  166.     this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  167.     this.currentChar++;
  168.     setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  169.   } else {
  170.     this.currentText = "";
  171.     this.currentChar = 0;
  172.         this.running = false;
  173.         this.finishedCallback();
  174.   }
  175. }
  176. </script>
  177. <script>
  178. function disableselect(e){return false}
  179. function reEnable(){return true}
  180. //if IE4+
  181. document.onselectstart=new Function ("return false")
  182. //if NS6
  183. if (window.sidebar){
  184. document.onmousedown=disableselect
  185. document.onclick=reEnable
  186. }
  187. </script>
  188. <script>
  189. var message="";
  190. function clickIE()
  191. {if (document.all)
  192. {(message);return false;}}
  193. function clickNS(e) {
  194. if
  195. (document.layers||(document.getElementById&&!document.all))
  196. {
  197. if (e.which==2||e.which==3) {(message);return false;}}}
  198. if (document.layers)
  199. {document.captureEvents(Event.MOUSEDOWN);document.  onmousedown=clickNS;}
  200. else
  201. {document.onmouseup=clickNS;document.oncontextmenu  =clickIE;}
  202. document.oncontextmenu=new Function("return false")
  203. </script>
  204. <table style=" background-repeat: no-repeat;"  align="right" border="0" width="100%" >
  205. <br>
  206. <tbody><tr>
  207. <td  valign="top"><p id="hack" >
  208. <br />
  209. <br>
  210. <font color="Green"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+]M4D-ROB0T was here   </font> <br>
  211. <font color="Green"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+]Dear Mr.Administrator   </font><br>
  212. <font color="Green"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+]Patch your System</font><br>
  213. <font color="Green"> &nbsp;&nbsp;&nbsp;&nbsp;<b>[+]We Are INDIAN Hackers, Don't Try To Mess...</font><br>
  214.                      <font color="Green">
  215.    
  216.          
  217. </p></tr>
  218. </tbody></table>                 </div>
  219. <br>
  220. <script type="text/javascript">
  221. new TypingText(document.getElementById("hack"), 50, function(i){ var ar = new Array("_",""); return " " + ar[i.length % ar.length]; });
  222. TypingText.runAll();
  223. </script>
  224.    <style>
  225.  
  226.      td
  227.  
  228.      {
  229.  
  230.        background-color: #000000;
  231.  
  232.        font-family: Courier New;
  233.  
  234.        font-size:20px;
  235.  
  236.        color:#000000;
  237.  
  238.        border-color: #000000;
  239.  
  240.        border-width:1pt;
  241.  
  242.        border-style:solid;
  243.  
  244.        border-collapse:collapse;
  245.  
  246.        padding:0pt 3pt;
  247.  
  248.        vertical-align:top;
  249.  
  250.      }
  251.  
  252.      table
  253.  
  254.      {
  255.  
  256.        border-color: #88aace;
  257.  
  258.        border-width:0pt 1pt;
  259.  
  260.        border-style:dash;
  261.  
  262.      }
  263.  
  264.      A:Link, A:Visited
  265.  
  266.      {
  267.  
  268.        color: #88aace;
  269.  
  270.      }
  271.  
  272.      A.no:Link, A.no:Visited
  273.  
  274.      {
  275.  
  276.        color: #88aace;
  277.  
  278.        text-decoration: none;
  279.  
  280.      }
  281.  
  282.      A:Hover, A:Visited:Hover , A.no:Hover, A.no:Visited:Hover
  283.  
  284.      {
  285.  
  286.        color: #88aace;
  287.  
  288.        background-color:#2e2e2e;
  289.  
  290.        text-decoration:
  291.  
  292.        overline underline;
  293.  
  294.      }
  295.  
  296.      .style1
  297.  
  298.      {
  299.  
  300.        color: #88aace
  301.  
  302.      }
  303.  
  304.      .style2
  305.  
  306.      {
  307.  
  308.        color: 1f1f1f
  309.  
  310.      }
  311.  
  312.      body
  313.  
  314.      {
  315.  
  316.        color:white;
  317.        
  318.        background-position:right;
  319.  
  320.        background-attachment:fixed;
  321.  
  322.        </div>
  323.  
  324.      }
  325.  
  326.    </style>
  327.        
  328.  
  329. </div>
  330. </div>
  331. <body oncontextmenu="return false" onkeydown="return false">
  332. <center>
  333. <h1 class="glow">M4D-ROB0T<br> </h1>
  334. <h2 class="glow2">.::Hacked By::.<br> <span style="color:White;font-family:Iceland;text-shadow:SkyBlue 0px 0px 10px">HelL</span><span style="color:White;font-family:Iceland;text-shadow:red 0px 0px 10px">Yea..!</span></b></h2>
  335. <p><b>Your Site's Security Has Been Compromised  By <span style="font-family:Iceland;color:red;text-shadow:#000 0px 0px 3px">M4D-ROB0T</span> ...All Of Your Data Fucked!</p>
  336.         </span>
  337.             <div style="font-size:10px;color:gold;text-shadow:grey 0px 0px 3px">
  338.         <span style="font-family:Iceland;font-weight:bold;color:#ffffff"><p>No Security Is Perfect For M4D-ROB0T<br>We Are INDIAN Hackers... Don't Try To Mess With Us<br>We Are unbeatable... We Are Anonymous</br><br>We Are Unbeatable... No Security Is Enough For Indian hack3rs<br>We Born For Our Country...We Die For Our Country<br>We Are Legions Of The World... I Will Come back...<br> fUck off Admin<br><a href=
  339. "Http://www.Facebook.com/m4drobot" target="_blank">Http://www.Facebook.com/m4drobot<a></p></span>
  340.     </div>
  341.  
  342. <div class="fot">
  343. Copyrights &copy; All INd!AnS
  344. </div>
  345. </center>
  346. </body>
  347. <!--Coded By M4D-ROB0T-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement