Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  4. <title>Pwned By 'Hacker'</title>
  5.  
  6.  
  7. <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  8.  
  9. <meta name="description" content="YOU HAVE BEEN HACKED BANCET RACING">
  10.  
  11. <script language="JavaScript1.2">
  12. function ClearError() {return true;}
  13. window.onerror = ClearError;
  14. </script>
  15. <style type="text/css">
  16. .matrix { font-family: Lucida Console, Courier, Monotype; font-size:14pt; text-align:center; width:15px; padding:0px; margin:0px;}
  17. </style>
  18. <style>
  19.  
  20. input:focus{-webkit-border-radius: 2px;border-radius: 2px;-webkit-box-shadow: 0px 0px 8px white;-moz-box-shadow: 0px 0px 8px white;box-shadow: 0px 0px 8px white;border:1px solid green;outline: none;}textarea:focus {-webkit-border-radius: 2px;border-radius: 2px;-webkit-box-shadow: 0px 0px 8px white;-moz-box-shadow: 0px 0px 8px white;box-shadow: 0px 0px 8px white;border:1px solid green;padding:2px;outline: none;}
  21.  
  22. </style>
  23. <style>#KH4NF-sagclick{position:absolute;z-index:999999;height:12px;border:1px solid #bababa;box-shadow:2px 2px 2px #959595;padding:6px 10px 6px 5px;background:#fff;line-height:12px;font-family: Segoe UI;font-size:12px;font-weight:normal;color:#000;top:0px;left:0px;display:none;cursor:default;}#KH4NF-sagclick:hover{background:#f5f5f5;cursor:default;}</style>
  24. <style type="text/css">body, a, a:hover {cursor: url(http://hellox.persiangig.com/DefacePage/negro.cur), progress;}</style>
  25. <style type="text/css">
  26.  
  27. img{opacity: 0.5;-webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-o-transition: all 250ms ease;transition: all 250ms ease;}
  28.  
  29. img:hover{opacity:1;}
  30.  
  31. textarea{resize:none;}
  32.  
  33. </style>
  34. </head><body onload="type_text()" style="color: rgb(77, 94, 73); background-color: black;">
  35. <center>
  36. <br>
  37. <div id="stage" style=""><br>
  38. </div>
  39. <br>
  40. <a href="#"><img alt="ANONYMOUS" src="https://img.clipartxtras.com/67cf1030a4888eff795fc49735eb6267_31-best-images-about-frog-people-on-pinterest-frog-race-for-kids-clipart_400-400.jpeg" style="border: 0px solid ; width: 100px; height: 100px;"></a><br>
  41. <div align="center">
  42. <center>
  43. <div id="matrix">&nbsp;</div>
  44. </center>
  45. <div style="width: 1000px; height: 60px;" align="center">
  46. <script language="Javascript">
  47.  
  48. <!--
  49.  
  50.  
  51.  
  52. var tl=new Array(
  53.  
  54. "",
  55.  
  56.  
  57. " Greetings World I am 'Bancet Racing' . . . .",
  58.  
  59.  
  60. " I am Executing Command to Hack Your Site . . . .",
  61.  
  62.  
  63. " ",
  64.  
  65. " Trying connect to Server . . . .",
  66.  
  67. " ",
  68.  
  69. " Connection created . . . .",
  70.  
  71. " ",
  72.  
  73. " ~$ Login : admin ",
  74.  
  75.  
  76.  
  77. " ",
  78.  
  79.  
  80. " ~$ Password : ********* ",
  81.  
  82. " ",
  83.  
  84.  
  85. " ~$ Connected ! ",
  86.  
  87.  
  88. " ",
  89.  
  90.  
  91. " Server~ Checking Server . . . .",
  92.  
  93.  
  94. " . Server~~ Trying connect to Command . . . .",
  95.  
  96.  
  97.  
  98. " Server~~$ Connected Command! ",
  99.  
  100.  
  101.  
  102.  
  103. " ",
  104.  
  105.  
  106.  
  107. " Server~~$Database : db02 ",
  108.  
  109.  
  110.  
  111. " Hello admin The Operations will be Continued . . . . ",
  112.  
  113.  
  114.  
  115.  
  116.  
  117. " YOU HAVE BEEN HACKED Expect us . . . .",
  118.  
  119.  
  120.  
  121. ""
  122.  
  123. );
  124.  
  125. var speed=50;
  126.  
  127. var index=0; text_pos=0;
  128.  
  129. var str_length=tl[0].length;
  130.  
  131. var contents, row;
  132.  
  133.  
  134.  
  135. function type_text()
  136.  
  137. {
  138.  
  139. contents="";
  140.  
  141. row=Math.max(0,index-20);
  142.  
  143. while(row<index)
  144.  
  145. contents += tl[row++] + "\r\n";
  146.  
  147. document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "|";
  148.  
  149. if(text_pos++==str_length)
  150.  
  151. {
  152.  
  153. text_pos=0;
  154.  
  155. index++;
  156.  
  157. if(index!=tl.length)
  158.  
  159. {
  160.  
  161. str_length=tl[index].length;
  162.  
  163. setTimeout("type_text()",200);
  164.  
  165. }
  166.  
  167. } else
  168.  
  169. setTimeout("type_text()",speed);
  170.  
  171. }
  172.  
  173. //-->
  174.  
  175. </script><br>
  176. <div onclick="this.style.display='none';" id="KH4NF-sagclick">Bancet Rasing</div>
  177. <script type="text/javascript">if (document.addEventListener){document.addEventListener('contextmenu', function(e) {var kdax=e.pageX + 3;var kday=e.pageY + 2;var rdn= Math.floor((Math.random()*15)+1);var p=document.getElementById('KH4NF-sagclick');if(rdn==8){p.innerHTML='KH4NF'}p.style.display='block';p.style.top=kday;p.style.left=kdax;e.preventDefault();}, false);} else {document.attachEvent('oncontextmenu', function() {window.event.returnValue = false;});}</script>
  178. <p align="center"><br>
  179. <br>
  180. <font color="Red">| 'Bancet Racing' Was Here. |</font><br>
  181. </p>
  182. <br>
  183. <form><textarea style="background-color: black; color: green;" name="about" readonly="readonly" rows="21" cols="125" wrap="soft">&lt;/body&gt;</textarea></form>
  184. </div>
  185. </div>
  186. </center>
  187.  
  188. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement