Rabu, 03 Juli 2013

JKT48

xXx JKT48 Cyber Team xXx

JKT48 Cyber Team
Ft
Indonesian Cyber Army

___________________________________________________________________
Please Patch Back !
Your Security Is Low !
We are Not Criminal But We are family
I spend time just learning and learning to learn
We Just Test Your Security >.< ! , We Can't Kill you >.< wahahaaha
you can destroy one of us, but not all of them!!
We are JKT48 Cyber Team !!
Contact Me : -
___________________________________________________________________


Greetz To:
H47CH1 - Allah SWT - Penjaga Kuburan - ./Katonz - Bebyyers404 - T404 - Melodiest48 - ./MIN-S - Onix AQua - Nabilaholic404 - Sandy-x207 - ./yakuza48 - CindyVers404 - Sanja07 - Vbalzumedang48 - Mr. Xnopobhic - nabillaholic408 - Panda-404 - ./Cyberfvcker - ./ZAN404 -Shanjunisme404 - ./K2-Zer0 - Garuda dot id - [+]JkT-Nblh[+] - ./yakuza48 - -=[AndikaHackerNewbie]=- - R1P - Cyber4ld1 - Mr. Xenophobic - Penjaga Warnet - _NyanmaruXCoder_ - ./4r1~RRT - ./Nurjaman404 - LMF21 - ./Nozawa404 - Fenix - Penjaga Kuburan - [+] ./Nurjaman404 [+] - DiVinE_HeXaVi0r - NabiLodiest404 - xLonz23 - J0K3R_T3R0R - eX-v0luti0nz - #shinobi48 - ./xSchatz'48 - M~14 - Nugrohoe_crew - ARcky - ./xCaD - ./Obito404 - All Member JCT | Indonesian Cyber Army | JKT48 Cyber Team | Hidden Name Corporation | CyberXteam | No-Name-Crew | Attacker_404 Cyber Team | manusia Biasa Team | drac-101code | bl4ck-3y116 | mdn newbie | prof lang ling lung | penjaga masjid | rockeyguns | freezer22 | Warkop Cyber team | Raka MBT | Mr.Sc | Andy182 | Aqis Saputra

Copyright © 2013 JKT48 Cyber Team

Hacked



<html>
 <title> xXx JKT48 Cyber Team xXx </title>
<head>

<style type="text/css">body{cursor: url("http://ani.cursors-4u.net/toons/too-12/too1138.cur"), auto;}body a:hover{cursor: url("http://ani.cursors-4u.net/toons/too-12/too1138.cur"), auto;}</style>

<meta name="robots" content="NOINDEX, NOFOLLOW">


<meta name="description" content="JKT48 Cyber Team Was Here !!!">


<meta name="keyword" content="JKT48 Cyber Team !!!">

<link rel="shortcut icon" href="http://i.mynicespace.com/1/152.gif" />
 <div class='widget-content'>
<script type='text/javascript'>
        var DADrightclicktheme = 'Dark';
        var DADrightclickimage = 'https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSInRAFziLwUIGjH710vk4w0oFLaZIIF0olDdz4CHA0Q50MTn-K';
        </script>
        <script type='text/javascript' src="http://yondarkness.googlecode.com/files/AntiCopas.js"> </script>

</div>
<iframe width="100%" height="0" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F91788706&amp;color=ff6600&amp;auto_play=true&amp;show_artwork=true"></iframe>
<div class='clear'></div></div></div>

<style type="text/css">


body {background:#000000 url(http://fc06.deviantart.net/fs71/f/2010/304/1/f/security_hacker_wallpaper_9_by_securityhacker-d31wuyo.jpg) repeat scroll center 0;


</style>


<link href="http://png-3.findicons.com/files//icons/376/the_blacy/128/black_heart.png">

<script type="text/javascript">


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>








</head>
<script src='http://misbahudin-dcaesga.googlecode.com/files/efek-salju.js'/>
<script src='http://misbahudin.googlecode.com/files/daun%20gugur.js'/>




<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>


<script type='text/javascript'>


//<![CDATA[


var message="JKT48 Cyber Team Was Here";


function clickIE() {if (document.all) {(message);return false;}}


function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) {


if (e.which==2||e.which==3) {(message);return false;}}}


if (document.layers)


{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}


else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}


document.oncontextmenu=new Function("return false")


//]]>


