Advertisement
markernewbie

Untitled

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