Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.26 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <link rel="icon" type="image/gif" href="">
  3. <body bgcolor=black>
  4. <table width=100% height=100%><td align=center><br><br><br><br><br><br><br><br>
  5. <link href='http://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
  6. <Link href='' rel='SHORTCUT ICON'/>
  7. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  8. <marquee><title>M00NW4LK_404 WAS HERE</title> </marquee>
  9. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
  10. <style type="text/css">
  11. h1 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  12. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  13.  
  14.  
  15. h2 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  16. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  17.  
  18. h3 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  19. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  20.  
  21.  
  22. h4 {color: #FF0000;font-size: 20px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  23. .neon {color: #FFFFFF;text-shadow: 0 0 5px #1ab4e7, 0 0 10px #1ab4e7, 0 0 30px #18a2d0, 0 0 45px #18a2d0, 0 0 60px #18a2d0;}
  24.  
  25.  
  26. .matrix {color: #FFFFFF; font-family:Arial, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
  27. .jokitz1{
  28. text-align : center;
  29. }
  30. .jokitz2{
  31. text-align : center;
  32. font-family : Courier;
  33. }
  34. </style>
  35. <script type="text/javascript">
  36.  
  37. <!--
  38.  
  39. //Disable right click script
  40.  
  41. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  42.  
  43. var message="Sorry, right-click has been disabled";
  44.  
  45. ///////////////////////////////////
  46.  
  47. function clickIE() {if (document.all) {(message);return false;}}
  48.  
  49. function clickNS(e) {if
  50.  
  51. (document.layers||(document.getElementById&&!document.all)) {
  52.  
  53. if (e.which==2||e.which==3) {(message);return false;}}}
  54.  
  55. if (document.layers)
  56.  
  57. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  58.  
  59. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  60.  
  61. document.oncontextmenu=new Function("return false")
  62.  
  63. // -->
  64.  
  65. </script>
  66.  
  67. <!-- <script language="JavaScript1.2" type="text/javascript">
  68.  
  69. function ClearError() {return true;}
  70.  
  71. window.onerror = ClearError;
  72.  
  73. </script> -->
  74.  
  75.  
  76.  
  77. <script type="text/javascript" language="javascript">
  78.  
  79. <!--
  80.  
  81. var rows=1; // must be an odd number
  82.  
  83. var speed=10; // lower is faster
  84.  
  85. var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
  86.  
  87. var effectalign="center" //enter "center" to center it.
  88.  
  89.  
  90.  
  91. /***********************************************
  92.  
  93. * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
  94.  
  95. * This notice must stay intact for use
  96.  
  97. * Visit http://www.dynamicdrive.com/ for full source code
  98.  
  99. ***********************************************/
  100.  
  101.  
  102.  
  103.  
  104. var w3c=document.getElementById && !window.opera;;
  105.  
  106. var ie45=document.all && !window.opera;
  107.  
  108. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  109.  
  110. var m_coch=new Array();
  111.  
  112. var m_copo=new Array();
  113.  
  114. window.onload=function() {
  115.  
  116. if (!w3c && !ie45) return
  117.  
  118. var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  119.  
  120. ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  121.  
  122. ma_txt=" "+ma_txt+" ";
  123.  
  124. columns=ma_txt.length;
  125.  
  126. if (w3c) {
  127.  
  128. while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  129.  
  130. ma_tab=document.createElement("table");
  131.  
  132. ma_tab.setAttribute("border", 0);
  133.  
  134. ma_tab.setAttribute("align", effectalign);
  135.  
  136. ma_tab.style.backgroundColor="#000000";
  137.  
  138. ma_bod=document.createElement("tbody");
  139.  
  140. for (x=0; x<rows; x++) {
  141.  
  142. ma_row=document.createElement("tr");
  143.  
  144. for (y=0; y<columns; y++) {
  145.  
  146. matemp=document.createElement("td");
  147.  
  148. matemp.setAttribute("id", "Mx"+x+"y"+y);
  149.  
  150. matemp.className="matrix";
  151.  
  152. matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  153.  
  154. ma_row.appendChild(matemp);
  155.  
  156. }
  157.  
  158. ma_bod.appendChild(ma_row);
  159.  
  160. }
  161.  
  162. ma_tab.appendChild(ma_bod);
  163.  
  164. matrix.appendChild(ma_tab);
  165.  
  166. } else {
  167.  
  168. ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
  169.  
  170. for (var x=0; x<rows; x++) {
  171.  
  172. ma_tab+='<t'+'r>';
  173.  
  174. for (var y=0; y<columns; y++) {
  175.  
  176. ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
  177.  
  178. }
  179.  
  180. ma_tab+='</'+'tr>';
  181.  
  182. }
  183.  
  184. ma_tab+='</'+'table>';
  185.  
  186. matrix.innerHTML=ma_tab;
  187.  
  188. }
  189.  
  190. ma_cho=ma_txt;
  191.  
  192. for (x=0; x<columns; x++) {
  193.  
  194. ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
  195.  
  196. m_copo[x]=0;
  197.  
  198. }
  199.  
  200. ma_bod=setInterval("mytricks()", speed);
  201.  
  202. }
  203.  
  204.  
  205.  
  206. function mytricks() {
  207.  
  208. x=0;
  209.  
  210. for (y=0; y<columns; y++) {
  211.  
  212. x=x+(m_copo[y]==100);
  213.  
  214. ma_row=m_copo[y]%100;
  215.  
  216. if (ma_row && m_copo[y]<100) {
  217.  
  218. if (ma_row<rows+1) {
  219.  
  220. if (w3c) {
  221.  
  222. matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
  223.  
  224. matemp.firstChild.nodeValue=m_coch[y];
  225.  
  226. }
  227.  
  228. else {
  229.  
  230. matemp=document.all["Mx"+(ma_row-1)+"y"+y];
  231.  
  232. matemp.innerHTML=m_coch[y];
  233.  
  234. }
  235.  
  236. matemp.style.color="#81F2FF";
  237.  
  238. matemp.style.fontWeight="bold";
  239.  
  240. }
  241.  
  242. if (ma_row>1 && ma_row<rows+2) {
  243.  
  244. matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
  245.  
  246. matemp.style.fontWeight="normal";
  247.  
  248. matemp.style.color="#00BBFF";
  249.  
  250. }
  251.  
  252. if (ma_row>2) {
  253.  
  254. matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
  255.  
  256. matemp.style.color="#20FFDA";
  257.  
  258. }
  259.  
  260. if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
  261.  
  262. else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
  263.  
  264. else if (ma_row<rows+2) m_copo[y]++;
  265.  
  266. else if (m_copo[y]<100) m_copo[y]=0;
  267.  
  268. }
  269.  
  270. else if (Math.random()>0.9 && m_copo[y]<100) {
  271.  
  272. m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
  273.  
  274. m_copo[y]++;
  275.  
  276. }
  277.  
  278. }
  279.  
  280. if (x==columns) clearInterval(ma_bod);
  281.  
  282. }
  283.  
  284.  
  285.  
  286. function zoomer(ycol) {
  287.  
  288. var mtmp, mtem, ytmp;
  289.  
  290. if (m_copo[ycol]==Math.floor(rows/2)+1) {
  291.  
  292. for (ytmp=0; ytmp<rows; ytmp++) {
  293.  
  294. if (w3c) {
  295.  
  296. mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
  297.  
  298. mtmp.firstChild.nodeValue=m_coch[ycol];
  299.  
  300. }
  301.  
  302. else {
  303.  
  304. mtmp=document.all["Mx"+ytmp+"y"+ycol];
  305.  
  306. mtmp.innerHTML=m_coch[ycol];
  307.  
  308. }
  309.  
  310. mtmp.style.color="#5BEEFF";
  311.  
  312. mtmp.style.fontWeight="bold";
  313.  
  314. }
  315.  
  316. if (Math.random()<reveal) {
  317.  
  318. mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
  319.  
  320. ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
  321.  
  322. }
  323.  
  324. if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
  325.  
  326. m_copo[ycol]+=199;
  327.  
  328. setTimeout("zoomer("+ycol+")", speed);
  329.  
  330. }
  331.  
  332. else if (m_copo[ycol]>200) {
  333.  
  334. if (w3c) {
  335.  
  336. mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
  337.  
  338. mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
  339.  
  340. }
  341.  
  342. else {
  343.  
  344. mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
  345.  
  346. mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
  347.  
  348. }
  349.  
  350. mtmp.style.fontWeight="normal";
  351.  
  352. mtem.style.fontWeight="normal";
  353.  
  354. setTimeout("zoomer("+ycol+")", speed);
  355.  
  356. }
  357.  
  358. else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  359.  
  360. if (m_copo[ycol]>100 && m_copo[ycol]<200) {
  361.  
  362. if (w3c) {
  363.  
  364. mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
  365.  
  366. mtmp.firstChild.nodeValue=String.fromCharCode(160);
  367.  
  368. mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
  369.  
  370. mtem.firstChild.nodeValue=String.fromCharCode(160);
  371.  
  372. }
  373.  
  374. else {
  375.  
  376. mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
  377.  
  378. mtmp.innerHTML=String.fromCharCode(160);
  379.  
  380. mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
  381.  
  382. mtem.innerHTML=String.fromCharCode(160);
  383.  
  384. }
  385.  
  386. setTimeout("zoomer("+ycol+")", speed);
  387.  
  388. }
  389.  
  390.  
  391.  
  392. //start
  393.  
  394. var h1 = document.getElementsByTagName("h1")[0],
  395.  
  396. text = h1.innerText || h1.textContent,
  397.  
  398. split = [], i, lit = 0, timer = null;
  399.  
  400. for(i = 0; i < text.length; ++i) {
  401.  
  402. split.push("<span>" + text[i] + "</span>");
  403.  
  404. }
  405.  
  406. h1.innerHTML = split.join("");
  407.  
  408. split = h1.childNodes;
  409.  
  410.  
  411.  
  412. var flicker = function() {
  413.  
  414. lit += 0.01;
  415.  
  416. if(lit >= 1) {
  417.  
  418. clearInterval(timer);
  419.  
  420. }
  421.  
  422. for(i = 0; i < split.length; ++i) {
  423.  
  424. if(Math.random() < lit) {
  425.  
  426. split[i].className = "neon";
  427.  
  428. } else {
  429.  
  430. split[i].className = "";
  431.  
  432. }
  433.  
  434. }
  435.  
  436. }
  437.  
  438. setInterval(flicker, 100);
  439.  
  440.  
  441.  
  442. }
  443.  
  444. //strat sec
  445.  
  446. // end -->
  447.  
  448. </script>
  449. <link rel="openid.server" href="http://www.blogger.com/openid-server.g" />
  450. </head>
  451. <center>
  452.  
  453. <br>
  454.  
  455. <h1>We Are CYBER TEAM</h1>
  456.  
  457.  
  458. <div id="matrix" class="style25"> Hacked??</div>
  459.  
  460. <br>
  461. <img style="
  462. width: 25px;
  463. height: 25px;"src="http://zonehmirrors.org/defaced/2014/08/17/app.kapanlagi.com/img593.imageshack.us/img593/252/60171842.gif">
  464.  
  465.  
  466. <br>
  467.  
  468. <font face="Inconsolata" color="white" size="5"><b> Your Site Is Very Low</b></font><br><br>
  469. <font face="Inconsolata" color="white" size="5"><b> ==== THANKZ TO ==== </b></font><br>
  470. <marquee><font face="Inconsolata" color="blue" size="5"><b> Mr.Coganz - sQu4D_4XN - X5 - MR.BLVNK404 - M00NW4LK_404 - HYDRA - ROOTKIT404 </b></font></marquee><br>
  471.  
  472.  
  473.  
  474.  
  475. <center>
  476.  
  477. <hr width="550px" style='color:red;'>
  478.  
  479. <link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  480.  
  481. <span style='font: 15px Lucida Handwriting;size:15px;color:cyan;text-shadow: 0px 0px 50px;'><strong>
  482. <style type="text/css">
  483. <span style='font: 100px>
  484. body{
  485. font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  486. margin-top:0px;
  487. background-repeat:no-repeat;
  488. padding-top:26px;
  489. }
  490. #myContent, #myContent blink{
  491. width:0%px;
  492. height:0%px;
  493. background:black;
  494. color: #00FFFF;
  495. font-family:IceLand;
  496. font-size:20px;
  497. }
  498. blink{
  499. display:inline;
  500. }
  501. </style><br />
  502. <script type="text/javascript">
  503. var charIndex = -1;
  504. var stringLength = 0;
  505. var inputText;
  506. function writeContent(init){
  507. if(init){
  508. inputText = document.getElementById('contentToWrite').innerHTML;
  509. }
  510. if(charIndex==-1){
  511. charIndex = 0;
  512. stringLength = inputText.length;
  513. }
  514. var initString = document.getElementById('myContent').innerHTML;
  515. initString = initString.replace(/<SPAN.*$/gi,"");
  516.  
  517. var theChar = inputText.charAt(charIndex);
  518. var nextFourChars = inputText.substr(charIndex,4);
  519. if(nextFourChars=='<br>' || nextFourChars=='<br>'){
  520. theChar = '<br>';
  521. charIndex+=3;
  522. }
  523. initString = initString + theChar + "<span id='blink'>_</SPAN>";
  524. document.getElementById('myContent').innerHTML = initString;
  525.  
  526. charIndex = charIndex/1 +1;
  527. if(charIndex%2==1){
  528. document.getElementById('blink').style.display='font: 100px';
  529. }else{
  530. document.getElementById('blink').style.display='inline';
  531. }
  532.  
  533. if(charIndex<=stringLength){
  534. setTimeout('writeContent(false)',100);
  535. }else{
  536. blinkSpan();
  537. }
  538. }
  539. var currentStyle = 'inline';
  540. function blinkSpan(){
  541. if(currentStyle=='inline'){
  542. currentStyle='none';
  543. }else{
  544. currentStyle='inline';
  545. }
  546. document.getElementById('blink').style.display = currentStyle;
  547. setTimeout('blinkSpan()',9999999);
  548.  
  549. }
  550. </script>
  551. <embed src="https://www.youtube.com/v/sb8B3gibLY0&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="1" height="1"></embed>
  552.  
  553. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement