Advertisement
Guest User

MMM

a guest
Oct 21st, 2014
482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <meta property="og:title" content="WE ARE LEGION"/>
  5. <meta property="og:image" content="http://anonymousstudents.corewebserver.com/LOGO.gif"/>
  6. <link rel="image_src" href="http://anonymousstudents.corewebserver.com/LOGO.gif" />
  7. <link rel="shortcut icon" href="http://anonymousstudents.corewebserver.com/LOGO.gif" type="image/x-icon" />
  8. <head>
  9. <link rel="shortcut icon" href="http://anonymousstudents.corewebserver.com/LOGO.gif" type="image/x-icon" />
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  11.     <head>
  12.  
  13.  <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-1/oth84.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2005/09/19/oth84.html" target="_blank" title="Middle Finger"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Middle Finger" style="position:absolute; top: 0px; right: 0px;" /></a>
  14.  
  15.  
  16. <br>
  17. <br>
  18.  
  19.     <script>// Upper title
  20.     //<![CDATA[
  21.   var message = new Array()
  22.   message[0] = " Hacked";
  23.   message[1] = " By";
  24.   message[2] = " A";
  25.   message[3] = " Hackers";
  26.   message[4] = " From";
  27.   message[5] = " Ghost";
  28.   message[6] = " Security";
  29.   message[7] = "ANONYMOUS";
  30.   message[8] = " Your";
  31.   message[9] = " Firewall";
  32.   message[10] = " SUCKS";
  33.  
  34.   var reps = 1
  35.   var speed = 100
  36.   var p=message.length;
  37.   var T="";
  38.   var C=0;
  39.   var mC=0;
  40.   var s=0;
  41.   var sT=null;
  42.   if(reps<1)reps=1;
  43.   function doTheThing(){
  44.   T=message[mC];
  45.   A();}
  46.   function A(){
  47.   s++
  48.   if(s>9){s=1}
  49.   if(s==1){document.title='--[['+T+']]--'}
  50.   if(s==2){document.title='--[['+T+']]--'}
  51.   if(s==3){document.title='--[['+T+']]--'}
  52.   if(s==4){document.title='--[['+T+']]--'}
  53.   if(s==5){document.title='--[['+T+']]--'}
  54.   if(s==6){document.title='--[['+T+']]--'}
  55.   if(s==7){document.title='--[['+T+']]--'}
  56.   if(s==8){document.title='--[['+T+']]--'}
  57.   if(s==9){document.title='--[['+T+']]--'}
  58.   if(C<(8*reps)){
  59.   sT=setTimeout("A()",speed);
  60.   C++
  61.   }else{
  62.   C=0;
  63.   s=0;
  64.   mC++
  65.   if(mC>p-1)mC=0;
  66.   sT=null;
  67.   doTheThing();}}
  68.   doTheThing();
  69.   </script>
  70. <center>
  71.  
  72. </center>
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. <script type="text/javascript">
  81.  
  82.  
  83.  
  84. TypingText = function(element, interval, cursor, finishedCallback) {
  85.  
  86.  
  87.  
  88.  if((typeof document.getElementById == "undefined") || (typeof element.innerHTML ==
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96. "undefined")) {
  97.  
  98.  
  99.  
  100.    this.running = true;
  101.  
  102.  
  103.  
  104.    return;
  105.  
  106.  
  107.  
  108.  }
  109.  
  110.  
  111.  
  112.  this.element = element;
  113.  
  114.  
  115.  
  116.  this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  117.  
  118.  
  119.  
  120.  this.interval = (typeof interval == "undefined" ? 100 : interval);
  121.  
  122.  
  123.  
  124.  this.origText = this.element.innerHTML;
  125.  
  126.  
  127.  
  128.  this.unparsedOrigText = this.origText;
  129.  
  130.  
  131.  
  132.  this.cursor = (cursor ? cursor : "");
  133.  
  134.  
  135.  
  136.  this.currentText = "";
  137.  
  138.  
  139.  
  140.  this.currentChar = 0;
  141.  
  142.  
  143.  
  144.  this.element.typingText = this;
  145.  
  146.  
  147.  
  148.  if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  149.  
  150.  
  151.  
  152.  TypingText.all.push(this);
  153.  
  154.  
  155.  
  156.  this.running = false;
  157.  
  158.  
  159.  
  160.  this.inTag = false;
  161.  
  162.  
  163.  
  164.  this.tagBuffer = "";
  165.  
  166.  
  167.  
  168.  this.inHTMLEntity = false;
  169.  
  170.  
  171.  
  172.  this.HTMLEntityBuffer = "";
  173.  
  174.  
  175.  
  176. }
  177.  
  178.  
  179.  
  180. TypingText.all = new Array();
  181.  
  182.  
  183.  
  184. TypingText.currentIndex = 0;
  185.  
  186.  
  187.  
  188. TypingText.runAll = function() {
  189.  
  190.  
  191.  
  192.  for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  193.  
  194.  
  195.  
  196. }
  197.  
  198.  
  199.  
  200. TypingText.prototype.run = function() {
  201.  
  202.  
  203.  
  204.  if(this.running) return;
  205.  
  206.  
  207.  
  208.  if(typeof this.origText == "undefined") {
  209.  
  210.  
  211.  
  212.    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220. this.interval);
  221.  
  222.  
  223.  
  224.    return;
  225.  
  226.  
  227.  
  228.  }
  229.  
  230.  
  231.  
  232.  if(this.currentText == "") this.element.innerHTML = "";
  233.  
  234.  
  235.  
  236.  if(this.currentChar < this.origText.length) {
  237.  
  238.  
  239.  
  240.    if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  241.  
  242.  
  243.  
  244.      this.tagBuffer = "<";
  245.  
  246.  
  247.  
  248.      this.inTag = true;
  249.  
  250.  
  251.  
  252.      this.currentChar++;
  253.  
  254.  
  255.  
  256.      this.run();
  257.  
  258.  
  259.  
  260.      return;
  261.  
  262.  
  263.  
  264.    } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  265.  
  266.  
  267.  
  268.      this.tagBuffer += ">";
  269.  
  270.  
  271.  
  272.      this.inTag = false;
  273.  
  274.  
  275.  
  276.      this.currentText += this.tagBuffer;
  277.  
  278.  
  279.  
  280.      this.currentChar++;
  281.  
  282.  
  283.  
  284.      this.run();
  285.  
  286.  
  287.  
  288.      return;
  289.  
  290.  
  291.  
  292.    } else if(this.inTag) {
  293.  
  294.  
  295.  
  296.      this.tagBuffer += this.origText.charAt(this.currentChar);
  297.  
  298.  
  299.  
  300.      this.currentChar++;
  301.  
  302.  
  303.  
  304.      this.run();
  305.  
  306.  
  307.  
  308.      return;
  309.  
  310.  
  311.  
  312.    } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  313.  
  314.  
  315.  
  316.      this.HTMLEntityBuffer = "&";
  317.  
  318.  
  319.  
  320.      this.inHTMLEntity = true;
  321.  
  322.  
  323.  
  324.      this.currentChar++;
  325.  
  326.  
  327.  
  328.      this.run();
  329.  
  330.  
  331.  
  332.      return;
  333.  
  334.  
  335.  
  336.    } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  337.  
  338.  
  339.  
  340.      this.HTMLEntityBuffer += ";";
  341.  
  342.  
  343.  
  344.      this.inHTMLEntity = false;
  345.  
  346.  
  347.  
  348.      this.currentText += this.HTMLEntityBuffer;
  349.  
  350.  
  351.  
  352.      this.currentChar++;
  353.  
  354.  
  355.  
  356.      this.run();
  357.  
  358.  
  359.  
  360.      return;
  361.  
  362.  
  363.  
  364.    } else if(this.inHTMLEntity) {
  365.  
  366.  
  367.  
  368.      this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  369.  
  370.  
  371.  
  372.      this.currentChar++;
  373.  
  374.  
  375.  
  376.      this.run();
  377.  
  378.  
  379.  
  380.      return;
  381.  
  382.  
  383.  
  384.    } else {
  385.  
  386.  
  387.  
  388.      this.currentText += this.origText.charAt(this.currentChar);
  389.  
  390.  
  391.  
  392.    }
  393.  
  394.  
  395.  
  396.    this.element.innerHTML = this.currentText;
  397.  
  398.  
  399.  
  400.    this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof
  401.  
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408. this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  409.  
  410.  
  411.  
  412.    this.currentChar++;
  413.  
  414.  
  415.  
  416.    setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. this.interval);
  425.  
  426.  
  427.  
  428.  } else {
  429.  
  430.  
  431.  
  432.     this.currentText = "";
  433.  
  434.  
  435.  
  436.     this.currentChar = 0;
  437.  
  438.  
  439.  
  440.        this.running = false;
  441.  
  442.  
  443.  
  444.        this.finishedCallback();
  445.  
  446.  
  447.  
  448.  }
  449.  
  450.  
  451.  
  452. }
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461. </script>
  462.  
  463. <script>alert("SECURE YOUR SHIT")</script>
  464.  
  465.  
  466.    <script>// Upper title
  467.    //<![CDATA[
  468.    
  469.    </script>
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <script language="Javascript1.2">
  477.    
  478.    var mymessage = "WE WATCH YOU 24/7";
  479.    
  480.    
  481.    
  482.    function rtclickcheck(keyp){
  483.    
  484.      if (navigator.appName == "Netscape" && keyp.which == 3) {
  485.    
  486.        alert(mymessage);
  487.    
  488.        return false;
  489.    
  490.      }
  491.    
  492.    
  493.    
  494.      if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {
  495.    
  496.        alert(mymessage);
  497.    
  498.        return false;
  499.    
  500.      }
  501.    
  502.    }
  503.    
  504.    
  505.    
  506.    document.onmousedown = rtclickcheck
  507.    
  508.    //-->
  509.    
  510. </script>
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522. <center>
  523.  
  524.  
  525. </center>
  526.    
  527. <center>
  528.  
  529.  
  530.  
  531. </center>
  532.          
  533.        <object width= "0" height="0"><embed width="0" height="0" src="http://www.listenonrepeat.com/watch/?v=wMslmzZSzHs" frameborder="0" allowfullscreen></embed></object>
  534.      
  535.            <embed
  536.    
  537.        type="application/x-shockwave-flash" wmode="transparent" height="1"
  538.        width="1">
  539.    
  540.        <style type="text/css">
  541.    
  542.        body {
  543.    
  544.        background-repeat: repeat;
  545.    
  546.        background-position: center;
  547.    
  548.        background-attachment: fixed;
  549.          
  550.        }
  551.    
  552.        </style>
  553.        </head>
  554.  
  555.  
  556.  
  557.  
  558. <center></a></center>
  559.     <p class="style14" align="center">
  560.    </body>
  561.        <body onload="writetext()">
  562.           <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  563.  
  564.  
  565. <body>
  566. <style type="text/css">body {background-color: #000000;}</style>
  567. <center><a href="http://s1293.photobucket.com/user/mark_viloria2/media/logo2_zpsed74f540.gif.html" target="_blank"><img src="http://i1293.photobucket.com/albums/b581/mark_viloria2/logo2_zpsed74f540.gif" border="0" alt=" photo logo2_zpsed74f540.gif"/></a></center>
  568.    <p class="style14" align="center">
  569. </center>
  570.        
  571.       <embed width="0" height="0" src="http://www.listenonrepeat.com/watch/?v=DkZ8-UFJl2U" frameborder="0" allowfullscreen></embed></object>
  572.    
  573.           <embed
  574.  
  575.       type="application/x-shockwave-flash" wmode="transparent" height="1"
  576.       width="1">
  577.  
  578.       <style type="text/css">
  579.  
  580.      
  581.  
  582.       </style>
  583. </script>
  584. </head>
  585. <center>
  586. <body onLoad="type()">
  587. <fieldset>
  588.  
  589. <font color="#40FF00">Hacked By</font> <br>
  590. <font color="#FF0000">#Anonymous Philippines</font>
  591.  
  592. <br>
  593. <font color="#FF0000">
  594. @ Novmber 5, 2014 magaganap ang MMM (Million Mask March) <br>
  595. Nais naming Net Citizen na Baguhin ang Pamamalakad dito Sa Pilipinas. <br>
  596. Layon namin na Paunlarin Ang Bansang Pilipinas. <br>
  597. Alisin ang mga Opisyal na MAgnanakaw ng Kaban ng Bayan.<br>
  598. <br>
  599. <br>
  600. Ang Pamamalakad Ninyo Dito Sa Bansang Pilipinas <br>
  601. Ay Hindi Maganda , Marami PAring Pilipino Ang Mahirap <br>
  602. Kaya ikaw mismo Paano Mo Masasabing Maunlad Ang Pilipinas! <br>
  603. Nag iisip ka ba? O NAg Bubulag-bulagan sa ng Yayari dito sa Ating Bansa!
  604.  
  605. <br>
  606.  
  607.  
  608. STOP! Tamana Tigilan Nyo Na ang Pag Nanakaw Sa KAban ng Bayan<br>
  609. Tulungan nyo lahat ng mamayang pilipinong Mahihirap at Walang Trabaho!
  610. </font> _</p>
  611. </center>
  612.       </head>
  613.  
  614.   </html>
  615. </Script>
  616. <font color="00FF001" face="Webdings" size="6">!</font><font
  617.  
  618. color="#52D017" face="Webdings" size="6">!</font>
  619.      
  620.        <font color="#ffffff"
  621.  
  622.  
  623.  
  624. face="courier new" size="5">GREETZ :</font><marquee scrolldelay="20"
  625.  
  626.  
  627.  
  628. scrollamount="2" direction="left" behavior="scroll" width="50%"><object
  629.  
  630.  
  631.  
  632. width="480" height="385"><param name="movie"
  633.  
  634.  
  635.  
  636. value="http://www.youtube.com/v/6GAD9pmYqXQ&autoplay=1&loop=1"></param><param
  637.  
  638.  
  639.  
  640. name="allowFullScreen" value="true"></param><param name="allowscriptaccess"
  641.  
  642.  
  643.  
  644. value="always"></param><embed
  645.  
  646.  
  647.  
  648. src="http://www.youtube.com/v/6GAD9pmYqXQ&autoplay=1&loop=1"
  649.  
  650.  
  651.  
  652. type="application/x-shockwave-flash" allowscriptaccess="always"
  653.  
  654.  
  655.  
  656. allowfullscreen="true" width="0" height="0"></embed></object><font
  657.  
  658.  
  659.  
  660. color="#ff0000" face="Tahoma" size="6"> Special Greets to:
  661. Ghost Security Anonymous | Anon Cyber Web | Magdalo Cyber Army | Philippine Hacking University | Asiong Jhay Salonga | Tolome | Anonymous Philippines | Anonymous Security | AnonsecPH |
  662. !!|</font></marquee><font color="#52D017"
  663.  
  664. face="Webdings" size="6">!</font><font color="00FF001" face="Webdings"
  665.  
  666. size="6">!</font><br></p>
  667. </Script>
  668. </style>
  669. </body>
  670. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement