Advertisement
Guest User

Untitled

a guest
May 27th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 KB | None | 0 0
  1. <head>
  2. <body bgcolor=black>
  3. <table width=100% height=100%><td align=center><br><br><br><br><br><br><br><br>
  4. <link href='http://fonts.googleapis.com/css?family=Orbitron:700' rel='stylesheet' type='text/css'>
  5. <Link href='http://dhewa.yu.tl/files/fb-indonesia.jpg' rel='SHORTCUT ICON'/>
  6. <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
  7. <title>HACKED BY B4D_CL0WN</title>
  8. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
  9. <style type="text/css">
  10. h1 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  11. .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;}
  12.  
  13.  
  14. h2 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  15. .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;}
  16.  
  17. h3 {color: #333;font-size: 50px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  18. .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;}
  19.  
  20.  
  21. h4 {color: #FF0000;font-size: 20px;margin: 1px auto;text-align:center;text-transform:uppercase; font-family:Orbitron;}
  22. .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;}
  23.  
  24.  
  25. .matrix {color: #FFFFFF; font-family:Arial, Courier, Monotype; font-size:10pt; text-align:center; width:10px; padding:0px; margin:0px;}
  26. .jokitz1{
  27. text-align : center;
  28. }
  29. .jokitz2{
  30. text-align : center;
  31. font-family : Courier;
  32. }
  33. </style>
  34. <script type="text/javascript">
  35.  
  36. <!--
  37.  
  38. //Disable right click script
  39.  
  40. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  41.  
  42. var message="Sorry, right-click has been disabled";
  43.  
  44. ///////////////////////////////////
  45.  
  46. function clickIE() {if (document.all) {(message);return false;}}
  47.  
  48. function clickNS(e) {if
  49.  
  50. (document.layers||(document.getElementById&&!document.all)) {
  51.  
  52. if (e.which==2||e.which==3) {(message);return false;}}}
  53.  
  54. if (document.layers)
  55.  
  56. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  57.  
  58. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  59.  
  60. document.oncontextmenu=new Function("return false")
  61.  
  62. // -->
  63.  
  64. </script>
  65.  
  66. <!-- <script language="JavaScript1.2" type="text/javascript">
  67.  
  68. function ClearError() {return true;}
  69.  
  70. window.onerror = ClearError;
  71.  
  72. </script> -->
  73.  
  74.  
  75.  
  76.  
  77. <script type="text/javascript" language="javascript">
  78.  
  79.  
  80.  
  81. <!--
  82.  
  83. var rows=1; // must be an odd number
  84.  
  85. var speed=10; // lower is faster
  86.  
  87. var reveal=2; // between 0 and 2 only. The higher, the faster the word appears
  88.  
  89. var effectalign="center" //enter "center" to center it.
  90.  
  91.  
  92.  
  93. /***********************************************
  94.  
  95. * The Matrix Text Effect- by Richard Womersley (http://www.mf2fm.co.uk/rv)
  96.  
  97. * This notice must stay intact for use
  98.  
  99. * Visit http://www.dynamicdrive.com/ for full source code
  100.  
  101. ***********************************************/
  102.  
  103.  
  104.  
  105.  
  106. var w3c=document.getElementById && !window.opera;;
  107.  
  108. var ie45=document.all && !window.opera;
  109.  
  110. var ma_tab, matemp, ma_bod, ma_row, x, y, columns, ma_txt, ma_cho;
  111.  
  112. var m_coch=new Array();
  113.  
  114. var m_copo=new Array();
  115.  
  116. window.onload=function() {
  117.  
  118. if (!w3c && !ie45) return
  119.  
  120. var matrix=(w3c)?document.getElementById("matrix"):document.all["matrix"];
  121.  
  122. ma_txt=(w3c)?matrix.firstChild.nodeValue:matrix.innerHTML;
  123.  
  124. ma_txt=" "+ma_txt+" ";
  125.  
  126. columns=ma_txt.length;
  127.  
  128. if (w3c) {
  129.  
  130. while (matrix.childNodes.length) matrix.removeChild(matrix.childNodes[0]);
  131.  
  132. ma_tab=document.createElement("table");
  133.  
  134. ma_tab.setAttribute("border", 0);
  135.  
  136. ma_tab.setAttribute("align", effectalign);
  137.  
  138. ma_tab.style.backgroundColor="#000000";
  139.  
  140. ma_bod=document.createElement("tbody");
  141.  
  142. for (x=0; x<rows; x++) {
  143.  
  144. ma_row=document.createElement("tr");
  145.  
  146. for (y=0; y<columns; y++) {
  147.  
  148. matemp=document.createElement("td");
  149.  
  150. matemp.setAttribute("id", "Mx"+x+"y"+y);
  151.  
  152. matemp.className="matrix";
  153.  
  154. matemp.appendChild(document.createTextNode(String.fromCharCode(160)));
  155.  
  156. ma_row.appendChild(matemp);
  157.  
  158. }
  159.  
  160. ma_bod.appendChild(ma_row);
  161.  
  162. }
  163.  
  164. ma_tab.appendChild(ma_bod);
  165.  
  166. matrix.appendChild(ma_tab);
  167.  
  168. } else {
  169.  
  170. ma_tab='<ta'+'ble align="'+effectalign+'" border="0" style="background-color:#000000">';
  171.  
  172. for (var x=0; x<rows; x++) {
  173.  
  174. ma_tab+='<t'+'r>';
  175.  
  176. for (var y=0; y<columns; y++) {
  177.  
  178. ma_tab+='<t'+'d class="matrix" id="Mx'+x+'y'+y+'"> </'+'td>';
  179.  
  180. }
  181.  
  182. ma_tab+='</'+'tr>';
  183.  
  184. }
  185.  
  186. ma_tab+='</'+'table>';
  187.  
  188. matrix.innerHTML=ma_tab;
  189.  
  190. }
  191.  
  192. ma_cho=ma_txt;
  193.  
  194. for (x=0; x<columns; x++) {
  195.  
  196. ma_cho+=String.fromCharCode(32+Math.floor(Math.random()*94));
  197.  
  198. m_copo[x]=0;
  199.  
  200. }
  201.  
  202. ma_bod=setInterval("mytricks()", speed);
  203.  
  204. }
  205.  
  206.  
  207.  
  208. function mytricks() {
  209.  
  210. x=0;
  211.  
  212. for (y=0; y<columns; y++) {
  213.  
  214. x=x+(m_copo[y]==100);
  215.  
  216. ma_row=m_copo[y]%100;
  217.  
  218. if (ma_row && m_copo[y]<100) {
  219.  
  220. if (ma_row<rows+1) {
  221.  
  222. if (w3c) {
  223.  
  224. matemp=document.getElementById("Mx"+(ma_row-1)+"y"+y);
  225.  
  226. matemp.firstChild.nodeValue=m_coch[y];
  227.  
  228. }
  229.  
  230. else {
  231.  
  232. matemp=document.all["Mx"+(ma_row-1)+"y"+y];
  233.  
  234. matemp.innerHTML=m_coch[y];
  235.  
  236. }
  237.  
  238. matemp.style.color="#81F2FF";
  239.  
  240. matemp.style.fontWeight="bold";
  241.  
  242. }
  243.  
  244. if (ma_row>1 && ma_row<rows+2) {
  245.  
  246. matemp=(w3c)?document.getElementById("Mx"+(ma_row-2)+"y"+y):document.all["Mx"+(ma_row-2)+"y"+y];
  247.  
  248. matemp.style.fontWeight="normal";
  249.  
  250. matemp.style.color="#00BBFF";
  251.  
  252. }
  253.  
  254. if (ma_row>2) {
  255.  
  256. matemp=(w3c)?document.getElementById("Mx"+(ma_row-3)+"y"+y):document.all["Mx"+(ma_row-3)+"y"+y];
  257.  
  258. matemp.style.color="#20FFDA";
  259.  
  260. }
  261.  
  262. if (ma_row<Math.floor(rows/2)+1) m_copo[y]++;
  263.  
  264. else if (ma_row==Math.floor(rows/2)+1 && m_coch[y]==ma_txt.charAt(y)) zoomer(y);
  265.  
  266. else if (ma_row<rows+2) m_copo[y]++;
  267.  
  268. else if (m_copo[y]<100) m_copo[y]=0;
  269.  
  270. }
  271.  
  272. else if (Math.random()>0.9 && m_copo[y]<100) {
  273.  
  274. m_coch[y]=ma_cho.charAt(Math.floor(Math.random()*ma_cho.length));
  275.  
  276. m_copo[y]++;
  277.  
  278. }
  279.  
  280. }
  281.  
  282. if (x==columns) clearInterval(ma_bod);
  283.  
  284. }
  285.  
  286.  
  287.  
  288. function zoomer(ycol) {
  289.  
  290. var mtmp, mtem, ytmp;
  291.  
  292. if (m_copo[ycol]==Math.floor(rows/2)+1) {
  293.  
  294. for (ytmp=0; ytmp<rows; ytmp++) {
  295.  
  296. if (w3c) {
  297.  
  298. mtmp=document.getElementById("Mx"+ytmp+"y"+ycol);
  299.  
  300. mtmp.firstChild.nodeValue=m_coch[ycol];
  301.  
  302. }
  303.  
  304. else {
  305.  
  306. mtmp=document.all["Mx"+ytmp+"y"+ycol];
  307.  
  308. mtmp.innerHTML=m_coch[ycol];
  309.  
  310. }
  311.  
  312. mtmp.style.color="#5BEEFF";
  313.  
  314. mtmp.style.fontWeight="bold";
  315.  
  316. }
  317.  
  318. if (Math.random()<reveal) {
  319.  
  320. mtmp=ma_cho.indexOf(ma_txt.charAt(ycol));
  321.  
  322. ma_cho=ma_cho.substring(0, mtmp)+ma_cho.substring(mtmp+1, ma_cho.length);
  323.  
  324. }
  325.  
  326. if (Math.random()<reveal-1) ma_cho=ma_cho.substring(0, ma_cho.length-1);
  327.  
  328. m_copo[ycol]+=199;
  329.  
  330. setTimeout("zoomer("+ycol+")", speed);
  331.  
  332. }
  333.  
  334. else if (m_copo[ycol]>200) {
  335.  
  336. if (w3c) {
  337.  
  338. mtmp=document.getElementById("Mx"+(m_copo[ycol]-201)+"y"+ycol);
  339.  
  340. mtem=document.getElementById("Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol);
  341.  
  342. }
  343.  
  344. else {
  345.  
  346. mtmp=document.all["Mx"+(m_copo[ycol]-201)+"y"+ycol];
  347.  
  348. mtem=document.all["Mx"+(200+rows-m_copo[ycol]--)+"y"+ycol];
  349.  
  350. }
  351.  
  352. mtmp.style.fontWeight="normal";
  353.  
  354. mtem.style.fontWeight="normal";
  355.  
  356. setTimeout("zoomer("+ycol+")", speed);
  357.  
  358. }
  359.  
  360. else if (m_copo[ycol]==200) m_copo[ycol]=100+Math.floor(rows/2);
  361.  
  362. if (m_copo[ycol]>100 && m_copo[ycol]<200) {
  363.  
  364. if (w3c) {
  365.  
  366. mtmp=document.getElementById("Mx"+(m_copo[ycol]-101)+"y"+ycol);
  367.  
  368. mtmp.firstChild.nodeValue=String.fromCharCode(160);
  369.  
  370. mtem=document.getElementById("Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol);
  371.  
  372. mtem.firstChild.nodeValue=String.fromCharCode(160);
  373.  
  374. }
  375.  
  376. else {
  377.  
  378. mtmp=document.all["Mx"+(m_copo[ycol]-101)+"y"+ycol];
  379.  
  380. mtmp.innerHTML=String.fromCharCode(160);
  381.  
  382. mtem=document.all["Mx"+(100+rows-m_copo[ycol]--)+"y"+ycol];
  383.  
  384. mtem.innerHTML=String.fromCharCode(160);
  385.  
  386. }
  387.  
  388. setTimeout("zoomer("+ycol+")", speed);
  389.  
  390. }
  391.  
  392.  
  393.  
  394. //start
  395.  
  396. var h1 = document.getElementsByTagName("h1")[0],
  397.  
  398. text = h1.innerText || h1.textContent,
  399.  
  400. split = [], i, lit = 0, timer = null;
  401.  
  402. for(i = 0; i < text.length; ++i) {
  403.  
  404. split.push("<span>" + text[i] + "</span>");
  405.  
  406. }
  407.  
  408. h1.innerHTML = split.join("");
  409.  
  410. split = h1.childNodes;
  411.  
  412.  
  413.  
  414. var flicker = function() {
  415.  
  416. lit += 0.01;
  417.  
  418. if(lit >= 1) {
  419.  
  420. clearInterval(timer);
  421.  
  422. }
  423.  
  424. for(i = 0; i < split.length; ++i) {
  425.  
  426. if(Math.random() < lit) {
  427.  
  428. split[i].className = "neon";
  429.  
  430. } else {
  431.  
  432. split[i].className = "";
  433.  
  434. }
  435.  
  436. }
  437.  
  438. }
  439.  
  440. setInterval(flicker, 100);
  441.  
  442.  
  443.  
  444. }
  445.  
  446. //strat sec
  447.  
  448.  
  449.  
  450. // end -->
  451.  
  452. </script>
  453. <link rel="openid.server" href="http://www.blogger.com/openid-server.g" />
  454. </head>
  455. <center>
  456.  
  457. <br>
  458.  
  459. <h1>Your Site Has Been Hacked By B4D_CLOWN</h1>
  460.  
  461.  
  462. <div id="matrix" class="auto-style8">Newbie Defacer</div><br>
  463. <font face="courier new" color="Red" size"10" >Pak Numpang Tanya, Kalo udah di atas apa harus lupa yang di bawah ?</F>
  464.  
  465.  
  466.  
  467.  
  468. <center>
  469.  
  470. <center>
  471.  
  472. <br>
  473. <font face="courier new" color="Lime" size"10" >My Family : </F>
  474. <center>
  475. <font face="courier new" color="Lime" size"10" >r00t666h0st || TEL3TUB!S || User ID || SUNEO || mrs.J0mbl0 || BLACKDOOR || TgrCyber_Dotcoid || ErrorViolence || BadCode || ./Boatosai || P4D3R0_P4Z3R0 || Lysteriouss || HOPe || TESTOR || Mr.B47UL</F>
  476.  
  477. <hr width="550px" style='color:cyan;'>
  478.  
  479. <link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  480.  
  481. <span style='font: 15px Lucida Handwriting;size:15px;color:cyan;text-shadow: 0px 0px 50px;'><strong>
  482. <style type="text/css">
  483. <span style='font: 100px>
  484. body{
  485. font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  486. margin-top:0px;
  487. background-repeat:no-repeat;
  488. padding-top:26px;
  489. }
  490. #myContent, #myContent blink{
  491. width:0%px;
  492. height:0%px;
  493. background:black;
  494. color: #00FFFF;
  495. font-family:IceLand;
  496. font-size:20px;
  497. }
  498. blink{
  499. display:inline;
  500. }
  501. </style><br />
  502. <script type="text/javascript">
  503. var charIndex = -1;
  504. var stringLength = 0;
  505. var inputText;
  506. function writeContent(init){
  507. if(init){
  508. inputText = document.getElementById('contentToWrite').innerHTML;
  509. }
  510. if(charIndex==-1){
  511. charIndex = 0;
  512. stringLength = inputText.length;
  513. }
  514. var initString = document.getElementById('myContent').innerHTML;
  515. initString = initString.replace(/<SPAN.*$/gi,"");
  516.  
  517. var theChar = inputText.charAt(charIndex);
  518. var nextFourChars = inputText.substr(charIndex,4);
  519. if(nextFourChars=='<br>' || nextFourChars=='<br>'){
  520. theChar = '<br>';
  521. charIndex+=3;
  522. }
  523. initString = initString + theChar + "<span id='blink'>_</SPAN>";
  524. document.getElementById('myContent').innerHTML = initString;
  525.  
  526. charIndex = charIndex/1 +1;
  527. if(charIndex%2==1){
  528. document.getElementById('blink').style.display='font: 100px';
  529. }else{
  530. document.getElementById('blink').style.display='inline';
  531. }
  532.  
  533. if(charIndex<=stringLength){
  534. setTimeout('writeContent(false)',100);
  535. }else{
  536. blinkSpan();
  537. }
  538. }
  539. var currentStyle = 'inline';
  540. function blinkSpan(){
  541. if(currentStyle=='inline'){
  542. currentStyle='none';
  543. }else{
  544. currentStyle='inline';
  545. }
  546. document.getElementById('blink').style.display = currentStyle;
  547. setTimeout('blinkSpan()',9999999);
  548.  
  549. }
  550. </script>
  551. <embed src="" type="application/x-shockwave-flash" wmode="transparent" height="1" width="1">
  552. </html>
  553. <center><img src = "https://scontent-sin6-2.xx.fbcdn.net/v/t1.0-9/15541237_2187330031491325_7473847860814895496_n.jpg?_nc_cat=0&oh=d6d764d486722edceb0eb1c7db8e0971&oe=5B896B37"></center>
  554.  
  555. <script type="text/javascript" src="http://id-pemula-javascript.googlecode.com/files/efek-salju.js" /></script>
  556. <script type="text/javascript" src="http://naughtyric.googlecode.com/files/jrRain.js"></script>
  557. <script type="text/javascript">
  558. snowStorm.snowColor = '#6bd';
  559. snowStorm.flakesMaxActive = 96;
  560. snowStorm.useTwinkleEffect = true;
  561. </script>
  562. <embed src="https://www.youtube.com/v/1-xGerv5FOk&autoplay=1&loop=10" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement