Advertisement
EkoAisyah

Agung cakep :*

Oct 21st, 2012
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.05 KB | None | 0 0
  1.  
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  3.  
  4.  
  5. <html>
  6.  
  7.  
  8. <head>
  9. <link href='http://www.kainsutera.com/wp-content/uploads/2010/06/Bila-Anda-Putus-Cinta-Sangat-Menyakitkan.jpg' rel='shortcut icon'>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  12.  
  13. <meta name="k0dOk Galau Was Here" />
  14.  
  15. <meta name="keywords"content="#"/>
  16. <title>k0dOk Galau Was Here</title>
  17.  
  18. <link rel="me" href="http://hatiuntukmu.blogspot.com/" />
  19. <!-- --><style type="text/css">@import url(http://www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css);
  20. div.b-mobile {display:none;}
  21. </style>
  22.  
  23. </head>
  24.  
  25. <body bgcolor=black><script type="text/javascript">
  26. function setAttributeOnload(object, attribute, val) {
  27. if(window.addEventListener) {
  28. window.addEventListener('load',
  29. function(){ object[attribute] = val; }, false);
  30. } else {
  31. window.attachEvent('onload', function(){ object[attribute] = val; });
  32. }
  33. }
  34. </script>
  35. <div id="navbar-iframe-container"></div>
  36.  
  37. <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
  38.  
  39. <script type="text/javascript">
  40. gapi.load("iframes-styles-bubble", function() {
  41. if (window.iframes && iframes.open) {
  42. iframes.open(
  43. '//www.blogger.com/navbar.g?targetBlogID\75858682515622658704\46blogName\75Vendy+Nindi+Always\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75BLUE\46layoutType\75CLASSIC\46searchRoot\75http://lagi-g4lau.blogspot.com/search\46blogLocale\75en\46v\0752\46homepageUrl\75http://lagi-g4lau.blogspot.com/\46vt\75-5640081927083358677',
  44. {
  45. container: "navbar-iframe-container",
  46. id: "navbar-iframe"
  47. },
  48. {
  49. });
  50. }
  51. });
  52. </script><center>
  53.  
  54.  
  55.  
  56. </script>
  57.  
  58.  
  59. </center>
  60.  
  61.  
  62. <script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68. var width=document.body.clientWidth;
  69.  
  70.  
  71.  
  72.  
  73.  
  74. var height=document.body.clientHeight;
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. function doClickText(who,type,step,timeOut) {
  87.  
  88.  
  89.  
  90.  
  91.  
  92. document.getElementById(who).style.display="none";
  93.  
  94.  
  95.  
  96.  
  97.  
  98. if(type==0) {
  99.  
  100.  
  101.  
  102.  
  103.  
  104. reveal('revealDiv1',step,timeOut,0);
  105.  
  106.  
  107.  
  108.  
  109.  
  110. reveal('revealDiv2',step,timeOut,1);}
  111.  
  112.  
  113.  
  114.  
  115.  
  116. if(type==1) {
  117.  
  118.  
  119.  
  120.  
  121.  
  122. reveal('revealDiv1',step,timeOut,2);
  123.  
  124.  
  125.  
  126.  
  127.  
  128. reveal('revealDiv2',step,timeOut,3);}}
  129.  
  130.  
  131.  
  132.  
  133.  
  134. function reveal(who,step,timeOut,type) {
  135.  
  136.  
  137.  
  138.  
  139.  
  140. if(type==0)
  141.  
  142.  
  143.  
  144.  
  145.  
  146. var where="top";
  147.  
  148.  
  149.  
  150.  
  151.  
  152. if(type==1)
  153.  
  154.  
  155.  
  156.  
  157.  
  158. var where="bottom";
  159.  
  160.  
  161.  
  162.  
  163.  
  164. if(type==2)
  165.  
  166.  
  167.  
  168.  
  169.  
  170. var where="left";
  171.  
  172.  
  173.  
  174.  
  175.  
  176. if(type==3)
  177.  
  178.  
  179.  
  180.  
  181.  
  182. var where="right";
  183.  
  184.  
  185.  
  186.  
  187.  
  188. eval('var temp=document.getElementById(who).style.'+where);
  189.  
  190.  
  191.  
  192.  
  193.  
  194. temp=parseInt(temp);
  195.  
  196.  
  197.  
  198.  
  199.  
  200. if(type==0||type==1)
  201.  
  202.  
  203.  
  204.  
  205.  
  206. var checkWith=height/2;
  207.  
  208.  
  209.  
  210.  
  211.  
  212. if(type==2||type==3)
  213.  
  214.  
  215.  
  216.  
  217.  
  218. var checkWith=width/2;
  219.  
  220.  
  221.  
  222.  
  223.  
  224. if(-temp<checkWith) {
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236. temp-=step;
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248. eval('document.getElementById(who).style.'+where+'=temp;');
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260. setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272. else {
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284. document.getElementById(who).style.display="none";
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296. document.body.scroll="yes";}}
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308. function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. if(type==0) {
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. var bWhere1="border-bottom";
  333.  
  334.  
  335.  
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344. var bWhere2="border-top";
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356. var putZero1="top:0px; left:0px";
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368. var putZero2="bottom:0px; left:0px";
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380. document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
  381.  
  382.  
  383.  
  384.  
  385.  
  386. document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width)+'; height:'+(height/2)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
  387.  
  388.  
  389.  
  390.  
  391.  
  392. if(!click) {
  393.  
  394.  
  395.  
  396.  
  397.  
  398. reveal('revealDiv1',step,timeOut,0);
  399.  
  400.  
  401.  
  402.  
  403.  
  404. reveal('revealDiv2',step,timeOut,1);}
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416. else {
  417.  
  418.  
  419.  
  420.  
  421.  
  422. clickText(type,step,timeOut);}}
  423.  
  424.  
  425.  
  426.  
  427.  
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434. if(type==1) {
  435.  
  436.  
  437.  
  438.  
  439.  
  440. var bWhere1="border-right";
  441.  
  442.  
  443.  
  444.  
  445.  
  446. var bWhere2="border-left";
  447.  
  448.  
  449.  
  450.  
  451.  
  452. var putZero1="top:0px; left:0px";
  453.  
  454.  
  455.  
  456.  
  457.  
  458. var putZero2="top:0px; right:0px";
  459.  
  460.  
  461.  
  462.  
  463.  
  464. document.write('<div id="revealDiv1" style="z-index:100; display:block; position:absolute; '+putZero1+'; background:'+div1bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere1+':'+div1bc+' solid '+div1bw+'px"></div>');
  465.  
  466.  
  467.  
  468.  
  469.  
  470. document.write('<div id="revealDiv2" style="z-index:100; display:block; position:absolute; '+putZero2+'; background:'+div2bg+' ; width:'+(width/2)+'; height:'+(height)+'; '+bWhere2+':'+div2bc+' solid '+div2bw+'px"></div>');
  471.  
  472.  
  473.  
  474.  
  475.  
  476. if(!click) {
  477.  
  478.  
  479.  
  480.  
  481.  
  482. reveal('revealDiv1',step,timeOut,2);
  483.  
  484.  
  485.  
  486.  
  487.  
  488. reveal('revealDiv2',step,timeOut,3);}
  489.  
  490.  
  491.  
  492.  
  493.  
  494. else {
  495.  
  496.  
  497.  
  498.  
  499.  
  500. clickText(type,step,timeOut);}}
  501.  
  502.  
  503.  
  504.  
  505.  
  506. function clickText(type,step,timeOut) {
  507.  
  508.  
  509.  
  510.  
  511.  
  512. document.write('<div id="clickText" style="z-index:101; display:block; position:absolute; top:'+(height/2-clickh/2-clickb)+'; left:'+(width/2-clickw/2-clickb)+'"><table style="border:'+clickc+' solid '+clickb+'px; background:'+clickbg+' ;width:'+clickw+'px; height:'+clickh+'; '+clickFont+'; cursor:hand; cursor:pointer" onClick="doClickText(\'clickText\','+type+','+step+','+timeOut+')"><tr><td align="middle">'+clickt+'</td></tr></table></div>');}}
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524. </script>
  525.  
  526.  
  527.  
  528.  
  529.  
  530. <script>
  531.  
  532.  
  533.  
  534.  
  535.  
  536. var clickw=270;
  537.  
  538.  
  539.  
  540.  
  541.  
  542. var clickh=20;
  543.  
  544.  
  545.  
  546.  
  547.  
  548. var clickb=5;
  549.  
  550.  
  551.  
  552.  
  553.  
  554. var clickc="white";
  555.  
  556.  
  557.  
  558.  
  559.  
  560. var clickbg="black"; // Background color
  561.  
  562.  
  563.  
  564.  
  565.  
  566. var clickt="<blink>==>for you<==</blink> "; // Text to display
  567.  
  568.  
  569.  
  570.  
  571.  
  572. var clickFont="font-family:tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:red" ; // The font style of the text
  573.  
  574.  
  575.  
  576.  
  577.  
  578. new initReveal(0,'black','black',1,1,'lime','lime',3,40,true);
  579.  
  580.  
  581.  
  582. //baru script layar utama
  583.  
  584. </script>
  585.  
  586.  
  587. <body bgcolor=black>
  588.  
  589.  
  590. <span class="style5">
  591.  
  592. <div style="background-color:black;border-style:outset;border-width:5pt;border-color:black" align="center"><font color="red" face="verdana">./ k0dOk Galau Was Here <br><font color="white">./ Surabaya Blackhat </font></div> <br>
  593.  
  594.  
  595. <script language="JavaScript1.2">
  596.  
  597.  
  598. var stopit=0
  599.  
  600. var rector=3
  601.  
  602. var a=1
  603.  
  604.  
  605. function init(which){
  606.  
  607. stopit=0
  608.  
  609. shake=which
  610.  
  611. shake.style.left=0
  612.  
  613. shake.style.top=0
  614.  
  615. }
  616.  
  617.  
  618.  
  619. function rattleimage(){
  620.  
  621. if ((!document.all&&!document.getElementById)||stopit==1)
  622.  
  623. return
  624.  
  625. if (a==1){
  626.  
  627. shake.style.top=parseInt(shake.style.top)+rector
  628.  
  629. }
  630.  
  631. else if (a==2){
  632.  
  633. shake.style.left=parseInt(shake.style.left)+rector
  634.  
  635. }
  636.  
  637. else if (a==3){
  638.  
  639. shake.style.top=parseInt(shake.style.top)-rector
  640.  
  641. }
  642.  
  643. else{
  644.  
  645. shake.style.left=parseInt(shake.style.left)-rector
  646.  
  647. }
  648.  
  649. if (a<4)
  650.  
  651. a++
  652.  
  653. else
  654.  
  655. a=1
  656.  
  657. setTimeout("rattleimage()",50)
  658.  
  659. }
  660.  
  661.  
  662.  
  663. function stoprattle(which){
  664.  
  665. stopit=1
  666.  
  667. which.style.left=0
  668.  
  669. which.style.top=0
  670.  
  671. }
  672.  
  673.  
  674.  
  675. </script>
  676.  
  677. <SCRIPT>
  678. /*
  679. An object-oriented Typing Text script, to allow for multiple instances.
  680. A script that causes any text inside any text element to be "typed out", one letter at a
  681.  
  682. time. Note that any HTML tags will not be included in the typed output, to prevent them
  683.  
  684. from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, Google Chrome 23.0.1255.0 Dev, and IE
  685.  
  686. v6.
  687. Browsers that do not support this script will simply see the text fully displayed from the
  688.  
  689. start, including any HTML tags.
  690.  
  691. Functions defined:
  692. TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function()
  693.  
  694. {return}]):
  695. Create a new TypingText object around the given element. Optionally
  696. specify a delay between characters of interval milliseconds.
  697. cursor allows users to specify some HTML to be appended to the end of
  698. the string whilst typing. Optionally, can also be a function which
  699. accepts the current text as an argument. This allows the user to
  700. create a "dynamic cursor" which changes depending on the latest character
  701. or the current length of the string.
  702. finishedCallback allows advanced scripters to supply a function
  703. to be executed on finishing. The function must accept no arguments.
  704.  
  705. TypingText.run():
  706. Run the effect.
  707.  
  708. static TypingText.runAll():
  709. Run all TypingText-enabled objects on the page.
  710. */
  711.  
  712. TypingText = function(element, interval, cursor, finishedCallback) {
  713. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  714. this.running = true; // Never run.
  715. return;
  716. }
  717. this.element = element;
  718. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  719. this.interval = (typeof interval == "undefined" ? 200 : interval);
  720. this.origText = this.element.innerHTML;
  721. this.unparsedOrigText = this.origText;
  722. this.cursor = (cursor ? cursor : "");
  723. this.currentText = "";
  724. this.currentChar = 0;
  725. this.element.typingText = this;
  726. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  727. TypingText.all.push(this);
  728. this.running = false;
  729. this.inTag = false;
  730. this.tagBuffer = "";
  731. this.inHTMLEntity = false;
  732. this.HTMLEntityBuffer = "";
  733. }
  734. TypingText.all = new Array();
  735. TypingText.currentIndex = 0;
  736. TypingText.runAll = function() {
  737. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  738. }
  739. TypingText.prototype.run = function() {
  740. if(this.running) return;
  741. if(typeof this.origText == "undefined") {
  742. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  743. return;
  744. }
  745. if(this.currentText == "") this.element.innerHTML = "";
  746. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  747. if(this.currentChar < this.origText.length) {
  748. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  749. this.tagBuffer = "<";
  750. this.inTag = true;
  751. this.currentChar++;
  752. this.run();
  753. return;
  754. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  755. this.tagBuffer += ">";
  756. this.inTag = false;
  757. this.currentText += this.tagBuffer;
  758. this.currentChar++;
  759. this.run();
  760. return;
  761. } else if(this.inTag) {
  762. this.tagBuffer += this.origText.charAt(this.currentChar);
  763. this.currentChar++;
  764. this.run();
  765. return;
  766. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  767. this.HTMLEntityBuffer = "&";
  768. this.inHTMLEntity = true;
  769. this.currentChar++;
  770. this.run();
  771. return;
  772. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  773. this.HTMLEntityBuffer += ";";
  774. this.inHTMLEntity = false;
  775. this.currentText += this.HTMLEntityBuffer;
  776. this.currentChar++;
  777. this.run();
  778. return;
  779. } else if(this.inHTMLEntity) {
  780. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  781. this.currentChar++;
  782. this.run();
  783. return;
  784. } else {
  785. this.currentText += this.origText.charAt(this.currentChar);
  786. }
  787. this.element.innerHTML = this.currentText;
  788. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  789. this.currentChar++;
  790. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  791. } else {
  792. this.currentText = "";
  793. this.currentChar = 0;
  794. this.running = false;
  795. this.finishedCallback();
  796. }
  797. }
  798.  
  799. </script>
  800.  
  801.  
  802.  
  803.  
  804. <style>
  805. body {
  806. padding:0;
  807. margin:0;
  808. background-image:url();
  809. background-repeat: no-repeat;
  810. background-position:left;
  811. background: #000000 url() scroll repeat center center;
  812. color: #ffffff;
  813. font: normal 80% Verdana;
  814. margin-top: 0px;
  815. margin-left: 0px;
  816. padding: 0;
  817. margin-right: 0px;
  818. }
  819. .style2 {color: #666666}
  820. </style><head><body bgcolor="#000000" onContextMenu="alert('-=[ Sory I'm Promise To Say It ]=-'); return false" NOOP="if (window.event != null && window.event.button == 2) alert ('Mari Stop: Deface | Carding | Hacking | Cracking');">
  821. <center>
  822.  
  823. <img style="left: 0pt; top: 0pt;" src="http://sphotos-f.ak.fbcdn.net/hphotos-ak-ash3/549018_3039618289898_1701988309_n.jpg" width="350" height="275" class="shakeimage" onMouseOver="init(this);rattleimage()" onMouseOut="stoprattle(this);top.focus()" onClick="top.focus()" alt="" border="0">
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832. <div id="example1"></div>
  833.  
  834. <p id="example2">
  835. &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;<br>
  836.  
  837. <b>&#8226;&#8226; [' Tiada kata dihati ini selain Aisyah '] &#8226;&#8226;</b> <br>
  838.  
  839. &#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;<br>
  840.  
  841. <br />
  842. <b><FONT face="Monotype Corsiva" size="5" color="#FF1493">Tersenyumlah saat Kau mengingat Ku<br>
  843.  
  844. Karena saat itu Aku saaaangat merindukan Mu<br>
  845.  
  846. Dan menangislah saat Kau merindukan Ku<br>
  847. Karena saat itu Aku tak berada disamping Mu<br>
  848. Tetapi pejamkanlah mata indah Mu itu<br>
  849. Karena saat itu Aku akan terasa ada didekat Mu<br>
  850. Karena Aku telah berada dihati Mu untuk selamanya<br><br>
  851.  
  852. Tak ada yang tersisa lagi untuk Ku<br>
  853. Selain kenangan-kenangan yang indah bersama Mu<br>
  854.  
  855. Mata indah yang denganya Aku biasa melihat kindahan cinta <br>
  856. Mata indah yang dahulu adalah milik Ku<br>
  857.  
  858. Kini semua terasa jauuuh meninggalkan Ku<br>
  859. Kehidupan terasa kosong tanpa kindahan Mu<br>
  860. Hati cinta dan rindu Ku adalah milik Mu<br><br>
  861.  
  862. Cinta Mu tak kan pernah membebaskan Ku<br>
  863. Bagaimana mungkin Aku terbang mengejar cinta yang lain<br>
  864. Saat sayap-sayap Ku telah patah karena Mu<br>
  865. Cinta Mu akan tetap tinggal bersama Ku <br>
  866.  
  867. Hinggga akir hayat Ku<br>
  868. Dan setelah kematian <br>
  869.  
  870. Hinggga tangan Tuhan akan menyatukan tangan Kita lagi<br><br>
  871.  
  872. Betapapun hati telah terpikat pada sosok terang dalam kegelapan<br>
  873. Yang tengah menghidupkan sinar redup Ku<br>
  874. Namun tak dapat menyinari dan menghangatkan perasaan Ku yang sesunguhnya<br>
  875. Aku tidak pernah bisa menemukan cinta yang lain selain cinta Mu<br>
  876. Karena Mereka tak tertandingi oleh sosok diri Mu dalam jiwa Ku<br>
  877. Kau takkan pernah terganti bagaikan pecahan logam <br>
  878.  
  879. Mengekalkan kesunyian kesenderian dan kesedihan Ku<br>
  880. Kini Aku telah kehilangan Mu<br>
  881.  
  882. BY : "k0dOk Galau<my twitter"
  883.  
  884. <b><br></font>
  885.  
  886.  
  887.  
  888.  
  889. </p><br>
  890.  
  891. <p>&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
  892. </p>
  893.  
  894. <FONT face="Tahoma" size="2" color="#ff0000">Notice : </font>
  895.  
  896. <marquee behavior="scroll" direction="left" scrollamount="2" scrolldelay="20" width="50%">
  897. <FONT face="Tahoma" size="2" color="##00FF00">Special For You Aisyah</FONT></b>
  898. </marquee>
  899.  
  900.  
  901. <p>&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;&#8226;
  902. </p>
  903.  
  904. </center>
  905.  
  906. <script type="text/javascript">
  907. //Define first typing example:
  908. new TypingText(document.getElementById("example1"));
  909. //Define second typing example (use "slashing" cursor at the end):
  910. new TypingText(document.getElementById("example2"), 50, function(i){
  911. var ar = new Array("_"," ","_"," "," "); return " " + ar[i.length %
  912. ar.length]; });
  913. //Type out examples:
  914. TypingText.runAll();
  915. </script>
  916.  
  917. </head>
  918.  
  919.  
  920. <body>
  921.  
  922.  
  923.  
  924. <span class="style5">
  925.  
  926. <div style="background-black;border-style:outset;border-width:5pt;border-color:black" align="center"><font color="red" face="verdana">Hacked by <object data="http://mp3.thehoster.net/mp3thehoster.swf?soundFile=http://mp3.thehoster.net/lagu/Kehilangan.mp3&autostart=yes&loop=yes" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></object><a>k0dOk Galau</a><br><font color="white">Perfomance of Surabaya Blackhat</font></div>
  927. <!-- --><script type="text/javascript" src="//www.blogger.com/static/v1/common/js/1447355603-csitail.js"></script>
  928. <script type="text/javascript">BLOG_initCsi('classic_blogspot');</script></body>
  929.  
  930.  
  931.  
  932.  
  933.  
  934. <style type="text/css">
  935. span.mogsaw {color:blue; font-weight:bold; font-size:28px; font-family:"Times New Roman", Times, serif}
  936. span.newbie {color:blue; font-weight:bold; font-size:18px; font-family:"Times New Roman", Times, serif}
  937. span.me {color:red; font-weight:bold; font-size:12px; font-family:"Times New Roman", Times, serif}
  938. span.mi {color:white; font-weight:bold; font-size:14px; font-family:"Times New Roman", Times, serif}
  939. #outerCircleText {
  940. font-style: italic;
  941. font-weight: bold;
  942. font-family: 'Vivaldi', Mistral, Antrokas;
  943. color: red;
  944. position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
  945. #outerCircleText div {position: relative;}
  946. #outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
  947. #navbar-iframe{display:none;height:0;visibility:hidden;}
  948. a:link {color:#ffffff} /* unvisited link */
  949. a:visited {color:#ffffff} /* visited link */
  950. a:hover {color:blue} /* mouse over link */
  951. a:active {color:gold} /* selected link */
  952.  
  953.  
  954.  
  955.  
  956. </style>
  957.  
  958. <script type="text/javascript">
  959. /* Circling text trail- by : Tim Tilton*/
  960.  
  961.  
  962. if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
  963.  
  964. msg = msg.split(');
  965. var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
  966. ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
  967. o = document.createElement('div'), oi = document.createElement('div'),
  968. b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
  969.  
  970. mouse = function(e){
  971. e = e || window.event;
  972. ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
  973. xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
  974. },
  975.  
  976. makecircle = function(){ // rotation/positioning
  977. if(init.nopy){
  978. o.style.top = (b || document.body).scrollTop + 'px';
  979. o.style.left = (b || document.body).scrollLeft + 'px';
  980. };
  981. currStep -= rotation;
  982. for (var d, i = n; i > -1; --i){ // makes the circle
  983. d = document.getElementById('iemsg' + i).style;
  984. d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
  985. d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
  986. };
  987. },
  988.  
  989. drag = function(){ // makes the resistance
  990. y[0] = Y[0] += (ymouse - Y[0]) * speed;
  991. x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
  992. for (var i = n; i > 0; --i){
  993. y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
  994. x[i] = X[i] += (x[i-1] - X[i]) * speed;
  995. };
  996. makecircle();
  997. },
  998.  
  999. init = function(){ // appends message divs, & sets initial values for positioning arrays
  1000. if(!isNaN(window.pageYOffset)){
  1001. ymouse += window.pageYOffset;
  1002. xmouse += window.pageXOffset;
  1003. } else init.nopy = true;
  1004. for (var d, i = n; i > -1; --i){
  1005. d = document.createElement('div'); d.id = 'iemsg' + i;
  1006. d.style.height = d.style.width = a + 'px';
  1007. d.appendChild(document.createTextNode(msg[i]));
  1008. oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
  1009. };
  1010. o.appendChild(oi); document.body.appendChild(o);
  1011. setInterval(drag, 25);
  1012. },
  1013.  
  1014. ascroll = function(){
  1015. ymouse += window.pageYOffset;
  1016. xmouse += window.pageXOffset;
  1017. window.removeEventListener('scroll', ascroll, false);
  1018. };
  1019.  
  1020. o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
  1021.  
  1022. if (window.addEventListener){
  1023. window.addEventListener('load', init, false);
  1024. document.addEventListener('mouseover', mouse, false);
  1025. document.addEventListener('mousemove', mouse, false);
  1026. if (/Apple/.test(navigator.vendor))
  1027. window.addEventListener('scroll', ascroll, false);
  1028. }
  1029. else if (window.attachEvent){
  1030. window.attachEvent('onload', init);
  1031. document.attachEvent('onmousemove', mouse);
  1032. };
  1033.  
  1034. })();
  1035.  
  1036.  
  1037.  
  1038. </script>
  1039.  
  1040. <body bgcolor="#000000">
  1041.  
  1042.  
  1043. <script language="JavaScript">
  1044. //Disable right mouse click Script
  1045. var message="FUCK YOU MALAYSIA........!!!";
  1046.  
  1047. ///////////////////////////////////
  1048. function clickIE4(){
  1049. if (event.button==2){
  1050. alert(message);
  1051. return false;
  1052. }
  1053. }
  1054. function clickNS4(e){
  1055. if (document.layers||document.getElementById&&!document.all){
  1056. if (e.which==2||e.which==3){
  1057. alert(message);
  1058. return false;
  1059. }
  1060. }
  1061. }
  1062. if (document.layers){
  1063. document.captureEvents(Event.MOUSEDOWN);
  1064. document.onmousedown=clickNS4;
  1065. }
  1066. else if (document.all&&!document.getElementById){
  1067. document.onmousedown=clickIE4;
  1068. }
  1069. document.oncontextmenu=new Function("alert(message);return false")
  1070. </script>
  1071.  
  1072.  
  1073. <script>
  1074. function muter2(){
  1075. scrW=screen.availWidth
  1076. scrH=screen.availHeight
  1077. window.moveTo(0,0)
  1078. window.resizeTo(10,10)
  1079. window.focus()
  1080. for(x=0;x<80;x++){
  1081. window.resizeTo(10,scrH*x/80)
  1082. }
  1083. for(y=0;y<80;y++){
  1084. window.resizeTo(scrW*y/80,scrH)
  1085. }
  1086. window.resizeTo(scrW,scrH)
  1087. }
  1088.  
  1089. document.oncontextmenu=new Function("muter2();return false");
  1090. function keypressed(){alert("Aku Sungguh Cinta Padamu");}
  1091. document.onkeydown=keypressed;
  1092. function kasih_tau(){
  1093. alert('./Defaced By Dodotz');
  1094. }
  1095. </script>
  1096. <script language="JavaScript">function tb5_makeArray(n){ this.length = n; return this.length;
  1097. }
  1098. tb5_messages = new tb5_makeArray(2);
  1099. tb5_messages[0] = -D-o-D-O-T-Z";
  1100. tb5_messages[1] = "|..:: Dodot'Z::..";
  1101. tb5_rptType = 'infinite';
  1102. tb5_rptNbr = 100;
  1103. tb5_speed = 50;
  1104. tb5_delay = 50;
  1105. var tb5_counter=1;
  1106. var tb5_currMsg=0;
  1107. var tb5_stsmsg="";
  1108. function tb5_shuffle(arr){
  1109. var k;
  1110. for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 2)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  1111. }
  1112. return arr;
  1113. }
  1114. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  1115. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  1116. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_";
  1117. }
  1118. tb5_arr = tb5_shuffle(tb5_arr);
  1119. function tb5_init(n){
  1120. var k;
  1121. if (n == tb5_arr.length){ if (tb5_currMsg == tb5_messages.length-1){ if ((tb5_rptType == 'finite') && (tb5_counter==tb5_rptNbr)){ clearTimeout(tb5_timerID); return; } tb5_counter++; tb5_currMsg=0; } else{ tb5_currMsg++; } n=0; tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length); tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length); for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_"; } tb5_arr = tb5_shuffle(tb5_arr); tb5_sp=tb5_delay;
  1122. }
  1123. else{ tb5_sp=tb5_speed; k = tb5_arr[n]; tb5_sts[k] = tb5_messages[tb5_currMsg].charAt(k); tb5_stsmsg = ""; for (var i=0; i<tb5_sts.length; i++) tb5_stsmsg += tb5_sts[i]; document.title = tb5_stsmsg; n++; } tb5_timerID = setTimeout("tb5_init("+n+")", tb5_sp);
  1124. }
  1125. function tb5_randomizetitle(){ tb5_init(0);
  1126. }
  1127. tb5_randomizetitle();
  1128.  
  1129.  
  1130. </html><div align="center" width="100%">
  1131. <hr width="100%">
  1132.  
  1133. <span id="i8145d"><script type="text/javascript">/* FAV.cc Left Ad Space */ var jsons_i8145d=null;var item_i8145d=-1;function handleJson_i8145d(mysa_json){if(jsons_i8145d==null){jsons_i8145d=mysa_json;}item_i81
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement