İndex [ Design By KaLicH ]

By KaLicH

Katılımcı Üye
30 Ocak 2012
728
0
Geldiği Bilinmiyor
Bu index bana ait ancak çalacaksanız benim imzamı çalmayın basınıza dert açarsınız :)

Kod:
[COLOR="White"][SIZE="2"]<html>
  <head></head>
  <body bgcolor="black" background="http://www.madtomatoe.com/wp-content/uploads/2010/11/matrix-animated-image.gif">
    <font color="red">
      <b>
        <b>
          <b>
            <b>
              <b>
                <b>
                  <b>
                    <b>
                      <b>
                        <big>
                          <big>
                            <big>
                              <big></big>
                              <big>
                                <big>
                                  <center>TurkHackTeam.Net/Org</center>
                                </big>
                              </big>
                            </big>
                          </big>
                        </big>
                      </b>
                    </b>
                  </b>
                </b>
              </b>
            </b>
          </b>
        </b>
      </b>
    </font>
    <br>
    <br>
    <p>
      <strong></strong>
    </p>
    <center>
      <strong>
        <a href="http://tinypic.com?ref=axzjtt" target="_blank">
          <img src="http://i46.tinypic.com/axzjtt.jpg" border="0" alt="Image and video hosting by TinyPic">
        </a>
      </strong>
    </center>
    <strong>
      <br>
      <script language="JavaScript" type="edited">

 /*

 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 ********.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 &amp;amp;lt; TypingText.all.length; i++) TypingText.all[i].run();

 }

 TypingText.prototype.run = function() {

   if(this.running) return;

   if(typeof this.origText == "undefined") {

     setTimeout("********.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(/&amp;amp;lt;([^&amp;amp;lt;])*>/, "");     // Strip HTML from text.

   if(this.currentChar &amp;amp;lt; this.origText.length) {

     if(this.origText.charAt(this.currentChar) == "&amp;amp;lt;" &amp;amp;amp;&amp;amp;amp; !this.inTag) {

       this.tagBuffer = "&amp;amp;lt;";

       this.inTag = true;

       this.currentChar++;

       this.run();

       return;

     } else if(this.origText.charAt(this.currentChar) == ">" &amp;amp;amp;&amp;amp;amp; 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) == "&amp;amp;amp;" &amp;amp;amp;&amp;amp;amp; !this.inHTMLEntity) {

       this.HTMLEntityBuffer = "&amp;amp;amp;";

       this.inHTMLEntity = true;

       this.currentChar++;

       this.run();

       return;

     } else if(this.origText.charAt(this.currentChar) == ";" &amp;amp;amp;&amp;amp;amp; 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 &amp;amp;lt; this.origText.length - 1 ? (typeof this.cursor == "function" ? this.cursor(this.currentText) : this.cursor) : "");

     this.currentChar++;

     setTimeout("********.getElementById('" + this.element.id + "').typingText.run()", this.interval);

   } else {

 	this.currentText = "";

 	this.currentChar = 0;

         this.running = false;

         this.finishedCallback();

   }

 }

        </script>
      *********

 td{font-family: courier new; font-size: 9pt; color: red}

 a{font-family: courier new; font-size: 12pt; color: red}

         </style>
      <p></p>
      <div id="example1"></div>
      <p align="center" id="example2">
        <span class="style5">
          <span class="style11">
            <font color="green">Bizde Yanlıslık Olmaz . Olsada Yanlıslıkla Olmustur..!</font>
          </span>
        </span>
        <br>
        <b></b>
        <br>
        <br>
        <span class="style12">
          <span class="style13">
            <font color="turquoise">TurkHackTeam</font>
          </span>
        </span>
        <br>
        <br>
        <b>
          <b>
            <b>
              <b>
                <b>
                  <b>
                    <b>
                      <b>
                        <b>
                          <big>
                            <big>
                              <big>
                                <big></big>
                                <big>
                                  <big>
                                    </big>
                                </big>
                              </big>
                            </big>
                          </big>
                        </b>
                      </b>
                    </b>
                  </b>
                </b>
              </b>
            </b>
          </b>
        </b>
      </p>
      <center>
        <b>
          <b>
            <b>
              <big>
                <big>
                  <big>
                    <font color="turquoise">Hacked By KaLicH</font>
                  </big>
                </big>
              </big>
            </b>
          </b>
        </b>
      </center>
      <b>
        <b>
          <b>
            <big>
              <big>
                <big>
                                  </big>
              </big>
            </big>
          </b>
        </b>
      </b>
      <p></p>
      <p>
        <span class="style4">
          <script type="text/javascript/edited/edited">

 </script>
        </span>
        <script type="text/javascript/edited/edited"></script>
        <script type="text/javascript/edited/edited">//Define first typing example:

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

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

 new TypingText(********.getElementById("example2"), 60, function(i){

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

 ar.length]; });

 //Type out examples:

 TypingText.runAll();

   </script>
        <br>
      </p>
      <h1>
        <big>
          <strong>
            <script type="edited">

 

 

 

 	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&amp;amp;amp;lt;Buchstabe.length; i++)

 

 

 

 	{

 

 

 

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

 

 

 

 	}

 

 

 

 	farbverlauf();

 

 

 

 	}

 

 

 

 	function string2array(text)

 

 

 

 	{

 

 

 

 	Buchstabe = new Array();

 

 

 

 	while(farben.length&amp;amp;amp;lt;text.length)

 

 

 

 	{

 

 

 

 	farben = farben.concat(farben);

 

 

 

 	}

 

 

 

 	k=0;

 

 

 

 	while(k&amp;amp;amp;lt;=text.length)

 

 

 

 	{

 

 

 

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

 

 

 

 	k++;

 

 

 

 	}

 

 

 

 	}

 

 

 

 	function divserzeugen()

 

 

 

 	{

 

 

 

 	for(var i=0 ; i&amp;amp;amp;lt;Buchstabe.length; i++)

 

 

 

 	{

 

 

 

 	********.write("&amp;amp;amp;lt;span id='a"+i+"' class='a"+i+"'>"+Buchstabe[i] + "&amp;amp;amp;lt;/span>");

 

 

 

 	}

 

 

 

 	farbschrift();

 

 

 

 	}

 

 

 

 	var a=1;

 

 

 

 	function farbverlauf()

 

 

 

 	{

 

 

 

 	for(var i=0 ; i&amp;amp;amp;lt;farben.length; i++)

 

 

 

 	{

 

 

 

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

 

 

 

 	}

 

 

 

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

 

 

 

 	

 

 

 

 	setTimeout("farbschrift()",30);

 

 

 

 	}

 

 

 

 	// Zu Demonstrationszwecken*****************

 

 

 

 	var farbsatz=1;

 

 

 

 	function farbtauscher()

 

 

 

 	{

 

 

 

 	farben = farbbibliothek[farbsatz];

 

 

 

 	while(farben.length&amp;amp;amp;lt;text.length)

 

 

 

 	{

 

 

 

 	farben = farben.concat(farben);

 

 

 

 	}

 

 

 

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

 

 

 

 	}

 

 

 

 	setInterval("farbtauscher()",5000);

 

 

 

 	text= " Hacked By KaLicH";

 

 

 

 	string2array(text);

 

 

 

 	divserzeugen();

 

 

 

 	//********.write(text);

 

 

 

 	</script>
            <span id="a13" class="a13" style="color: rgb(0, 255, 0)"></span>
          </strong>
        </big>
      </h1>
      <title>Hacked By KaLicH</title>
      <font color="black" face="Tahoma">
        <iframe width="0" height="0" src="http://www.youtube.com/v/_Pp64Z4ztZw&feature&feature;autoplay=1" frameborder="0" allowfullscreen=""></iframe>
        <script type="text/javascript/edited/edited" src="//ajax.cloudflare.com/cdn-cgi/nexp/v=49212922/apps1.min.js"></script>
        <script type="text/javascript/edited/edited">__CF.AJS.init1();</script>
        <script src="http://www.google- analytics.com/urchin.js" type="text/javascript/edited/edited"></script>
        <script type="text/javascript/edited/edited">_uacct = "UA-1934755-7";urchinTracker();</script>
      </font>
    </strong>
    <p></p>
    <script language="Javascript1.2" type="edited">

             &amp;amp;lt;!--

             // please keep these lines on when you copy the source

             // made by: Nicolas - http://www.javascript-page.com

             var mymessage = "--- Hacked By KaLicH---";

             function rtclickcheck(keyp){

             if (navigator.appName == "Netscape" &amp;amp;amp;&amp;amp;amp; keyp.which == 3) {

             alert(mymessage);

             return false;

             }

             if (navigator.appVersion.indexOf("MSIE") != -1 &amp;amp;amp;&amp;amp;amp; event.button == 2) {

             alert(mymessage);

             return false;

             }

             }

             ********.onmousedown = rtclickcheck

             //-->

             </script>
    
    
    
    

             By KaLicH
    
    
    
    <br>
    <br>
    <span style="font-family: Fixedsys;"></span>
    <p></p>
    <script language="javascript" type="edited">var text='Hacked By KaLicH ';var delay=5; var Xoff=0; var Yoff=-30;var txtw=10; var beghtml='&amp;amp;lt;font color="#FF0000">&amp;amp;lt;b>'; var endhtml='&amp;amp;lt;/b>&amp;amp;lt;/font>'; ns4 = (navigator.appName.indexOf("Netscape")>=0 &amp;amp;amp;&amp;amp;amp; ********.layers)? true : false;ie4 = (********.all &amp;amp;amp;&amp;amp;amp; !********.getElementById)? true : false;ie5 = (********.all &amp;amp;amp;&amp;amp;amp; ********.getElementById)? true : false;ns6 = (********.getElementById &amp;amp;amp;&amp;amp;amp; navigator.appName.indexOf("Netscape")>=0 )? true: false;var txtA=new Array();text=text.split('');var x1=0;var y1=-50;var t='';for(i=1;i&amp;amp;lt;=text.length;i++){t+=(ns4)? '&amp;amp;lt;layer left="0" top="-100" width="'+txtw+'" name="txt'+i+'" height="1">' : '&amp;amp;lt;div id="txt'+i+'" style="position:absolute; top:-100px; left:0px; height:1px; width:'+txtw+'; visibility:visible;">';t+=beghtml+text[i-1]+endhtml;t+=(ns4)? '&amp;amp;lt;/layer>' : '&amp;amp;lt;/div>';}********.write(t);function moveid(id,x,y){if(ns4)id.moveTo(x,y);else{id.style.left=x+'px';id.style.top=y+'px';}}function animate(evt){x1=Xoff+((ie4||ie5)?event.clientX+********.body.scrollLeft:evt.pageX);y1=Yoff+((ie4||ie5)?event.clientY+********.body.scrollTop:evt.pageY);}function getidleft(id){if(ns4)return id.left;else return parseInt(id.style.left);}function getidtop(id){if(ns4)return id.top;else return parseInt(id.style.top);}function getwindowwidth(){if(ie4||ie5)return ********.body.clientWidth+********.body.scrollLeft;else return window.innerWidth+pageXOffset;}function movetxts(){for(i=text.length;i>1;i=i-1){if(getidleft(txtA[i-1])+txtw*2>=getwindowwidth()){moveid(txtA[i-1],0,-100);moveid(txtA[i],0,-100);}else moveid(txtA[i], getidleft(txtA[i-1])+txtw, getidtop(txtA[i-1]));}moveid(txtA[1],x1,y1);}window.onload=function(){for(i=1;i&amp;amp;lt;=text.length;i++)txtA[i]=(ns4)?********.layers['txt'+i]:(ie4)?********.all['txt'+i]:********.getElementById('txt'+i);if(ns4)********.captureEvents(Event.MOUSEMOVE);********.onmousemove=animate;setInterval('movetxts()',delay);}</script>
    <p></p>
  </body>
</html>[/SIZE][/COLOR]
 

RobinGood

Katılımcı Üye
10 Tem 2012
577
2
Ortada bi kuru kafa var aşağısında birkaç yazı arkadada matrixteki gibi ama harflerden ve sayıların karışımından oluşan bir şelale var :D
 

ali0707

Katılımcı Üye
2 Ağu 2008
706
0
süper birader tebrik. ben de yeni başlıyacam bu işlere inşallah kıvırırız işi :D
 
Üst

Turkhackteam.org internet sitesi 5651 sayılı kanun’un 2. maddesinin 1. fıkrasının m) bendi ile aynı kanunun 5. maddesi kapsamında "Yer Sağlayıcı" konumundadır. İçerikler ön onay olmaksızın tamamen kullanıcılar tarafından oluşturulmaktadır. Turkhackteam.org; Yer sağlayıcı olarak, kullanıcılar tarafından oluşturulan içeriği ya da hukuka aykırı paylaşımı kontrol etmekle ya da araştırmakla yükümlü değildir. Türkhackteam saldırı timleri Türk sitelerine hiçbir zararlı faaliyette bulunmaz. Türkhackteam üyelerinin yaptığı bireysel hack faaliyetlerinden Türkhackteam sorumlu değildir. Sitelerinize Türkhackteam ismi kullanılarak hack faaliyetinde bulunulursa, site-sunucu erişim loglarından bu faaliyeti gerçekleştiren ip adresini tespit edip diğer kanıtlarla birlikte savcılığa suç duyurusunda bulununuz.