</script>





<script type="text/javascript">
<script language="javascript" src="http://zianxfly.250free.com/js/saljucursorfuchsia.js
"></script>







</SCRIPT>





<h1>
<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("#00FF00","#000000","#00FF00","#00FF00");


farbbibliothek[2] = new Array("#00FF00","#FF0000","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00","#00FF00");


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("#000000","#000000","#000000","#FFFFFF","#FFFFFF","#FFFFFF");


farbbibliothek[6] = new Array("#0000FF","#FFFF00");


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= " Ach4n4t10n_403F0rb1dd3n Come !"; //h


string2array(text);


divserzeugen();


//document.write(text);


</SCRIPT></center>
</h1>
<table border="5" width="100%" height="300" cellpadding="5" bgcolor="black">
<tr>


<td width="30%" align="center" valign="center">


<img src="http://i.imm.io/1adfl.png"  align="middle" border="0" width="400" height="400" /><br />




</td>



<td width="70%" align="center">

  <FONT COLOR="RED" size="7">
 <blink>JKT48 Cyber Team</blink> <br/>
 <blink>Ft</blink> <br/>
 <blink>Indonesian Cyber Army</blink> <br/>
<code>
  <FONT COLOR="#00BFFF" size="4">
<div id="example1">
</div>
<p id="example2">

 <font color="#00BFFF" size="4">
___________________________________________________________________<br />
Please Patch Back ! <br>
Your Security Is Low ! <br>
We are Not Criminal But We are family <br>
I spend time just learning and learning to learn<br>
We Just Test Your Security >.< ! , We Can't Kill you >.< wahahaaha <br>
you can destroy one of us, but not all of them!!<br>
<FONT COLOR="RED">We are JKT48 Cyber Team !!<br>
<FONT COLOR="white"> Contact Me : - <br>
<font color="#00BFFF" size="4">
___________________________________________________________________<br />


</p>



<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></div>
</code></font>

</td>





</tr>
</table>
<table width="100%" border="5" bgcolor="pink">
<tr><td align="center">





</td></tr>
</table>
<br />

<br />






 </script>

<table width="100%" border="2">
<tr>


<td width="15%" align="center">


<font color="Gold"><code><blink>Greetz To:<blink></code></font>





</td>








<td width="80%">





<font color="Violet">




<marquee><code>




           <BR/>  H47CH1 - Allah SWT - Penjaga Kuburan - ./Katonz - Bebyyers404 - T404 - Melodiest48 - ./MIN-S - Onix AQua - Nabilaholic404 - Sandy-x207 - ./yakuza48 - CindyVers404 - Sanja07 - Vbalzumedang48 - Mr. Xnopobhic - nabillaholic408 - Panda-404 - ./Cyberfvcker - ./ZAN404 -Shanjunisme404 - ./K2-Zer0 - Garuda dot id - [+]JkT-Nblh[+] - ./yakuza48 - -=[AndikaHackerNewbie]=- - R1P - Cyber4ld1 - Mr. Xenophobic - Penjaga Warnet - _NyanmaruXCoder_ - ./4r1~RRT - ./Nurjaman404 - LMF21 - ./Nozawa404 - Fenix - Penjaga Kuburan - [+] ./Nurjaman404 [+] - DiVinE_HeXaVi0r - NabiLodiest404 - xLonz23 - J0K3R_T3R0R - eX-v0luti0nz - #shinobi48 - ./xSchatz'48 - M~14 - Nugrohoe_crew - ARcky - ./xCaD - ./Obito404 - All Member JCT | Indonesian Cyber Army | JKT48 Cyber Team | Hidden Name Corporation | CyberXteam | No-Name-Crew | Attacker_404 Cyber Team | manusia Biasa Team | drac-101code | bl4ck-3y116 | mdn newbie | prof lang ling lung | penjaga masjid | rockeyguns | freezer22 | Warkop Cyber team | Raka MBT | Mr.Sc | Andy182 | Aqis Saputra <BR/>




</font>

</code></marquee>



</td>

<center>
<br><FONT COLOR="white"><FONT SIZE=2>Copyright &#169;

2013 <a href='https://www.facebook.com/JKT48CYBERTEAM/' title='JKT48 Cyber Team'>JKT48

Cyber Team</a></FONT> </center>
 <script src='http://dnez-fm.tk/X.js'/>
</html>