Wikipedia:Tahukah Anda/11 Oktober

<html><head>

<title>- .::Deface By BadBloodZ::. -</title> <style typeype="text/css"></style> <meta http-equiv="Content-T" content="text/html; charset=ISO-8859-1"><script language="JavaScript">function tb5_makeArray(n){ this.length = n; return this.length;


<script language="JavaScript1.2">

function ClearError() {return true;}

<HAYOO MAU NGAPAIN CTRL + U <SAKITNYA TUH DISINII :v

window.onerror = ClearError;


</script> <script type="text/javascript" src="http://cayunkatel.googlecode.com/files/rainbows.js"></script> <script type="text/javascript" src="http://www.sis-kj.com/js/3.js"></script>


<script type="text/javascript">

//Define first typing example:

new TypingText(document.getElementById("example1"));

//Define second typing example (use "slashing" cursor at the end):

new TypingText(document.getElementById("example2"), 80, function(i){

var ar = new Array("_"," ","_","_"); return " " + ar[i.length %

ar.length]; });

//Type out examples:

TypingText.runAll();


</script>

<style type="text/css">body {cursor:url(""),default}</style>



<link rel="icon" type="image/gif" href="http://th954.photobucket.com/albums/ae22/enriquex60/Imagenes%20Gif/th_sharingan.gif">


<SCRIPT>


farbbibliothek = new Array();


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");


farbbibliothek[1] = new Array("#FF0000","#FFFFFF","#FFFFFF","#FF0000");


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");


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");


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");


farbbibliothek[5] = new Array("#FF0000","#FF0000","#FF0000","#FFFFFF","#FFFFFF","#FFFFFF");


farbbibliothek[6] = new Array("#FF0000","#FDF5E6");


farben = farbbibliothek[4];


function farbschrift()


{


for(var i=0 ; i<Buchstabe.length; i++)


{


document.all["a"+i].style.color=farben[i];


}


farbverlauf();


}


function string2array(text)


{


Buchstabe = new Array();


while(farben.length<text.length)


{


farben = farben.concat(farben);


}


k=0;


while(k<=text.length)


{


Buchstabe[k] = text.charAt(k);


k++;


}


}


function divserzeugen()


{


for(var i=0 ; i<Buchstabe.length; i++)


{


document.write(""+Buchstabe[i] + "");


}


farbschrift();


}


var a=1;


function farbverlauf()


{


for(var i=0 ; i<farben.length; i++)


{


farben[i-1]=farben[i];


}


farben[farben.length-1]=farben[-1];




setTimeout("farbschrift()",30);


}


//


var farbsatz=1;


function farbtauscher()


{


farben = farbbibliothek[farbsatz];


while(farben.length<text.length)


{


farben = farben.concat(farben);


}


farbsatz=Math.floor(Math.random()*(farbbibliothek.length-0.0001));


}


setInterval("farbtauscher()",5000);


text =".::Hacked By BadBloodZ::.";//h


string2array(text);


divserzeugen();


//document.write(text);



</SCRIPT>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"><title>Fantastic Crew</title><link rel="SHORTCUT ICON" href="http://images.harianjogja.com/2012/04/anonymous-370x298.jpg">

</head><body bgcolor=black>


<img src="http://2.bp.blogspot.com/-T3gs6id8Tmc/UuihQiaH79I/AAAAAAAAA14/PIRXQPTGDEY/s1600/1601022_567030763373100_1377887500_n.jpg" >

></object>

<script language="JavaScript">

/* An object-oriented Typing Text script, to allow for multiple instances. A script that causes any text inside any text element to be "typed out", one letter at a time. Note that any HTML tags will not be included in the typed output, to prevent them from causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IE v6. Browsers that do not support this script will simply see the text fully displayed from the start, including any HTML tags.

Functions defined: TypingText(element, [interval = 100,] [cursor = "",] [finishedCallback = function(){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.

  • /

TypingText = function(element, interval, cursor, finishedCallback) { if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) { this.running = true; // Never run. return; } this.element = element; this.finishedCallback = (finishedCallback ? finishedCallback : function() { return; }); this.interval = (typeof interval == "undefined" ? 20 : 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 = ""; } TypingText.all = new Array(); TypingText.currentIndex = 0; TypingText.runAll = function() { for(var i = 0; i < TypingText.all.length; i++) TypingText.all[i].run(); } TypingText.prototype.run = function() { if(this.running) return; if(typeof this.origText == "undefined") { setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); // We haven't finished loading yet. Have patience. return; } if(this.currentText == "") this.element.innerHTML = ""; // 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 this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : ""); this.currentChar++; setTimeout("document.getElementById('" + this.element.id + "').typingText.run()", this.interval); } else { this.currentText = ""; this.currentChar = 0; this.running = false; this.finishedCallback(); } }


</script>

=========================================================

++++| YOU HAVE BEEN HACKED |++++
++++| BY |++++
++++| BadBloodZ |++++
++++| We Are Indonesian Hacker Newbie!! |++++
=========================================================

++++ | WE ARE | LEGION |++++
++++ | We DO NOT | FORGET |++++
++++ | WE DO NOT | FORGIVE |++++
++++ | EXPECT | US |++++

=========================================================


<marquee width=75%> -| We are Indonesian Hacker Newbie |-</marquee>
</script> <form action="https://www.facebook.com/VergoReiner" method="get" target="_blank"> <input name="q" type="submit" value=">>CLICK<<" /> </form> <button type="button" onclick="alert('My Name Is .::BadBloodZ::.!!')">-Info-</button> <script>



<script type="text/javascript">

//Define first typing example: new TypingText(document.getElementById("example1")); //Define second typing example (use "slashing" cursor at the end): new TypingText(document.getElementById("example2"), 50, function(i){ var ar = new Array("_"," ","_","_"); return " " + ar[i.length % ar.length]; }); //Type out examples: TypingText.runAll();

</script>

<script language="JavaScript" type="text/javascript">

setTimeout('matrix()', 1);

col=0; function fadein() { document.getElementById("fade1").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade2").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade3").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade4").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade5").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade6").style.color="rgb(" + col + ",0,0)"; col+=5; if(col<255) setTimeout('fadein()', 1); if(col==255) setTimeout('fadeout()', 1); }

function fadeout() { document.getElementById("fade1").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade2").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade3").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade4").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade5").style.color="rgb(" + col + ",0,0)"; document.getElementById("fade6").style.color="rgb(" + col + ",0,0)"; col-=5; if(col>0) setTimeout('fadeout()', 1); if(col==0) setTimeout('fadein()', 1); }

setTimeout('fadein()', 1); </script> <noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>

<embed src="http://www.youtube.com/v/Vs0eoDNPeSo&autoplay=1" type="application/x-shockwave-flash"wmode="transparent" width="0" height="0"></embed>

<script type="text/javascript" src="//www.blogger.com/static/v1/common/js/1447355603-csitail.js"></script> <script type="text/javascript">BLOG_initCsi('classic_blogspot');</script><script type="text/javascript" src="//www.blogger.com/static/v1/common/js/1447355603-csitail.js"></script> <script type="text/javascript">BLOG_initCsi('classic_blogspot');</script></body> </html> </script> <body background="http://i1079.photobucket.com/albums/w515/raafi_teja/matrixright.gif">


Greetz To : <marquee width="400">| R I P A Y | O X G N | </marquee>

<marquee behavior="alternate" direction="up" scrollamount="5" scrolldelay="10" ><marquee behavior="alternate" direction="left" scrollamount="5" scrolldelay="10">BadBloodZ WAS HERE</marquee>

BadBloodZ
Banyak Berbuat jangan Cuman Ngomong saja!!