Advertisement
iteach

mmm.html

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