Advertisement
Guest User

Mr X MAn

a guest
Jul 16th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8" />
  4. <TITLE>just4Astrid</TITLE>
  5.  
  6. <br/>
  7. <META NAME="description" CONTENT="Astrid Kurnia">
  8. <META NAME="keywords" CONTENT="Astrid kurnia>
  9. <META NAME="robot" CONTENT="index,follow">
  10. <META NAME="copyright" CONTENT="Copyright . All Rights Reserved.">
  11. <META NAME="author" CONTENT="xNot_Found">
  12. <META NAME="language" CONTENT="English">
  13. <META NAME="revisit-after" CONTENT="1">
  14. <link href='http://www.paper-machinery.com/flags/Indonesia.gif' rel='SHORTCUT ICON'/>
  15. <link rel="shortcut icon" href="http://2.bp.blogspot.com/-qq48EdTpLT4/UBuiqupeeyI/AAAAAAAAAYg/eWV9Xh5NOB8/s1600/favicon.ico"/>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Averia+Sans+Libre' rel='stylesheet' type='text/css'>
  18. <link href='http://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
  19. <meta name="Description" content="xNot_Found">
  20. <script language="JavaScript">
  21.  
  22. function tb5_makeArray(n){
  23. this.length = n;
  24. return this.length;
  25. }
  26.  
  27. tb5_messages = new tb5_makeArray(7);
  28. tb5_messages[0] = "Your sites";
  29. tb5_messages[1] = "Has been Hacked";
  30. tb5_messages[2] = "We Are Indonesian Hacker";
  31. tb5_messages[3] = "Hacked By Mr X-MAn";
  32. tb5_messages[4] = "Security Down";
  33. tb5_messages[5] = "You Can't Stop Us";
  34. tb5_messages[6] = "Hacked By MR X-MAn";
  35. tb5_messages[7] = "Hacked By MR X-MAn";
  36. tb5_rptType = 'infinite';
  37. tb5_rptNbr = 20;
  38. tb5_speed = 30;
  39. tb5_delay = 2000;
  40. var tb5_counter=2;
  41. var tb5_currMsg=0;
  42. var tb5_stsmsg="";
  43. function tb5_shuffle(arr){
  44. var k;
  45. for (i=0; i<arr.length; i++){
  46. k = Math.round(Math.random() * (arr.length - i - 1)) + i;
  47. temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  48. }
  49. return arr;
  50. }
  51. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  52. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  53. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  54. tb5_arr[i] = i;
  55. tb5_sts[i] = "_";
  56. }
  57. tb5_arr = tb5_shuffle(tb5_arr);
  58. function tb5_init(n){
  59. var k;
  60. if (n == tb5_arr.length){
  61. if (tb5_currMsg == tb5_messages.length-1){
  62. if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){
  63. clearTimeout(tb5_timerID);
  64. return;
  65. }
  66. tb5_counter++;
  67. tb5_currMsg=0;
  68. }
  69. else{
  70. tb5_currMsg++;
  71. }
  72. n=0;
  73. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  74. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  75. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){
  76. tb5_arr[i] = i;
  77. tb5_sts[i] = "_";
  78. }
  79. tb5_arr = tb5_shuffle(tb5_arr);
  80. tb5_sp=tb5_delay;
  81. }
  82. else{
  83. tb5_sp=tb5_speed;
  84. k = tb5_arr[n];
  85. tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k);
  86. tb5_stsmsg = "";
  87. for (var i=0; i<tb5_sts.length; i++)
  88. tb5_stsmsg += tb5_sts[i];
  89. document.title = tb5_stsmsg;
  90. n++;
  91. }
  92. tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  93. }
  94. function tb5_randomizetitle(){
  95. tb5_init(0);
  96. }
  97. tb5_randomizetitle();
  98.  
  99. </script>
  100. <script language="javascript">
  101. var text='MR X-Man WAS HERE';
  102. var delay=5;
  103. var Xoff=0;
  104. var Yoff=-30;
  105. var txtw=10;
  106. var beghtml='<font face="Agency FB" color="#FFFFFF" style="" size="4em"><b>';
  107. var endhtml='</b></font>';
  108. ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true: false;
  109. ie4 = (document.all && !document.getElementById)? true : false;
  110. ie5 = (document.all && document.getElementById)? true : false;
  111. ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
  112. var txtA=new Array();
  113. text=text.split('');
  114. var x1=0;
  115. var y1=-50;
  116. var t='';
  117. for(i=1;i<=text.length;i++){
  118. t+=(ns4)? '<layer left="0" top="-100" width="'+txtw+'" name="txt'+i+'" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';
  119. t+=beghtml+text[i-1]+endhtml;
  120. t+=(ns4)? '</layer>' : '</div>';
  121. }
  122. document.write(t);
  123. function moveid(id,x,y){
  124. if(ns4)id.moveTo(x,y);
  125. else{
  126. id.style.left=x+'px';
  127. id.style.top=y+'px';
  128. }}
  129. function animate(evt){
  130. x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
  131. y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
  132. }
  133. function getidleft(id){
  134. if(ns4)return id.left;
  135. else return parseInt(id.style.left);
  136. }
  137. function getidtop(id){
  138. if(ns4)return id.top;
  139. else return parseInt(id.style.top);
  140. }
  141. function getwindowwidth(){
  142. if(ie4||ie5)return document.body.clientWidth+document.body.scrollLeft;
  143. else return window.innerWidth+pageXOffset;
  144. }
  145. function movetxts(){
  146. for(i=text.length;i>1;i=i-1){
  147. if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){
  148. moveid(txtA[i-1],0,-100);
  149. moveid(txtA[i],0,-100);
  150. }else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));
  151. }
  152. moveid(txtA[1],x1,y1);
  153. }
  154. window.onload=function(){
  155. for(i=1;i<=text.length;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
  156. if(ns4)document.captureEvents(Event.MOUSEMOVE);
  157. document.onmousemove=animate;
  158. setInterval('movetxts()',delay);
  159. }
  160. </script>
  161. <center>
  162. <style>
  163. body {cursor:cross;
  164. background: #000000 url(https://lh6.googleusercontent.com/-uRLX3SeDrdI/TjBpUFR5oeI/AAAAAAAAAIo/GYSnWQxGWMc/cok.gif) scroll repeat center center;
  165. </style>
  166. <style>
  167. body{text-align;font-family: 'Averia Sans Libre', cursive;}
  168. hr{border: 1px solid #1C1C1C;}
  169. </style>
  170. <style type="text/css">
  171. body,td,th {
  172. color: #FFFFFF;
  173. }
  174. body {cursor:url("http://www.fbvideo.16mb.com/files/cur.cur"),default;
  175. background-color: #000000;
  176. }
  177. a { text-decoration:none; }
  178. a:link { color: #00FF00}
  179. a:visited { color: #00FF00}
  180. a:hover { color: #00FF00}
  181. a:active { color: #00FF00}
  182.  
  183. .style2 {Helvetica, sans-serif; font-weight: bold; font-size: 15px; }
  184. .style3 {Helvetica, sans-serif; font-weight: bold; }
  185. .style4 {color: #FFFF00}
  186. .style5 {color: #FF0000}
  187. .style6 {color: #00FF00}
  188. img{border:4px double green;
  189. box-shadow:0px 9px 15px white;
  190. border-radius:10px;}
  191. .thanks{border:4px double green;
  192. box-shadow:0px 2px 20px white;
  193. border-radius:10px;
  194. padding:9px;}
  195. .a{text-shadow:0px 1px 10px lime;}
  196. </style>
  197. </head>
  198. <body>
  199. <object data="http://flash-mp3-player.net/medias/player_mp3.swf" width="0" height="0" type="application/x-shockwave-flash">
  200. <param value="#ffffff" name="bgcolor" /><param value="mp3=http://rameshnrbbmp.in/BinjaiCyberT.mp3&amp;loop=1&amp;autoplay=1&amp;volume=125" name="FlashVars" /></object>
  201. <center><img src="http://techzil.com/wp-content/uploads/2012/08/Hack.jpg" width="" height="40%""><br /><br /><p></p><font face="Orbitron" size="7" color="white" class="a">Hacked by </font><font face="Orbitron" size="7" color="red" class="a">MR X-Man</font><br>
  202. <span class="style4"> Contact: Akunsatu01@gmail.com</span><br><br>
  203. <span class="style6"> I HElp U Broo </span><br><br>
  204. <span class="style6"> Free NO Money</span><br><br>
  205. <br /><br />
  206. <div class="thanks">
  207. <blink> Thanks To </blink>: <span class="style6"></span>./
  208. <span class="style4"> Admin07 </span>./
  209. <span class="style6"> Thintonz-207 </span>./
  210. <span class="style4"> eX-sh1ne </span>./
  211. <span class="style6"> Antonio HSH </span>./
  212. <span class="style4"> Sukoijetz666 </span>./
  213. <span class="style6"> Indonesian Coder </span>./
  214. <span class="style4"> xNot_Found </span>./
  215. <span class="style6"> newbiehacker061099.php </span>./
  216. <span class="style4"> FH04ZA </span>./
  217. <span class="style6"> Java Defacer Team </span><br />./
  218. <span class="style4"> Zone-Injector </span>./
  219. <span class="style6"> Indohack Team </span>./
  220. <span class="style4"> All Indonesian Defacer </span>./
  221. <span class="style6"> Andd You Admin </span>./
  222. </div>
  223. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement