Saturday, 25 August 2012

CODING DEFACE AKU

ade yang nk coding deface aku..
nah ambik.. pandai2 la korang nk edit...
hahaha


<html>

<script language="JavaScript1.2">function ClearError() {return true;}window.onerror = ClearError;</script><br><br><div align="center"><table border="0" width="70%"><tr><td><h1><font face="Poor Richard"><center><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("<span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "</span>"); } 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 ="INDONESIA #ANONYMOUS LEGION";//h string2array(text);divserzeugen(); //document.write(text); </SCRIPT></center></h1></font><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="<$BlogLanguageDirection$>"><script>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" ? 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 = "";}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> <br><center><div id="example1"></div><p id="example2"><b> <span style="font-size: 0px;"><font color="red" face="Harrington">****************************************************************************************************************************************************************************</font><span></span></span></b></p><script type="text/">//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("http://www.printedexistence.com/vampirefreaks/readymade/cursors/needle.gif"),default}</style><link rel="icon" type="image/gif" href="http://www.lyzyrdgyzyrd.com/imagex/flags/malaysia.gif"><head><title>THIS SITE HAS BEEN please wait</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;}tb5_messages = new tb5_makeArray(2);tb5_messages[0] = "hacked by";tb5_messages[1] = "underdeath";tb5_rptType = 'infinite';tb5_rptNbr = 100;tb5_speed = 200;tb5_delay = 50;var tb5_counter=1;var tb5_currMsg=0;var tb5_stsmsg="";function tb5_shuffle(arr){var k;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;}return arr;}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);function tb5_init(n){var k;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;}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);}function tb5_randomizetitle(){ tb5_init(0);}tb5_randomizetitle();</script><script>/*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 atime. Note that any HTML tags will not be included in the typed output, to prevent themfrom causing problems. Tested in Firefox v1.5.0.1, Opera v8.52, Konqueror v3.5.1, and IEv6.Browsers that do not support this script will simply see the text fully displayed from thestart, 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" ? 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 = "";}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 ? (typeofthis.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><SCRIPT>var width=document.body.clientWidth;var height=document.body.clientHeight;function doClickText(who,type,step,timeOut) {document.getElementById(who).style.display="none";if(type==0) {reveal('revealDiv1',step,timeOut,0);reveal('revealDiv2',step,timeOut,1);}if(type==1) {reveal('revealDiv1',step,timeOut,2);reveal('revealDiv2',step,timeOut,3);}}function reveal(who,step,timeOut,type) {if(type==0)var where="top";if(type==1)var where="bottom";if(type==2)var where="left";if(type==3)var where="right";eval('var temp=document.getElementById(who).style.'+where);temp=parseInt(temp);if(type==0||type==1)var checkWith=height/2;if(type==2||type==3)var checkWith=width/2;if(-temp<checkWith) {temp-=step;eval('document.getElementById(who).style.'+where+'=temp;');setTimeout("reveal('"+who+"',"+step+",'"+timeOut+"',"+type+")", timeOut);}else {document.getElementById(who).style.display="none";document.body.scroll="yes";}}function initReveal(type,div1bg,div2bg,div1bw,div2bw,div1bc,div2bc,step,timeOut,click) {if(type==0) {var bWhere1="border-bottom";var bWhere2="border-top";var putZero1="top:0px; left:0px";var putZero2="bottom:0px; left:0px";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>');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>');if(!click) {reveal('revealDiv1',step,timeOut,0);reveal('revealDiv2',step,timeOut,1);}else {clickText(type,step,timeOut);}}if(type==1) {var bWhere1="border-right";var bWhere2="border-left";var putZero1="top:0px; left:0px";var putZero2="top:0px; right:0px";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>');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>');if(!click) {reveal('revealDiv1',step,timeOut,2);reveal('revealDiv2',step,timeOut,3);}else {clickText(type,step,timeOut);}}function clickText(type,step,timeOut) {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>');}}</SCRIPT> <SCRIPT>var clickw=220; // Widthvar clickh=20; // Heightvar clickb=2; // Border widthvar clickc="black"; // Border colorvar clickbg="black"; // Background color var clickt="<b> > <blink>E N T E R</blink> < </b></td>"; // Text to displayvar clickFont="font-family:Tahoma,arial,helvetica; font-size:11pt; font-weight:bold; color:#00ff00"; // The font style of the textnew initReveal(0,'black','black',5,5,'white','black',3,10,true);</SCRIPT>  <title><$BlogPageTitle$></title><body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'><body style="background-color:#000;background-image:url(http://underdeathx.com/image/upload/51344776200.jpg);background-repeat:repeat-y;background-position:top center;">

<embed name="revenge"
src="http://locewdesign.com/music/Game%20of%20Thrones%20-%20Main%20theme%20(heavy%20metal%20version).mp3"
loop="false"
hidden="true"
autostart="true">
</embed>
 


<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>

<div style='display:scroll; position:fixed; bottom:10px; right:-12px;'>

<center><img src="http://i618.photobucket.com/albums/tt268/hose07/Gifs/skull-01.gif"width="120" height="150" /></center></div>

<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}

a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>
<br>
</div>
<div style='display:scroll; position:fixed; bottom:10px; left:-12px;'>

<center><img src="http://i618.photobucket.com/albums/tt268/hose07/Gifs/skull-01.gif"width="120" height="150" /></center></div>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
minCharCode = 33;
maxCharCode = 126;
minSpeed = 900;
maxSpeed = 5000;
counter = 0;
maxChar = 400;

$(document).ready(function(){
for(i=0;i<99;i++){
buatKarakter();
}


});

function buatKarakter(){
var charID = String.fromCharCode(rand(minCharCode, maxCharCode));
var pos = rand(0,$(document).width());
var newChar = '<div class="char char' + counter + '" style="left:'+ pos + 'px;">' + charID + '</div>';
$('#area').append(newChar)
animKarakter(counter);
counter++;
}

function animKarakter(c){
var transparent = rand(10,99);
var fontsize = rand(9,12);
var speed = rand(minSpeed, maxSpeed);
var pos = rand(0,$(document).width());
$('.char'+c).animate({
top:$(document).height(),
}, speed, function(){
$('.char'+c).css('top', '-50px');
$('.char'+c).css('left', pos+'px');
$('.char'+c).css('opacity', '.'+transparent);
$('.char'+c).css('fontSize', fontsize);
animKarakter(c);
});
}

function rand(from, to){
return Math.floor(Math.random() * (to - from + 1) + from);
}
</script>

          <script language="javascript" type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>                <script language="javascript" type="text/javascript" src="http://onehackoranother.com/projects/jquery/jquery-grab-bag/javascripts/jquery.text-effects.js"></script>                <style type="text/css">body, td, th {   font-family:"Courier New", Courier, monospace;font-size: 12px;  color: #009900; margin:0;   padding:0;  height:100%;    overflow:hidden;}html { height:100%;    width:100%;}body {  background-color: #000000;}.teks {  color:#00CC00;  font-size:74px; font-weight:bold;   font:"Times New Roman";}.teks2 {    color:#00CC00;  font-size:24px; font-weight:bold;   font:"Times New Roman";}#i12 {  position:absolute;  top:30%;    left:35%;}.theAbs { top:0;  position:absolute;  width:2%;}.hide {   display:none;}#iHacked {    position:absolute;  width:100%; top:5%; height:100%;    opacity:0.3;}li{    color:#fff; font:bold 13px; list-style: none;}</style>                                <script language="javascript" type="text/javascript">eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\b'+e(c)+'\b','g'),k[c]);return p}('i 9;$.8.7=n(b){i c={P:10,Q:2,F:10,1y:v,1h:v,19:'1z',C:'1a',K:r,G:r,D:v};k(!b)b=c;i d=$.1Z(c,b);9=$.8.7.1A();E 1B.20(n(){i a=$(1B);k(d.D){d.1C={Z:a.g('Z'),11:a.g('11'),12:a.g('12'),s:a.g('s'),l:a.g('l'),y:a.g('y'),1D:a.g('t-u'),1E:a.g('z-1F')}}a.g('Z','21');d.1G=a.g('t-u');1i(d.C){A'1b':$.8.7.1j(a,d);B;A'1k':$.8.7.1l(a,d);B;A'13':$.8.7.1m(a,d);B;A'14':$.8.7.1n(a,d);B;22:$.8.7.1o(a,d)}})};$.8.7.1A=n(){i h,w;k(1p 1q.1H!='1r'){h=1q.1H;w=1q.23}H k(1p T.16!='1r'&&1p T.16.1c!='1r'&&T.16.1c!=0){h=T.16.1c;w=T.16.1I}H{h=T.1J('I')[0].1c;w=T.1J('I')[0].1I}i a={q:1s 1t(h,R.V(h/2),R.V(h/5)),m:1s 1t(w,R.V(w/2),R.V(w/5))};E a};$.8.7.j=n(a,b,c){k(a&&b&&(b>a)){i d=a;a=b;b=d}k(a==b)E a;i e=R.V(R.1a()*a);k(b&&e<b){1u(e<b)e=R.V(R.1a()*a)}E c?e-c:e};$.8.7.K=n(){i a='24';i b='';1u(b.25<6)b+=a.26($.8.7.j(6));E b};$.8.7.1v=n(){i a,l;i b=$.8.7.j(4)+1;1u(b>4)b=$.8.7.j(4)+1;1i(b){A 1:a=$.8.7.j(9.q[0]-9.q[1],9.q[1]-9.q[2]);l=$.8.7.j(9.m[1]);B;A 2:a=$.8.7.j(9.q[0],9.q[1]+9.q[2]);l=$.8.7.j(9.m[0]+9.m[1],9.m[1]+9.m[2]);B;A 3:a=$.8.7.j(9.q[2],0,9.q[1]);l=$.8.7.j(9.m[0]+9.m[1],9.m[1]+9.m[2]);B;A 4:a=$.8.7.j(9.q[2],0,9.q[1]);l=$.8.7.j(9.m[1]-9.m[2],0,9.m[2]);B}E 1s 1t(a,l)};$.8.7.W=n(a,b,c,d,e){i f,t;k(d.1y)f=$.8.7.j(d.F);H f=d.F;k(d.1h)t=d.19;H t=a.g('t-u');a.1w({27:'1d%',1e:0,l:c,s:b,28:t},(f*29),n(){$.8.7.U(a,d,e-1)})};$.8.7.U=n(a,b,c){a.g('t-u',b.1G);k(c>0){a.g('11','2a');a.1w({1e:1d},1);a.g('12','');k(b.K)a.g('y',$.8.7.K())}H k(c<=0){k(b.D){i d=b.1C;a.1w({1e:1d},1);a.g('1e','1d');a.g('Z',d.Z);a.g('11',d.11);a.g('12',d.12);a.g('s',d.s);a.g('l',d.l);a.g('y',d.y);a.g('t-u',d.1D);a.g('z-1F',d.1E)}k(b.G){a.2b()}E r}1i(b.C){A'1b':a.g('s',9.q[1]);a.g('l',9.m[1]);$.8.7.1j(a,b,c);B;A'1k':i e=$.8.7.1v();a.g('s',e[0]);a.g('l',e[1]);$.8.7.1l(a,b,c);B;A'13':a.g('s',0);a.g('l',$.8.7.j(9.m[0]));$.8.7.1m(a,b,c);B;A'14':a.g('s',9.q[0]);a.g('l',$.8.7.j(9.m[0]));$.8.7.1n(a,b,c);B;A'1a':a.g('s',0);a.g('l',0);$.8.7.1o(a,b,c);B}};$.8.7.1o=n(a,b,c){i d,s,1f,1g;k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}d=$.8.7.j(9.m[0]);s=$.8.7.j(9.q[0]);a.g('s',s);a.g('l',d);1f=$.8.7.j(9.m[0],9.m[2]);1g=$.8.7.j(9.q[0],9.q[2]);d=($.8.7.j(2)%2==0)?(d-1f):(d+1f);s=($.8.7.j(2)%2==0)?(s-1g):(s+1g);$.8.7.W(a,s,d,b,c)};$.8.7.1j=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.1v();$.8.7.W(a,d[0],d[1],b,c)};$.8.7.1l=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}$.8.7.W(a,9.q[1],9.m[1],b,c)};$.8.7.1m=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.j(3);k(a.1K('J').1L('2c')>=0)d=a.g('l');H k(d==1)d=a.g('l')+$.8.7.j(9.m[2]);H k(d==2)d=a.g('l')-$.8.7.j(9.m[2]);H d=a.g('l');i e=$.8.7.j((9.q[0]+9.q[2]),9.q[0]);$.8.7.W(a,e,d,b,c)};$.8.7.1n=n(a,b,c){k(!c){$.8.7.U(a,b,$.8.7.j(b.P,b.Q));E r}i d=$.8.7.j(3);k(a.1K('J').1L('2d')>=0)d=a.g('l');H k(d==1)d=a.g('l')+$.8.7.j(9.m[2]);H k(d==2)d=a.g('l')-$.8.7.j(9.m[2]);H d=a.g('l');i e=$.8.7.j(9.q[2],0,9.q[1]);$.8.7.W(a,e,d,b,c)};$.8.7.2e=n(){i a={C:'1b',F:10,Q:2,P:6,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1M" N="t-u:Y;y:#1N">.</p>')}$('.1M').7(a)};$.8.7.2f=n(){i a={C:'1b',F:3,1O:1,1P:1,D:r,G:v};L(i x=0;x<2g;x++){$('I').M('<p J="1Q" N="t-u:Y;y:#17'+(x%2==0?'17':'18')+'18">'+(x%2==0?'0':'1')+'</p>')}$('.1Q').7(a)};$.8.7.2h=n(){i a={C:'1k',F:10,1O:2,1P:6,D:r,19:'2i',G:v};L(i x=0;x<S;x++){$('I').M('<p J="1R" N="t-u:2j;y:#2k">.</p>')}$('.1R').7(a)};$.8.7.2l=n(){i a={C:'13',F:10,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1S" N="t-u:2m;y:#1N">*</p>')}$('.1S').7(a)};$.8.7.2n=n(){i a={C:'13',F:3,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1T" N="t-u:Y;y:#1U">\'</p>')}$('.1T').7(a)};$.8.7.2o=n(){i a={C:'13',F:6,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1V" N="t-u:Y;y:#'+(x%2==0?'18':'17')+'2p">&#2q;<1x />&#2r;<1x />&#2s<1x />&#2t</p>')}$('.1V').7(a)};$.8.7.2u=n(){i a={C:'14',F:6,K:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1W" N="t-u:Y;y:#17'+(x%2==0?'17':'18')+'18">^</p>')}$('.1W').7(a)};$.8.7.2v=n(){i a={C:'14',Q:1,P:1,F:15,K:v,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1X" N="t-u:Y">O</p>')}$('.1X').7(a)};$.8.7.2w=n(a){i a={C:'14',19:'1z',K:r,1h:r,D:r,G:v};L(i x=0;x<S;x++){$('I').M('<p J="1Y" N="t-u:2x;y:#1U">'+(x%2==0?'O':'o')+'</p>')}$('.1Y').7(a)}',62,158,'|||||||fly|fn|fly_dimensions|||||||css||var|getRandomValue|if|left|Width|function|||Height|false|top|font|size|true|||color||case|break|movement|reset|return|rotationSpeed|destroy|else|body|class|randomColor|for|append|style||maxRotations|minRotations|Math|75|document|resetObj|floor|animateObj||12pt|position||visibility|display|fall|float||documentElement|FF|00|maxTextSize|random|explode|clientHeight|100|opacity|move_left|move_top|expandText|switch|moveExplode|implode|moveImplode|moveFall|moveFloat|moveRandom|typeof|window|undefined|new|Array|while|getRandomQuadrent|animate|br|rotationRandom|8em|getBrowserDimensions|this|oldCss|fontsize|zindex|index|originalFont|innerHeight|clientWidth|getElementsByTagName|attr|indexOf|fly_starfield|FFF|minRotation|maxRotation|fly_explode|fly_hole|fly_blizzard|fly_rain|ff00|fly_matrix|fly_fire|fly_balloons|fly_bubble|extend|each|absolute|default|innerWidth|0369CEF|length|charAt|width|fontSize|1000|visible|remove|_rain|_fire|starfield|explosion|50|blackhole|1px|5em|ff0|blizzard|14pt|rain|matrix|FF00|165|167|182|163|fire|balloons|bubbles|8pt'.split('|'),0,{}));$(document).ready(function(){$('#i1').fadeIn(5000).animate( { fontSize:"1px" } , 20 ).fadeOut();   $.fn.fly.bubbles(); Hacked();});function Malysia(){alert(".::underdeath has come back::."); alert( " .::underdeath WAS HERE]::. ");  return false;}function Hacked(){  setTimeout(function(){$('#sp1').typewriter().fadeIn();}, 70); setTimeout(function(){$('#sp2').typewriter().fadeIn();}, 11000);    setTimeout(function(){$('#sp3').typewriter().fadeIn();}, 23000);    setTimeout(function(){$('#sp4').typewriter().fadeIn();}, 35);    setTimeout(function(){$('.explode').fly({movement:'float',randomColor:true,destroy:true});}, 48);    setTimeout(function(){$.fn.fly.explosion();}, 50);   setTimeout(function(){hacked();$('#theCredits').fadeIn();animate();}, 45);   }function hacked(){ setTimeout(function(){$('#iHacked').fadeIn(1000);}, 500);   setTimeout(function(){$('#iHacked').fadeOut();}, 10); setTimeout(function(){hacked()});}function stayHere(){  self.focus();return false;}</script><script type="text/javascript" src="/plugins/system/rokbox/rokbox.js"></script>                <link href="/plugins/system/rokbox/themes/dark/rokbox-style.css" rel="stylesheet" type="text/css">                <script type="text/javascript" src="/plugins/system/rokbox/themes/dark/rokbox-config.js"></script>                                              
</font></div>                <div id="i1" class="teks" style="font-size: 1px; display: none; ">.::Your Security Low 0%::.</div>                      <div id="sp1" class="hide teks explode"><font color="#ff0000">       <big><big>       <span style="font-weight: bold; color:red; font-family:DejaVu Sans">               <font style="font-size: 16pt"></font></span><span style="color: rgb(51, 204, 0); font-weight:bold; font-family:monospace"><font style="font-size: 20pt">underdeath has come back</font></span><span style="font-weight: bold; color:Red; font-family:DejaVu Sans"><font style="font-size: 20pt"></font></span></big></big></font></div>                      <div id="sp2" class="hide teks2 explode" style="display: block; ">-=hacked by underdeath=-_</div>                <div id="sp3" class="hide teks2 explode">hacked by underdeath</div> <div id="sp4" class="hide teks2 explode">.::[hacked by underdeath]::.</div>          <br>                                  

No comments :

Post a Comment

Recent Posts