Advertisement
jeckerx

Hati

Nov 10th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.12 KB | None | 0 0
  1. <title> &#1203;&#824;&#1202;&#824;&#1203; Hacked By JeckerX &#1203;&#824;&#1202;&#824;&#1203; </title>
  2. <Script Language='Javascript'>
  3. <!-- &#1203;&#824;&#1202;&#824;&#1203; Hacked By JeckerX &#1203;&#824;&#1202;&#824;&#1203; -->
  4. <!--
  5. function ClearError() {return true;}
  6.  
  7.  
  8.  
  9. window.onerror = ClearError;
  10.  
  11.  
  12.  
  13. </script>
  14.  
  15. <br>
  16. <br>
  17.  
  18.  
  19. <div align="center"><table border="0" width="70%"><tr><td>
  20.  
  21.  
  22.  
  23. <h1><font face="Bradley Hand ITC"><center><SCRIPT>
  24.  
  25.  
  26.  
  27. farbbibliothek = new Array();
  28.  
  29.  
  30.  
  31. farbbibliothek[0] = new Array("#FF0000","#FF1100","#FF2200","#FF3300","#FF4400","#FF5500","#FF6600","#FF7700","#FF8800","#FF9900","#FFaa00","#FFbb00","#FFcc00","#FFdd00","#FFee00","#FFff00","#FFee00","#FFdd00","#FFcc00","#FFbb00","#FFaa00","#FF9900","#FF8800","#FF7700","#FF6600","#FF5500","#FF4400","#FF3300","#FF2200","#FF1100");
  32.  
  33.  
  34.  
  35. farbbibliothek[1] = new Array("#FF0000","#FFFFFF","#FFFFFF","#FF0000");
  36.  
  37.  
  38.  
  39. farbbibliothek[2] = new Array("#FFFFFF","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF","#FFFFFF");
  40.  
  41.  
  42.  
  43. farbbibliothek[3] = new Array("#FF0000","#FF4000","#FF8000","#FFC000","#FFFF00","#C0FF00","#80FF00","#40FF00","#00FF00","#00FF40","#00FF80","#00FFC0","#00FFFF","#00C0FF","#0080FF","#0040FF","#0000FF","#4000FF","#8000FF","#C000FF","#FF00FF","#FF00C0","#FF0080","#FF0040");
  44.  
  45.  
  46.  
  47. farbbibliothek[4] = new Array("#FF0000","#EE0000","#DD0000","#CC0000","#BB0000","#AA0000","#990000","#880000","#770000","#660000","#550000","#440000","#330000","#220000","#110000","#000000","#110000","#220000","#330000","#440000","#550000","#660000","#770000","#880000","#990000","#AA0000","#BB0000","#CC0000","#DD0000","#EE0000");
  48.  
  49.  
  50. farbbibliothek[5] = new Array("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF");
  51.  
  52.  
  53. farbbibliothek[6] = new Array("#FF0000","#FDF5E6");
  54.  
  55.  
  56.  
  57. farben = farbbibliothek[4];
  58.  
  59.  
  60.  
  61. function farbschrift()
  62.  
  63.  
  64.  
  65. {
  66.  
  67.  
  68.  
  69. for(var i=0 ; i<Buchstabe.length; i++)
  70.  
  71.  
  72.  
  73. {
  74.  
  75.  
  76.  
  77. document.all["a"+i].style.color=farben[i];
  78.  
  79.  
  80.  
  81. }
  82.  
  83.  
  84.  
  85. farbverlauf();
  86.  
  87.  
  88.  
  89. }
  90.  
  91.  
  92.  
  93. function string2array(text)
  94.  
  95.  
  96.  
  97. {
  98.  
  99.  
  100.  
  101. Buchstabe = new Array();
  102.  
  103.  
  104.  
  105. while(farben.length<text.length)
  106.  
  107.  
  108.  
  109. {
  110.  
  111.  
  112.  
  113. farben = farben.concat(farben);
  114.  
  115.  
  116.  
  117. }
  118.  
  119.  
  120.  
  121. k=0;
  122.  
  123.  
  124.  
  125. while(k<=text.length)
  126.  
  127.  
  128.  
  129. {
  130.  
  131.  
  132.  
  133. Buchstabe[k] = text.charAt(k);
  134.  
  135.  
  136.  
  137. k++;
  138.  
  139.  
  140.  
  141. }
  142.  
  143.  
  144.  
  145. }
  146.  
  147.  
  148.  
  149. function divserzeugen()
  150.  
  151.  
  152.  
  153. {
  154.  
  155.  
  156.  
  157. for(var i=0 ; i<Buchstabe.length; i++)
  158.  
  159.  
  160.  
  161. {
  162.  
  163.  
  164.  
  165. document.write("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>");
  166.  
  167.  
  168.  
  169. }
  170.  
  171.  
  172.  
  173. farbschrift();
  174.  
  175.  
  176.  
  177. }
  178.  
  179.  
  180.  
  181. var a=1;
  182.  
  183.  
  184.  
  185. function farbverlauf()
  186.  
  187.  
  188.  
  189. {
  190.  
  191.  
  192.  
  193. for(var i=0 ; i<farben.length; i++)
  194.  
  195.  
  196.  
  197. {
  198.  
  199.  
  200.  
  201. farben[i-1]=farben[i];
  202.  
  203.  
  204.  
  205. }
  206.  
  207.  
  208.  
  209. farben[farben.length-1]=farben[-1];
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217. setTimeout("farbschrift()",30);
  218.  
  219.  
  220.  
  221. }
  222.  
  223.  
  224.  
  225. //
  226.  
  227.  
  228.  
  229. var farbsatz=1;
  230.  
  231.  
  232.  
  233. function farbtauscher()
  234.  
  235.  
  236.  
  237. {
  238.  
  239.  
  240.  
  241. farben = farbbibliothek[farbsatz];
  242.  
  243.  
  244.  
  245. while(farben.length<text.length)
  246.  
  247.  
  248.  
  249. {
  250.  
  251.  
  252.  
  253. farben = farben.concat(farben);
  254.  
  255.  
  256.  
  257. }
  258.  
  259.  
  260.  
  261. farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));
  262.  
  263.  
  264.  
  265. }
  266.  
  267.  
  268.  
  269. setInterval("farbtauscher()",9000);
  270.  
  271.  
  272.  
  273. text ="INDONESIA FIGHTER CYBER";//h
  274.  
  275.  
  276.  
  277. string2array(text);
  278.  
  279.  
  280.  
  281. divserzeugen();
  282.  
  283.  
  284.  
  285. //document.write(text);
  286.  
  287.  
  288.  
  289.  
  290. </SCRIPT></center></h1></font>
  291.  
  292. <SCRIPT>
  293. var width=document.body.clientWidth;
  294. var height=document.body.clientHeight;
  295.  
  296. function doClickText(who,type,step,timeOut) {
  297. document.getElementById(who).style.display="none";
  298. if(type==0) {
  299. reveal('revealDiv1',step,timeOut,0);
  300. reveal('revealDiv2',step,timeOut,1);}
  301. if(type==1) {
  302. reveal('revealDiv1',step,timeOut,2);
  303. reveal('revealDiv2',step,timeOut,3);}}
  304. function reveal(who,step,timeOut,type) {
  305. if(type==0)
  306. var where="top";
  307. if(type==1)
  308. var where="bottom";
  309. if(type==2)
  310. var where="left";
  311. if(type==3)
  312. var where="right";
  313. eval('var temp=document.getElementById(who).style.'+where);
  314. temp=parseInt(temp);
  315. if(type==0||type==1)
  316. var checkWith=height/2;
  317. if(type==2||type==3)
  318. var checkWith=width/2;
  319. if(-temp<checkWith) {
  320.  
  321. temp-=step;
  322.  
  323. eval('document.getElementById(who).style.'+where+'=temp;');
  324.  
  325. setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}
  326.  
  327. else {
  328.  
  329. document.getElementById(who).style.display="none";
  330.  
  331. document.body.scroll="yes";}}
  332.  
  333. function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {
  334.  
  335. if(type==0) {
  336.  
  337. var bWhere1="border-bottom";
  338.  
  339. var bWhere2="border-top";
  340.  
  341. var putZero1="top:0px; left:0px";
  342.  
  343. var putZero2="bottom:0px; left:0px";
  344.  
  345. 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>');
  346. 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>');
  347. if(!click) {
  348. reveal('revealDiv1',step,timeOut,0);
  349. reveal('revealDiv2',step,timeOut,1);}
  350.  
  351. else {
  352. clickText(type,step,timeOut);}}
  353.  
  354. if(type==1) {
  355. var bWhere1="border-right";
  356. var bWhere2="border-left";
  357. var putZero1="top:0px; left:0px";
  358. var putZero2="top:0px; right:0px";
  359. 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>');
  360. 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>');
  361. if(!click) {
  362. reveal('revealDiv1',step,timeOut,2);
  363. reveal('revealDiv2',step,timeOut,3);}
  364. else {
  365. clickText(type,step,timeOut);}}
  366. function clickText(type,step,timeOut) {
  367. 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>');}}
  368.  
  369. </SCRIPT>
  370.  
  371.  
  372. <SCRIPT>
  373. var clickw=270;
  374. var clickh=20;
  375. var clickb=2;
  376. var clickc="white";
  377. var clickbg="black"; // Background color
  378. var clickt="=[[ <blink>O P E N</blink> ]]="; // Text to display
  379. var clickFont="font-family:Tahoma,arial,helvetica; font-size:10pt; font-weight:bold; color:red"; // The font style of the text
  380. new initReveal(0,'black','black',1,1,'lime','lime',3,10,true);
  381. </SCRIPT>
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  393.  
  394. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="<$BlogLanguageDirection$>">
  395.  
  396.  
  397. <script>
  398.  
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. TypingText = function(element, interval, cursor, finishedCallback) {
  407.  
  408. if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
  409.  
  410. this.running = true; // Never run.
  411.  
  412. return;
  413.  
  414. }
  415.  
  416. this.element = element;
  417.  
  418. this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; });
  419.  
  420. this.interval = (typeof interval == "undefined" ? 100 : interval);
  421.  
  422. this.origText = this.element.innerHTML;
  423.  
  424. this.unparsedOrigText = this.origText;
  425.  
  426. this.cursor = (cursor ? cursor : "");
  427.  
  428. this.currentText = "";
  429.  
  430. this.currentChar = 0;
  431.  
  432. this.element.typingText = this;
  433.  
  434. if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++;
  435.  
  436. TypingText.all.push(this);
  437.  
  438. this.running = false;
  439.  
  440. this.inTag = false;
  441.  
  442. this.tagBuffer = "";
  443.  
  444. this.inHTMLEntity = false;
  445.  
  446. this.HTMLEntityBuffer = "";
  447.  
  448. }
  449.  
  450. TypingText.all = new Array();
  451.  
  452. TypingText.currentIndex = 0;
  453.  
  454. TypingText.runAll = function() {
  455.  
  456. for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  457.  
  458. }
  459.  
  460. TypingText.prototype.run = function() {
  461.  
  462. if(this.running) return;
  463.  
  464. if(typeof this.origText == "undefined") {
  465.  
  466. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience.
  467.  
  468. return;
  469.  
  470. }
  471.  
  472. if(this.currentText == "") this.element.innerHTML = "";
  473.  
  474. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text.
  475.  
  476. if(this.currentChar < this.origText.length) {
  477.  
  478. if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) {
  479.  
  480. this.tagBuffer = "<";
  481.  
  482. this.inTag = true;
  483.  
  484. this.currentChar++;
  485.  
  486. this.run();
  487.  
  488. return;
  489.  
  490. } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) {
  491.  
  492. this.tagBuffer += ">";
  493.  
  494. this.inTag = false;
  495.  
  496. this.currentText += this.tagBuffer;
  497.  
  498. this.currentChar++;
  499.  
  500. this.run();
  501.  
  502. return;
  503.  
  504. } else if(this.inTag) {
  505.  
  506. this.tagBuffer += this.origText.charAt(this.currentChar);
  507.  
  508. this.currentChar++;
  509.  
  510. this.run();
  511.  
  512. return;
  513.  
  514. } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) {
  515.  
  516. this.HTMLEntityBuffer = "&";
  517.  
  518. this.inHTMLEntity = true;
  519.  
  520. this.currentChar++;
  521.  
  522. this.run();
  523.  
  524. return;
  525.  
  526. } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) {
  527.  
  528. this.HTMLEntityBuffer += ";";
  529.  
  530. this.inHTMLEntity = false;
  531.  
  532. this.currentText += this.HTMLEntityBuffer;
  533.  
  534. this.currentChar++;
  535.  
  536. this.run();
  537.  
  538. return;
  539.  
  540. } else if(this.inHTMLEntity) {
  541.  
  542. this.HTMLEntityBuffer += this.origText.charAt(this.currentChar);
  543.  
  544. this.currentChar++;
  545.  
  546. this.run();
  547.  
  548. return;
  549.  
  550. } else {
  551.  
  552. this.currentText += this.origText.charAt(this.currentChar);
  553.  
  554. }
  555.  
  556. this.element.innerHTML = this.currentText;
  557.  
  558. this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");
  559.  
  560. this.currentChar++;
  561.  
  562. setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval);
  563.  
  564. } else {
  565.  
  566. this.currentText = "";
  567.  
  568.  
  569.  
  570.  
  571.  
  572. this.currentChar = 0;
  573.  
  574. this.running = false;
  575.  
  576. this.finishedCallback();
  577.  
  578. }
  579.  
  580. }
  581.  
  582. </script>
  583.  
  584.  
  585. <br><left>
  586.  
  587. <div id="example1"></div>
  588.  
  589. <p id="example2">
  590. <span style="font-size: 0px;"><font color="blue" face="Harrington">****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************</font><span></span></span></b><br>
  591. <span style="font-size: 19px"><font face="Tempus" color="lime">Banyak Sekali Wanita Yang Kukenal<br>
  592. Dan Ada Juga Yang Mencintaiku<br>
  593. Tapi Aku Tak Bisa Menerimanya...<br>
  594. Karena Aku masih sayang dirimu<br>
  595. Walaupun Engkau Telah Membuangku Dipinggir jalan :'(<br>
  596. Tetapi itu tidak membuatku putus asa...<br>
  597. Terbanglah engkau bersama Merpati Pilihanmu<br>
  598. Aku Masihh Mencintaimu<br>
  599. Tapi Apadaya tuhan belum menjodohkan kita<br>
  600. biarlah aku disini merenung sepi<br>
  601. untuk mengharapkan cinta darimu :)<br>
  602.  
  603. </font><span><br>
  604.  
  605. <span style="font-size: 22px"><font face="Tempus" color="lime">: By Tinton Hacker Patah Hati <br><br>
  606. <span style="font-size: 19px"><font face="Tempus" color="lime">Thanks To : <br>
  607. | Antonio Hsh | eX-Sh1ne | Java Defacer Team | Ardan Sparkling | Admin07 | R10 | IFC | walace | <br>
  608. | Mr.D | MasBro_43 | X-Gen | Unknow_R | FaZuL | Angel Dot Id | ice cream | Black Angel | </font><span></i><br>
  609. </center>
  610.  
  611.  
  612. </p>
  613.  
  614.  
  615.  
  616. <script type="text/javascript">
  617.  
  618. //Define first typing example:
  619.  
  620. new TypingText(document.getElementById("example1"));
  621.  
  622. //Define second typing example (use "slashing" cursor at the end):
  623.  
  624. new TypingText(document.getElementById("example2"), 80, function(i){
  625.  
  626. var ar = new Array("_"," ","_","_"); return " " + ar[i.length %
  627.  
  628. ar.length]; });
  629.  
  630. //Type out examples:
  631.  
  632. TypingText.runAll();
  633.  
  634.  
  635. </script>
  636.  
  637. <style type="text/css">body {cursor:url("http://s17.postimage.org/lni9061ej/thcursor.png"),default}</style>
  638.  
  639.  
  640.  
  641.  
  642. <link rel="icon" type="image/gif" href="http://i48.servimg.com/u/f48/16/08/07/74/indone10.gif">
  643.  
  644.  
  645.  
  646. <head>
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655. <title>&#1203;&#824;&#1202;&#824;&#1203; INDONESIA FIGHTER CYBER &#1203;&#824;&#1202;&#824;&#1203;</title> <style type="text/css"><!-- a:link{color:#ffffff;text-decoration:none}--></style> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><script language="JavaScript">function tb5_makeArray(n){ this.length = n; return this.length;
  656.  
  657.  
  658.  
  659. }
  660.  
  661.  
  662.  
  663. tb5_messages = new tb5_makeArray(2);
  664.  
  665.  
  666.  
  667. tb5_messages[0] = "Hacked By JeckerX";
  668.  
  669.  
  670.  
  671. tb5_messages[1] = "Indonesia Fighter Cyber";
  672.  
  673.  
  674.  
  675. tb5_rptType = 'infinite';
  676.  
  677.  
  678.  
  679. tb5_rptNbr = 100;
  680.  
  681.  
  682.  
  683. tb5_speed = 200;
  684.  
  685.  
  686.  
  687. tb5_delay = 50;
  688.  
  689.  
  690.  
  691. var tb5_counter=1;
  692.  
  693.  
  694.  
  695. var tb5_currMsg=0;
  696.  
  697.  
  698.  
  699. var tb5_stsmsg="";
  700.  
  701.  
  702.  
  703. function tb5_shuffle(arr){
  704.  
  705.  
  706.  
  707. var k;
  708.  
  709.  
  710.  
  711. for (i=0; i<arr.length; i++){ k = Math.round(Math.random() * (arr.length - i - 1)) + i; temp = arr[i];arr[i]=arr[k];arr[k]=temp;
  712.  
  713.  
  714.  
  715. }
  716.  
  717.  
  718.  
  719. return arr;
  720.  
  721.  
  722.  
  723. }
  724.  
  725.  
  726.  
  727. tb5_arr = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  728.  
  729.  
  730.  
  731. tb5_sts = new tb5_makeArray(tb5_messages[tb5_currMsg].length);
  732.  
  733.  
  734.  
  735. for (var i=0; i<tb5_messages[tb5_currMsg].length; i++){ tb5_arr[i] = i; tb5_sts[i] = "_";
  736.  
  737.  
  738.  
  739. }
  740.  
  741.  
  742.  
  743. tb5_arr = tb5_shuffle(tb5_arr);
  744.  
  745.  
  746.  
  747. function tb5_init(n){
  748.  
  749.  
  750.  
  751. var k;
  752.  
  753.  
  754.  
  755. 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;
  756.  
  757.  
  758.  
  759. }
  760.  
  761.  
  762.  
  763. 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);
  764.  
  765.  
  766.  
  767. }
  768.  
  769.  
  770.  
  771. function tb5_randomizetitle(){ tb5_init(0);
  772.  
  773.  
  774.  
  775. }
  776.  
  777.  
  778.  
  779. tb5_randomizetitle();</script><script>/*
  780.  
  781.  
  782.  
  783. An object-oriented Typing Text script, to allow for multiple instances.
  784.  
  785.  
  786.  
  787. A script that causes any text inside any text element to be "typed out", one letter at a
  788.  
  789.  
  790.  
  791. time. Note that any HTML tags will not be included in the typed output, to prevent them
  792.  
  793.  
  794.  
  795. from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE
  796.  
  797.  
  798.  
  799. v6.
  800.  
  801.  
  802.  
  803. Browsers that do not support this script will simply see the text fully displayed from the
  804.  
  805.  
  806.  
  807. start, including any HTML tags.
  808.  
  809.  
  810.  
  811. Functions defined: TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function()
  812.  
  813.  
  814.  
  815. {return}]): Create a new TypingText object around the given element. Optionally specify a delay between characters of interval milliseconds. cursor allows users to specify some HTML to be appended to the end of the string whilst typing. Optionally, can also be a function which accepts the current text as an argument. This allows the user to create a "dynamic cursor" which changes depending on the latest character or the current length of the string. finishedCallback allows advanced scripters to supply a function to be executed on finishing. The function must accept no arguments. TypingText.run(): Run the effect. static TypingText.runAll(): Run all TypingText-enabled objects on the page.
  816.  
  817.  
  818.  
  819. */
  820.  
  821.  
  822.  
  823. TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML ==
  824.  
  825.  
  826.  
  827. "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 100 : interval); this.origText = this.element.innerHTML; this.unparsedOrigText = this.origText; this.cursor = (cursor ? cursor : ""); this.currentText = ""; this.currentChar = 0; this.element.typingText = this; if(this.element.id == "") this.element.id = "typingtext" + TypingText.currentIndex++; TypingText.all.push(this); this.running = false; this.inTag = false; this.tagBuffer = ""; this.inHTMLEntity = false; this.HTMLEntityBuffer = "";
  828.  
  829.  
  830.  
  831. }
  832.  
  833.  
  834.  
  835. TypingText.all = new Array();
  836.  
  837.  
  838.  
  839. TypingText.currentIndex = 0;
  840.  
  841.  
  842.  
  843. TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run();
  844.  
  845.  
  846.  
  847. }
  848.  
  849.  
  850.  
  851. TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  852.  
  853.  
  854.  
  855. this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = "";
  856.  
  857.  
  858.  
  859. // this.origText = this.origText.replace(/<([^<])*>/, ""); // Strip HTML from text. if(this.currentChar < this.origText.length) { if(this.origText.charAt(this.currentChar) == "<" && !this.inTag) { this.tagBuffer = "<"; this.inTag = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ">" && this.inTag) { this.tagBuffer += ">"; this.inTag = false; this.currentText += this.tagBuffer; this.currentChar++; this.run(); return; } else if(this.inTag) { this.tagBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == "&" && !this.inHTMLEntity) { this.HTMLEntityBuffer = "&"; this.inHTMLEntity = true; this.currentChar++; this.run(); return; } else if(this.origText.charAt(this.currentChar) == ";" && this.inHTMLEntity) { this.HTMLEntityBuffer += ";"; this.inHTMLEntity = false; this.currentText += this.HTMLEntityBuffer; this.currentChar++; this.run(); return; } else if(this.inHTMLEntity) { this.HTMLEntityBuffer += this.origText.charAt(this.currentChar); this.currentChar++; this.run(); return; } else { this.currentText += this.origText.charAt(this.currentChar); } this.element.innerHTML = this.currentText; this.element.innerHTML += (this.currentChar < this.origText.length - 1 ? (typeof
  860.  
  861.  
  862.  
  863. this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()",
  864.  
  865.  
  866.  
  867. this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); }
  868.  
  869.  
  870.  
  871. }</script>
  872.  
  873. <body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
  874. <body style="background-color:#000;background-image:url(http://upload.kapanlagi.com/c.php?f=201211250626374_protect_your_blog_from_being_hacked_50b157ad35752.jpeg);background-repeat:repeat-y;background-position:top right ;">
  875. <script type="text/javascript" src="http://cayunkatel.googlecode.com/files/rainbows.js"></script>
  876. <script type="text/javascript" src="http://www.sis-kj.com/js/3.js"></script>
  877. <span id="fullpost"><script src='http://agungosx.googlepages.com/saljubirumuda.js' type='text/javascript'></script></span>
  878. <span id="fullpost"><script src='http://agungosx.googlepages.com/saljuputih.js' type='text/javascript'></script></span>
  879. <embed src="http://youtube.googleapis.com/v/IaZ0GAcYio4&autoplay=1" type="application/x-shockwave-flash" wmode="transparent" width="1" height="1"></embed>
  880. </body>
  881. </html>
  882.  
  883.  
  884. '));
  885. //-->
  886. </Script>
  887.  
  888. <center><img src="http://s8.postimage.org/41we234fp/fuck_you.jpg" height="0" width="0"></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement