Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
  5.  
  6. <title> Hacked by r00t181 </title>
  7.  
  8. <META NAME="Keywords" CONTENT="Hacked by root-181" />
  9. <META NAME="Description" CONTENT="This site is hacked by r00t-181" />
  10. <META NAME="Author" CONTENT="Root-181" />
  11. <META NAME="Robots" CONTENT="All" />
  12. <meta http-equiv="refresh" content="20" />
  13. <head>
  14.  
  15. <style type="text/css">
  16.  
  17. h1 {color: #333;font-size: 100px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  18.  
  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.  
  23.  
  24.  
  25. h2 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  26.  
  27. .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;}
  28.  
  29.  
  30. .matrix {color: #FFFFFF; font-family:Arial, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
  31.  
  32.  
  33. </style>
  34.  
  35. <script>
  36.  
  37. function disableselect(e)
  38. {
  39. return false
  40. }
  41. function reEnable()
  42. {
  43. return true
  44. }
  45.  
  46. //if IE4+
  47.  
  48. document.onselectstart=new Function ("return false")
  49.  
  50. document.oncontextmenu=new Function ("return false")
  51.  
  52. //if NS6
  53.  
  54. if (window.sidebar)
  55. {
  56.  
  57. document.onmousedown=disableselect
  58.  
  59. document.onclick=reEnable
  60. }
  61.  
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. <script language="javascript">
  72.  
  73. var rows=1; // must be an odd number
  74.  
  75.  
  76.  
  77. var speed=10; // lower is faster
  78.  
  79.  
  80.  
  81. var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
  82.  
  83.  
  84.  
  85. var effectalign="center" //enter "center" to center it.
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93. /***********************************************
  94.  
  95.  
  96.  
  97. * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
  98.  
  99.  
  100.  
  101. * This notice must stay intact for use
  102.  
  103.  
  104.  
  105. * Visit http://www.dynamicdrive.com/ for full source code
  106.  
  107.  
  108.  
  109. ***********************************************/
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. var w3c=document.getElementById && !window.opera;;
  118.  
  119.  
  120.  
  121. var ie45=document.all && !window.opera;
  122.  
  123.  
  124.  
  125. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  126.  
  127.  
  128.  
  129. var m_coch=new Array();
  130.  
  131.  
  132.  
  133. var m_copo=new Array();
  134.  
  135.  
  136.  
  137. window.onload=function() {
  138.  
  139.  
  140.  
  141. if (!w3c && !ie45) return
  142.  
  143.  
  144.  
  145. var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  146.  
  147.  
  148.  
  149. ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  150.  
  151.  
  152.  
  153. ma_txt=" "+ma_txt+" ";
  154.  
  155.  
  156.  
  157. columns=ma_txt.length;
  158.  
  159.  
  160.  
  161. if (w3c) {
  162.  
  163.  
  164.  
  165. while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  166.  
  167.  
  168.  
  169. ma_tab=document.createElement("table");
  170.  
  171.  
  172.  
  173. ma_tab.setAttribute("border", 0);
  174.  
  175.  
  176.  
  177. ma_tab.setAttribute("align", effectalign);
  178.  
  179.  
  180.  
  181. ma_tab.style.backgroundColor="#000000";
  182.  
  183.  
  184.  
  185. ma_bod=document.createElement("tbody");
  186.  
  187.  
  188.  
  189. for (x=0; x<rows; x++) {
  190.  
  191.  
  192.  
  193. ma_row=document.createElement("tr");
  194.  
  195.  
  196.  
  197. for (y=0; y<columns; y++) {
  198.  
  199.  
  200.  
  201. matemp=document.createElement("td");
  202.  
  203.  
  204.  
  205. matemp.setAttribute("id", "Mx"+x+"y"+y);
  206.  
  207.  
  208.  
  209. matemp.className="matrix";
  210.  
  211.  
  212.  
  213. matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  214.  
  215.  
  216.  
  217. ma_row.appendChild(matemp);
  218.  
  219.  
  220.  
  221. }
  222.  
  223.  
  224.  
  225. ma_bod.appendChild(ma_row);
  226.  
  227.  
  228.  
  229. }
  230.  
  231.  
  232.  
  233. ma_tab.appendChild(ma_bod);
  234.  
  235.  
  236.  
  237. matrix.appendChild(ma_tab);
  238.  
  239.  
  240.  
  241. } else {
  242.  
  243.  
  244.  
  245. ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
  246.  
  247.  
  248.  
  249. for (var x=0; x<rows; x++) {
  250.  
  251.  
  252.  
  253. ma_tab+='<t'+'r>';
  254.  
  255.  
  256.  
  257. for (var y=0; y<columns; y++) {
  258.  
  259.  
  260.  
  261. ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
  262.  
  263.  
  264.  
  265. }
  266.  
  267.  
  268.  
  269. ma_tab+='</'+'tr>';
  270.  
  271.  
  272.  
  273. }
  274.  
  275.  
  276.  
  277. ma_tab+='</'+'table>';
  278.  
  279.  
  280.  
  281. matrix.innerHTML=ma_tab;
  282.  
  283.  
  284.  
  285. }
  286.  
  287.  
  288.  
  289. ma_cho=ma_txt;
  290.  
  291.  
  292.  
  293. for (x=0; x<columns; x++) {
  294.  
  295.  
  296.  
  297. ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
  298.  
  299.  
  300.  
  301. m_copo[x]=0;
  302.  
  303.  
  304.  
  305. }
  306.  
  307.  
  308.  
  309. ma_bod=setInterval("mytricks()", speed);
  310.  
  311.  
  312.  
  313. }
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321. function mytricks() {
  322.  
  323.  
  324.  
  325. x=0;
  326.  
  327.  
  328.  
  329. for (y=0; y<columns; y++) {
  330.  
  331.  
  332.  
  333. x=x+(m_copo[y]==100);
  334.  
  335.  
  336.  
  337. ma_row=m_copo[y]%100;
  338.  
  339.  
  340.  
  341. if (ma_row && m_copo[y]<100) {
  342.  
  343.  
  344.  
  345. if (ma_row<rows+1) {
  346.  
  347.  
  348.  
  349. if (w3c) {
  350.  
  351.  
  352.  
  353. matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
  354.  
  355.  
  356.  
  357. matemp.firstChild.nodeValue=m_coch[y];
  358.  
  359.  
  360.  
  361. }
  362.  
  363.  
  364.  
  365. else {
  366.  
  367.  
  368.  
  369. matemp=document.all["Mx"+(ma_row-1)+"y"+y];
  370.  
  371.  
  372.  
  373. matemp.innerHTML=m_coch[y];
  374.  
  375.  
  376.  
  377. }
  378.  
  379.  
  380.  
  381. matemp.style.color="#81F2FF";
  382.  
  383.  
  384.  
  385. matemp.style.fontWeight="bold";
  386.  
  387.  
  388.  
  389. }
  390.  
  391.  
  392.  
  393. if (ma_row>1 && ma_row<rows+2) {
  394.  
  395.  
  396.  
  397. matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
  398.  
  399.  
  400.  
  401. matemp.style.fontWeight="normal";
  402.  
  403.  
  404.  
  405. matemp.style.color="#00BBFF";
  406.  
  407.  
  408.  
  409. }
  410.  
  411.  
  412.  
  413. if (ma_row>2) {
  414.  
  415.  
  416.  
  417. matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
  418.  
  419.  
  420.  
  421. matemp.style.color="#20FFDA";
  422.  
  423.  
  424.  
  425. }
  426.  
  427.  
  428.  
  429. if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
  430.  
  431.  
  432.  
  433. else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
  434.  
  435.  
  436.  
  437. else if (ma_row<rows+2) m_copo[y]++;
  438.  
  439.  
  440.  
  441. else if (m_copo[y]<100) m_copo[y]=0;
  442.  
  443.  
  444.  
  445. }
  446.  
  447.  
  448.  
  449. else if (Math.random()>0.9 && m_copo[y]<100) {
  450.  
  451.  
  452.  
  453. m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
  454.  
  455.  
  456.  
  457. m_copo[y]++;
  458.  
  459.  
  460.  
  461. }
  462.  
  463.  
  464.  
  465. }
  466.  
  467.  
  468.  
  469. if (x==columns) clearInterval(ma_bod);
  470.  
  471.  
  472.  
  473. }
  474.  
  475.  
  476.  
  477.  
  478.  
  479.  
  480.  
  481. function zoomer(ycol) {
  482.  
  483.  
  484.  
  485. var mtmp, mtem, ytmp;
  486.  
  487.  
  488.  
  489. if (m_copo[ycol]==Math.floor(rows/2)+1) {
  490.  
  491.  
  492.  
  493. for (ytmp=0; ytmp<rows; ytmp++) {
  494.  
  495.  
  496.  
  497. if (w3c) {
  498.  
  499.  
  500.  
  501. mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
  502.  
  503.  
  504.  
  505. mtmp.firstChild.nodeValue=m_coch[ycol];
  506.  
  507.  
  508.  
  509. }
  510.  
  511.  
  512.  
  513. else {
  514.  
  515.  
  516.  
  517. mtmp=document.all["Mx"+ytmp+"y"+ycol];
  518.  
  519.  
  520.  
  521. mtmp.innerHTML=m_coch[ycol];
  522.  
  523.  
  524.  
  525. }
  526.  
  527.  
  528.  
  529. mtmp.style.color="#5BEEFF";
  530.  
  531.  
  532.  
  533. mtmp.style.fontWeight="bold";
  534.  
  535.  
  536.  
  537. }
  538.  
  539.  
  540.  
  541. if (Math.random()<reveal) {
  542.  
  543.  
  544.  
  545. mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
  546.  
  547.  
  548.  
  549. ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
  550.  
  551.  
  552.  
  553. }
  554.  
  555.  
  556.  
  557. if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
  558.  
  559.  
  560.  
  561. m_copo[ycol]+=199;
  562.  
  563.  
  564.  
  565. setTimeout("zoomer("+ycol+")", speed);
  566.  
  567.  
  568.  
  569. }
  570.  
  571.  
  572.  
  573. else if (m_copo[ycol]>200) {
  574.  
  575.  
  576.  
  577. if (w3c) {
  578.  
  579.  
  580.  
  581. mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
  582.  
  583.  
  584.  
  585. mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
  586.  
  587.  
  588.  
  589. }
  590.  
  591.  
  592.  
  593. else {
  594.  
  595.  
  596.  
  597. mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
  598.  
  599.  
  600.  
  601. mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
  602.  
  603.  
  604.  
  605. }
  606.  
  607.  
  608.  
  609. mtmp.style.fontWeight="normal";
  610.  
  611.  
  612.  
  613. mtem.style.fontWeight="normal";
  614.  
  615.  
  616.  
  617. setTimeout("zoomer("+ycol+")", speed);
  618.  
  619.  
  620.  
  621. }
  622.  
  623.  
  624.  
  625. else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  626.  
  627.  
  628.  
  629. if (m_copo[ycol]>100 && m_copo[ycol]<200) {
  630.  
  631.  
  632.  
  633. if (w3c) {
  634.  
  635.  
  636.  
  637. mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
  638.  
  639.  
  640.  
  641. mtmp.firstChild.nodeValue=String.fromCharCode(160);
  642.  
  643.  
  644.  
  645. mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
  646.  
  647.  
  648.  
  649. mtem.firstChild.nodeValue=String.fromCharCode(160);
  650.  
  651.  
  652.  
  653. }
  654.  
  655.  
  656.  
  657. else {
  658.  
  659.  
  660.  
  661. mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
  662.  
  663.  
  664.  
  665. mtmp.innerHTML=String.fromCharCode(160);
  666.  
  667.  
  668.  
  669. mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
  670.  
  671.  
  672.  
  673. mtem.innerHTML=String.fromCharCode(160);
  674.  
  675.  
  676.  
  677. }
  678.  
  679.  
  680.  
  681. setTimeout("zoomer("+ycol+")", speed);
  682.  
  683.  
  684.  
  685. }
  686.  
  687.  
  688.  
  689.  
  690.  
  691.  
  692.  
  693. //start
  694.  
  695.  
  696.  
  697. var h1 = document.getElementsByTagName("h1")[0],
  698.  
  699.  
  700.  
  701. text = h1.innerText || h1.textContent,
  702.  
  703.  
  704.  
  705. split = [], i, lit = 0, timer = null;
  706.  
  707.  
  708.  
  709. for(i = 0; i < text.length; ++i) {
  710.  
  711.  
  712.  
  713. split.push("<span>" + text[i] + "</span>");
  714.  
  715.  
  716.  
  717. }
  718.  
  719.  
  720.  
  721. h1.innerHTML = split.join("");
  722.  
  723.  
  724.  
  725. split = h1.childNodes;
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733. var flicker = function() {
  734.  
  735.  
  736.  
  737. lit += 0.01;
  738.  
  739.  
  740.  
  741. if(lit >= 1) {
  742.  
  743.  
  744.  
  745. clearInterval(timer);
  746.  
  747.  
  748.  
  749. }
  750.  
  751.  
  752.  
  753. for(i = 0; i < split.length; ++i) {
  754.  
  755.  
  756.  
  757. if(Math.random() < lit) {
  758.  
  759.  
  760.  
  761. split[i].className = "neon";
  762.  
  763.  
  764.  
  765. } else {
  766.  
  767.  
  768.  
  769. split[i].className = "";
  770.  
  771.  
  772.  
  773. }
  774.  
  775.  
  776.  
  777. }
  778.  
  779.  
  780.  
  781. }
  782.  
  783.  
  784.  
  785. setInterval(flicker, 100);
  786.  
  787.  
  788.  
  789.  
  790.  
  791.  
  792.  
  793. }
  794.  
  795.  
  796.  
  797. //strat sec
  798.  
  799.  
  800.  
  801.  
  802.  
  803.  
  804.  
  805. // end
  806.  
  807. </script>
  808. </head>
  809.  
  810. <body style="color: #FFFFFF; background-color: #000000">
  811. <br>
  812. <h2><font color="white" size="8"> Hacked By </h2>
  813. <br><br>
  814. <center>
  815. <div id="matrix" class="auto-style8">Your security is fucked by </div>
  816. <h1><div id="matrix">Just a small Gift from Indian Hackers</div></h1>
  817. <br>
  818. <h1>r00t 181</h1>
  819. <center>
  820. <iframe width="0" height="0"
  821. src="http://www.youtube.com/embed/Bh26zOjIh9I?autoplay=1">
  822. </iframe>
  823. </body>
  824. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement