Advertisement
Anon_Cyber_Web_1999

Million Mask March Philippines Deface Code

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