Advertisement
Guest User

Deface k4d5

a guest
Oct 31st, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.02 KB | None | 0 0
  1. <head>
  2.  
  3. <meta http-equiv="Content-Language" content="en-us">
  4.  
  5. <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  6.  
  7. <title>Anonymous-Brasil-Forum</title>
  8.  
  9.  
  10. <script type="text/javascript">
  11.  
  12. <!--
  13.  
  14. //DesativarMouse
  15.  
  16. var message="Mouse/Teclado desabilitado";
  17.  
  18. ///////////////////////////////////
  19.  
  20. function clickIE() {if (document.all) {(message);return false;}}
  21.  
  22. function clickNS(e) {if
  23.  
  24. (document.layers||(document.getElementById&&!document.all)) {
  25.  
  26. if (e.which==2||e.which==3) {(message);return false;}}}
  27.  
  28. if (document.layers)
  29.  
  30. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  31.  
  32. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  33.  
  34. document.oncontextmenu=new Function("return false")
  35.  
  36. // -->
  37.  
  38. </script>
  39.  
  40. </head>
  41.  
  42. <body background="http://i968.photobucket.com/albums/ae161/achmadmuhlisin/331788959.gif" bgcolor="#000000" onload="type_text()" ;="" text="#00FFFF">
  43.  
  44. <center>
  45.  
  46. <embed allowscriptaccess="never" allownetworking="internal" src="http://www.youtube.com/watch?feature=player_embedded&amp;v=cZQrMqdv54I" autostart="TRUE" loop="TRUE" align="MIDDLE" height="0" width="0">
  47.  
  48. <br>
  49.  
  50. <br>
  51.  
  52. <img src="http://i1151.photobucket.com/albums/o630/OtakuOhayo/logo_zps81505425.png">
  53.  
  54. <br>
  55. <br>
  56. <br>
  57.  
  58. <font color="ffffff" face="Arial">
  59.  
  60. <br>
  61.  
  62.  
  63.  
  64. <script language="JavaScript" type="text/javascript">
  65.  
  66.  
  67.  
  68. <!--
  69.  
  70. var rows=1; // numero impar
  71.  
  72. var speed=10; // lerdo e rapido
  73.  
  74. var reveal=2; // 0 e 2 mais rapido
  75.  
  76. var effectalign="center" //enter "center" para centralizar isso.
  77.  
  78.  
  79.  
  80. /***********************************************
  81.  
  82. * Deface
  83.  
  84. * H4CK3R KL4SH
  85.  
  86. * Dono Geral
  87.  
  88. ***********************************************/
  89.  
  90.  
  91.  
  92. var w3c=document.getElementById && !window.opera;;
  93.  
  94. var ie45=document.all && !window.opera;
  95.  
  96. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  97.  
  98. var m_coch=new Array();
  99.  
  100. var m_copo=new Array();
  101.  
  102. function matrix() {
  103.  
  104. if (!w3c && !ie45) return
  105.  
  106. var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  107.  
  108. ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  109.  
  110. ma_txt=" "+ma_txt+" ";
  111.  
  112. columns=ma_txt.length;
  113.  
  114. if (w3c) {
  115.  
  116. while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  117.  
  118. ma_tab=document.createElement("table");
  119.  
  120. ma_tab.setAttribute("border", 0);
  121.  
  122. ma_tab.setAttribute("align", effectalign);
  123.  
  124. ma_tab.style.backgroundColor="#000000";
  125.  
  126. ma_bod=document.createElement("tbody");
  127.  
  128. for (x=0; x<rows; x++) {
  129.  
  130. ma_row=document.createElement("tr");
  131.  
  132. for (y=0; y<columns; y++) {
  133.  
  134. matemp=document.createElement("td");
  135.  
  136. matemp.setAttribute("id", "Mx"+x+"y"+y);
  137.  
  138. matemp.className="matrix";
  139.  
  140. matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  141.  
  142. ma_row.appendChild(matemp);
  143.  
  144. }
  145.  
  146. ma_bod.appendChild(ma_row);
  147.  
  148. }
  149.  
  150. ma_tab.appendChild(ma_bod);
  151.  
  152. matrix.appendChild(ma_tab);
  153.  
  154. } else {
  155.  
  156. ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-
  157. color:#000000">';
  158.  
  159. for (var x=0; x<rows; x++) {
  160.  
  161. ma_tab+='<t'+'r>';
  162.  
  163. for (var y=0; y<columns; y++) {
  164.  
  165. ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'">&nbsp;</'+'td>';
  166.  
  167. }
  168.  
  169. ma_tab+='</'+'tr>';
  170.  
  171. }
  172.  
  173. ma_tab+='</'+'table>';
  174.  
  175. matrix.innerHTML=ma_tab;
  176.  
  177. }
  178.  
  179. ma_cho=ma_txt;
  180.  
  181. for (x=0; x<columns; x++) {
  182.  
  183. ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
  184.  
  185. m_copo[x]=0;
  186.  
  187. }
  188.  
  189. ma_bod=setInterval("mytricks()", speed);
  190.  
  191. }
  192.  
  193.  
  194.  
  195. function mytricks() {
  196.  
  197. x=0;
  198.  
  199. for (y=0; y<columns; y++) {
  200.  
  201. x=x+(m_copo[y]==100);
  202.  
  203. ma_row=m_copo[y]%100;
  204.  
  205. if (ma_row && m_copo[y]<100) {
  206.  
  207. if (ma_row<rows+1) {
  208.  
  209. if (w3c) {
  210.  
  211. matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
  212.  
  213. matemp.firstChild.nodeValue=m_coch[y];
  214.  
  215. }
  216.  
  217. else {
  218.  
  219. matemp=document.all["Mx"+(ma_row-1)+"y"+y];
  220.  
  221. matemp.innerHTML=m_coch[y];
  222.  
  223. }
  224.  
  225. matemp.style.color="#FFFFFF";
  226.  
  227. matemp.style.fontWeight="bold";
  228.  
  229. }
  230.  
  231. if (ma_row>1 && ma_row<rows+2) {
  232.  
  233. matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+
  234. (ma_row-2)+"y"+y];
  235.  
  236. matemp.style.fontWeight="normal";
  237.  
  238. matemp.style.color="#FFFFFF";
  239.  
  240. }
  241.  
  242. if (ma_row>2) {
  243.  
  244. matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+
  245. (ma_row-3)+"y"+y];
  246.  
  247. matemp.style.color="#FFFFFF";
  248.  
  249. }
  250.  
  251. if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
  252.  
  253. else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
  254.  
  255. else if (ma_row<rows+2) m_copo[y]++;
  256.  
  257. else if (m_copo[y]<100) m_copo[y]=0;
  258.  
  259. }
  260.  
  261. else if (Math.random()>0.9 && m_copo[y]<100) {
  262.  
  263. m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
  264.  
  265. m_copo[y]++;
  266.  
  267. }
  268.  
  269. }
  270.  
  271. if (x==columns) clearInterval(ma_bod);
  272.  
  273. }
  274.  
  275.  
  276.  
  277. function zoomer(ycol) {
  278.  
  279. var mtmp, mtem, ytmp;
  280.  
  281. if (m_copo[ycol]==Math.floor(rows/2)+1) {
  282.  
  283. for (ytmp=0; ytmp<rows; ytmp++) {
  284.  
  285. if (w3c) {
  286.  
  287. mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
  288.  
  289. mtmp.firstChild.nodeValue=m_coch[ycol];
  290.  
  291. }
  292.  
  293. else {
  294.  
  295. mtmp=document.all["Mx"+ytmp+"y"+ycol];
  296.  
  297. mtmp.innerHTML=m_coch[ycol];
  298.  
  299. }
  300.  
  301. mtmp.style.color="#FFFFFF";
  302.  
  303. mtmp.style.fontWeight="bold";
  304.  
  305. }
  306.  
  307. if (Math.random()<reveal) {
  308.  
  309. mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
  310.  
  311. ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
  312.  
  313. }
  314.  
  315. if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
  316.  
  317. m_copo[ycol]+=199;
  318.  
  319. setTimeout("zoomer("+ycol+")", speed);
  320.  
  321. }
  322.  
  323. else if (m_copo[ycol]>200) {
  324.  
  325. if (w3c) {
  326.  
  327. mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
  328.  
  329. mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
  330.  
  331. }
  332.  
  333. else {
  334.  
  335. mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
  336.  
  337. mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
  338.  
  339. }
  340.  
  341. mtmp.style.fontWeight="normal";
  342.  
  343. mtem.style.fontWeight="normal";
  344.  
  345. setTimeout("zoomer("+ycol+")", speed);
  346.  
  347. }
  348.  
  349. else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  350.  
  351. if (m_copo[ycol]>100 && m_copo[ycol]<200) {
  352.  
  353. if (w3c) {
  354.  
  355. mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
  356.  
  357. mtmp.firstChild.nodeValue=String.fromCharCode(160);
  358.  
  359. mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
  360.  
  361. mtem.firstChild.nodeValue=String.fromCharCode(160);
  362.  
  363. }
  364.  
  365. else {
  366.  
  367. mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
  368.  
  369. mtmp.innerHTML=String.fromCharCode(160);
  370.  
  371. mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
  372.  
  373. mtem.innerHTML=String.fromCharCode(160);
  374.  
  375. }
  376.  
  377. setTimeout("zoomer("+ycol+")", speed);
  378.  
  379. }
  380.  
  381.  
  382.  
  383. }
  384.  
  385. // -->
  386.  
  387. setTimeout('matrix()', 1);
  388.  
  389.  
  390.  
  391. col=0;
  392.  
  393. function fadein()
  394.  
  395. {
  396.  
  397. document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
  398.  
  399. document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
  400.  
  401. document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
  402.  
  403. document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
  404.  
  405. document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
  406.  
  407. document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
  408.  
  409. col+=5;
  410.  
  411. if(col<255) setTimeout('fadein()', 1);
  412.  
  413. if(col==255) setTimeout('fadeout()', 1);
  414.  
  415. }
  416.  
  417.  
  418.  
  419. function fadeout()
  420.  
  421. {
  422.  
  423. document.getElementById("fade1").style.color="rgb(" + col + ",0,0)";
  424.  
  425. document.getElementById("fade2").style.color="rgb(" + col + ",0,0)";
  426.  
  427. document.getElementById("fade3").style.color="rgb(" + col + ",0,0)";
  428.  
  429. document.getElementById("fade4").style.color="rgb(" + col + ",0,0)";
  430.  
  431. document.getElementById("fade5").style.color="rgb(" + col + ",0,0)";
  432.  
  433. document.getElementById("fade6").style.color="rgb(" + col + ",0,0)";
  434.  
  435. col-=5;
  436.  
  437. if(col>0) setTimeout('fadeout()', 1);
  438.  
  439. if(col==0) setTimeout('fadein()', 1);
  440.  
  441. }
  442.  
  443.  
  444.  
  445. setTimeout('fadein()', 1);
  446.  
  447.  
  448.  
  449. </script>
  450.  
  451. <center>
  452.  
  453. <div style="width: 600px;height: 100px;" align="center">
  454. <script language="Javascript">
  455. <!--
  456. var tl=new Array(
  457.  
  458. " Hacked by : K4D5",
  459. "Olá admin, Bem-vindo de volta ao seu site........",
  460. "",
  461. "....Vejo que seu site não houve segurança suficiente para me impedir....",
  462. "",
  463. "Sua vulnerabilidade",
  464. "",
  465. "SQL Injection",
  466. "",
  467. "",
  468. "",
  469. "",
  470. "",
  471. "",
  472. "",
  473. "",
  474. "",
  475. "",
  476. "",
  477. "",
  478. "",
  479. "",
  480. "",
  481. " HAHAHAHAHAHAHA
  482. "
  483. "
  484. "
  485. "
  486. "",
  487. "",
  488. " Curta nossa Página no Facebook : facebook.com/th3kl4sh",
  489. "",
  490. " K4D5 :)
  491. "
  492. "
  493. "
  494. "
  495. "",
  496. "============================================================",
  497. "
  498. " Twitter: @AnonBrNews"
  499.  
  500.  
  501.  
  502. );
  503. var speed=40;
  504. var index=0; text_pos=0;
  505. var str_length=tl[0].length;
  506. var contents, row;
  507.  
  508. function type_text()
  509. {
  510. contents='';
  511. row=Math.max(0,index-20);
  512. while(row<index)
  513. contents += tl[row++] + '\r\n';
  514. document.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) +
  515. "_";
  516. if(text_pos++==str_length)
  517. {
  518. text_pos=0;
  519. index++;
  520. if(index!=tl.length)
  521. {
  522. str_length=tl[index].length;
  523. setTimeout("type_text()",1500);
  524. }
  525. } else
  526. setTimeout("type_text()",speed);
  527. }
  528. //-->
  529.  
  530. </script>
  531.  
  532. <p align="center">
  533. </p><form><textarea style="background-color:#000000;color:#00ff00;" name="about" readonly="readonly" rows="30" cols="60" wrap="soft"></textarea></form><p></p>
  534.  
  535. <script>
  536.  
  537. //mouse
  538.  
  539.  
  540. //Website: http://anonymousbrasil.com/
  541.  
  542.  
  543. function cursor_text_circle(){
  544.  
  545. // your message here
  546.  
  547. var msg='%Terminal Hacker%'.split('').reverse().join('');
  548.  
  549.  
  550.  
  551.  
  552.  
  553. var font='Verdana,Arial';
  554.  
  555. var size=4; // max sete
  556.  
  557. var color='blue';
  558.  
  559. // This is not the rotation speed, its the reaction speed, keep low!
  560.  
  561. // Set this to 1 for just plain rotation w/out drag
  562.  
  563. var speed=.2;
  564.  
  565. // This is the rotation speed, set it negative if you want
  566.  
  567. // it to spin clockwise
  568.  
  569. var rotation=-.1;
  570.  
  571.  
  572.  
  573.  
  574. // Alter no variables past here!, unless you are good
  575.  
  576. //---------------------------------------------------
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. var ns=(document.layers);
  584.  
  585. var ie=(document.all);
  586.  
  587. var dom=document.getElementById;
  588.  
  589. msg=msg.split('');
  590.  
  591. var n=msg.length;
  592.  
  593. var a=size*20;
  594.  
  595. var currStep=0;
  596.  
  597. var ymouse=0;
  598.  
  599. var xmouse=0;
  600.  
  601. var props="<font face="+font+" size="+size+" color="+color+">";
  602.  
  603. if (ie)
  604.  
  605. window.pageYOffset=0
  606.  
  607. // writes the message
  608.  
  609. if (ns){
  610.  
  611. for (i=0; i < n; i++)
  612.  
  613. document.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'>
  614. <center>'+props+msg[i]+'</font></center></layer>');
  615.  
  616. }
  617.  
  618. else if (ie||dom){
  619.  
  620. document.write('<div id="outer" style="position:absolute;top:0px;left:0px;z-
  621. index:30000;"><div style="position:relative">');
  622.  
  623. for (i=0; i < n; i++)
  624.  
  625. document.write('<div id="iemsg'+(dom&&!ie? i:'')+'"
  626. style="position:absolute;top:0px;left:0;height:'+a+'px;width:'+a+'px;text-
  627. align:center;font-weight:normal;cursor:default">'+props+msg[i]+'</font></div>');
  628.  
  629. document.write('</div></div>');
  630.  
  631. }
  632.  
  633. (ns)?window.captureEvents(Event.MOUSEMOVE):0;
  634.  
  635. function Mouse(evnt){
  636.  
  637. ymouse = (ns||(dom&&!ie))?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
  638.  
  639. xmouse = (ns||(dom&&!ie))?evnt.pageX+20:event.x-20; // x-position
  640.  
  641. }
  642.  
  643. if (ns||ie||dom)
  644.  
  645. (ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
  646.  
  647. var y=new Array();
  648.  
  649. var x=new Array();
  650.  
  651. var Y=new Array();
  652.  
  653. var X=new Array();
  654.  
  655. for (i=0; i < n; i++){
  656.  
  657. y[i]=0;
  658.  
  659. x[i]=0;
  660.  
  661. Y[i]=0;
  662.  
  663. X[i]=0;
  664.  
  665. }
  666.  
  667. var iecompattest=function(){
  668.  
  669. return (document.compatMode && document.compatMode!="BackCompat")?
  670. document.documentElement : document.body;
  671.  
  672. }
  673.  
  674. var makecircle=function(){ // rotation properties
  675.  
  676. if (ie) outer.style.top=iecompattest().scrollTop+'px';
  677.  
  678. currStep-=rotation;
  679.  
  680. for (i=0; i < n; i++){ // makes the circle
  681.  
  682. var d=(ns)?document.layers['nsmsg'+i]:ie?
  683. iemsg[i].style:document.getElementById('iemsg'+i).style;
  684.  
  685. d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15+(ie||dom? 'px' : '');
  686.  
  687. d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)*2+(ie||dom? 'px' : ''); // remove *2 for
  688. just a plain circle, not oval
  689.  
  690. }
  691.  
  692. }
  693.  
  694. var drag=function(){ // makes the resistance
  695.  
  696. y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
  697.  
  698. x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
  699.  
  700. for (var i=1; i < n; i++){
  701.  
  702. y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
  703.  
  704. x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
  705.  
  706. }
  707.  
  708. makecircle();
  709.  
  710. // not rotation speed, leave at zero
  711.  
  712. setTimeout(function(){drag();},10);
  713.  
  714. }
  715.  
  716. if (ns||ie||dom)
  717.  
  718. if ( typeof window.addEventListener != "undefined" )
  719.  
  720. window.addEventListener( "load", drag, false );
  721.  
  722. else if ( typeof window.attachEvent != "undefined" )
  723.  
  724. window.attachEvent( "onload", drag );
  725.  
  726. else {
  727.  
  728. if ( window.onload != null ) {
  729.  
  730. var oldOnload = window.onload;
  731.  
  732. window.onload = function ( e ) {
  733.  
  734. oldOnload( e );
  735.  
  736. drag();
  737.  
  738. };
  739.  
  740. }
  741.  
  742. else
  743.  
  744. window.onload = drag;
  745.  
  746. }
  747.  
  748. }
  749.  
  750. cursor_text_circle();
  751.  
  752.  
  753.  
  754.  
  755.  
  756. </script>
  757. <div style="display:scroll;position:fixed;bottom:0px;right:1px;">
  758. <embed src="http://www.powermusics.com/player-HQ.swf" allowscriptaccess="always" allowfullscreen="true" width="1" height="1" flashvars="file=http://www.powermusics.com/player.swf?file=http://youtube.com/watch?v=RfBHSSNNEmA&repeat=always&autostart=true"></embed></div>
  759.  
  760. </div></center></font></center></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement