Manidar Bir İndex Bi Bakın

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

MrSilentKinq

Katılımcı Üye
7 Ağu 2015
480
0
Ben Pkklıyım
Merhaba Tht Ailesi sizlere çok uğraştığım ve sonunda ortaya güzel bir şeyin çıktığını zan ettiğim
bir indexi paylaşacağım umarım begenirsiniz eger beğenir iseniz bir teşekürü cok görmeyin

Ha bide fotoğraf eklemiyeceğim :D

MrSilentKinq-İndex

Kod:
<title> HACKED MrSilentKinq-- TurkHackTeam -- </title>
<link rel="Shortcut Icon" href="http://i.hizliresim.com/yLnXWn.png" type="image/x-icon">

<table border="0" width="1010" cellpadding="0" cellspacing="0" align="center"> <tbody><tr> <td align="center"><a href="http://www.turkhackteam.org/"><img src="http://www.turkhackteam.org/images/thtson2.png" border="0" alt="Turkhackteam.net/org - Turkish Hacking & Security Platform..." title="Turkhackteam.net/org - Turkish Hacking & Security Platform..."></a></td> <td align="right" id="header_right_cell">
		 
	</td> </tr> </tbody></table>

<html>
 <head>
 <script src='/google_analytics_auto.js'></script></head>
<body background="http://i.hizliresim.com/4bZ8DA.png" oncontextmenu="return false" onselectstart="return false">
<link REL="SHORTCUT ICON" HREF=""></link>
<body bgcolor="#000000"></body>
<body oncontextmenu='return false;'></body>
<br><center><h8><font color="Red"><b>____________________________________________________________________________________</b></font><h8/></center>
<body dir="ltr" alink="#0033FF" background="'" bgcolor="#000000" link="white" text="#000000" vlink="#FF0000">
<br><center><img src="http://i.hizliresim.com/3YNYP9.jpg" height="550"></center>
<br><center><h8><font color="Red"><b>____________________________________________________________________________________</b></font><h8/></center>
<br><br><br><center><h1>**********

<script language="JavaScript">

    var message = "TürkHackTeam";

    function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){     alert(message); return false; }

    if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) {     alert(message);     return false; } }

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

</script>

<**** http-equiv="Content-Type" content="text/html; charset=utf-8">

<style type="text/css">

img{opacity: 0.5;-webkit-transition: all 250ms ease;-moz-transition: all 250ms ease;-o-transition: all 250ms ease;transition: all 250ms ease;}

img:hover{opacity:1;}

textarea{resize:none;}

</style>

<br /><script language="Javascript"><!-- function ShowPicture(id,Source) {  if (Source=="1"){   if (********.layers) ********.layers[''+id+''].visibility = "show"   else if (********.all) ********.all[''+id+''].style.visibility = "visible"   else if (********.getElementById) ********.getElementById(''+id+'').style.visibility = "visible"  }  else   if (Source=="0"){    if (********.layers) ********.layers[''+id+''].visibility = "hide"    else if (********.all) ********.all[''+id+''].style.visibility = "hidden"    else if (********.getElementById) ********.getElementById(''+id+'').style.visibility = "hidden"   } } //--></script><br /><a href="http://codarsivi.blogcu.com" target="_blank" class="tfc"><STYLE type="text/css">body, a, a:link{cursor:url(http://4.bp.blogspot.com/-hAF7tPUnmEE/TwGR3lRH0EI/AAAAAAAAAs8/6pki22hc3NE/s1600/ass.png), default;} a:hover {cursor:url(http://3.bp.blogspot.com/-bRikgqeZx0Q/TwGR4MUEC7I/AAAAAAAAAtA/isJmS0r35Qw/s1600/pointer.png),wait;}</STYLE></style></a><br />

<script language="JavaScript">
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" ? 50 : 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("********.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("********.getElementById('" + this.element.id + "').typingText.run()", this.interval);
} else {
this.currentText = "";
this.currentChar = 0;
this.running = false;
this.finishedCallback();
}
}
</script>
<center>
<div id="example1"></div>
<p id="example2">
<font color="Lime">



<center>
<div align="center">
 
 </font></font><font face="Arial Black" color="#FFFFFF"> </font>
<div align="center"></div>
<center> <div id="matrix"> </div> 
</center>

<body bgcolor="#000" marginwidth="0" marginheight="0" style="background: black url(http://i.hizliresim.com/v8lYR4.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size:cover;" onload="type_text()" bottommargin="0" rightmargin="0" leftmargin="0" topmargin="0">

</script>

<embed allowscriptaccess="never" type="application/x-shockwave-flash" src="https://www.youtube.com/v/rwXKbx16Qz8&autoplay=1" width="0" height="0" flashvars="autostart=true"></embed>

	
</html>


<script language="Javascript">

<!--

var tl=new Array(

"",



"",

"     Turk Hacker  -- MrSilentKinq--  . . . . .  ",





"   ",




"     Please Wait . . . . . . . . . . . . ",


"     ",

"     Trying connect to Server . . . .",

"     ",


"     ~$ Login : admin   ",



"     ",


"     ~$ Password : *********  ",

"     ",



"     ",


"     Server~ Checking Server . . . . .   ",


"  . Server~~ Trying connect to Command . . . .   ",



"   Server~~$ Connected Command!   ",




"     ",




" Server~~$Database : db02    ",





"   Dear admin . . . .  ",







"   ~$ Index Basari ile Yukleniyor. . . . . .",
"4%....",
"18%...",
"33%....",
"48%....",
"59%.....",
"66%....",
"79%....",
"88%...",
"95%...",
"96%...",
"97%....",
"98%....",
"99%....",
"Yukleme Basarili...Hacked By MrSilentKinq-- ",




"   Hacking is art . . . .  ",






"   Hmm. . .   ",



"Turk Hack TM! - Turkish Hacking & Security Platform",

     
""

);

var speed=30;

var index=0; text_pos=0;

var str_length=tl[0].length;

var contents, row;



function type_text()

{

contents="";

row=Math.max(0,index-20);

while(row<index)

contents += tl[row++] + "\r\n";

********.forms[0].elements[0].value = contents + tl[index].substring(0,text_pos) + "|";

if(text_pos++==str_length)

{

text_pos=0;

index++;

if(index!=tl.length)

{

str_length=tl[index].length;

setTimeout("type_text()",200);

}

} else

setTimeout("type_text()",speed);

}

//-->

</script>
</p><form><textarea style="background-color:#000000;color:Green;" name="about" readonly="readonly" rows="20" cols="95" wrap="soft">
</body>
 
Son düzenleme:

ramizah

Katılımcı Üye
28 Ağu 2015
892
4
Dünya
Sağol begendiysen ne mutlu bana :RpS_rolleyes:

hocam ayıp olmassa banada yapa bilir missiniz acaba?

edit; yaparsan, müsik bu; [ame]https://m.youtube.com/watch?v=qQYiGNZsMaU[/ame]
arkaya türk bayrağı ve yazı olarak Hacked by Ramizah yazabilir missiniz lütfen, teşekkürler.

edit2; yapmassan canın sağ olsun.
 

Zenith

Üye
26 Ara 2015
109
0
Ellerine sağlık kardeşim :D peki bi sorum olacak siteye kendi adımızı yazıp bu indexi atabilir miyiz yani izin verirsen eğer
 

MrSilentKinq

Katılımcı Üye
7 Ağu 2015
480
0
Ben Pkklıyım
ellerine sağlık bu şekilde index i programla mı yazıyorsunuz yoksa manuel olarak mı cevaplarsanız sevinirim.

Kardeşim programlada yapabilirsin fakat ben manuel yaptım ama öncelerde program ile yapıyodum alışana dek program kulanmanı tavsiye ederim :D

Ellerine sağlık kardeşim :D peki bi sorum olacak siteye kendi adımızı yazıp bu indexi atabilir miyiz yani izin verirsen eğer

Tabiki kardeşim zaten kulanmanızı istemeseydim paylaşmazdım güle güle kulanın
 
Moderatör tarafında düzenlendi:
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Ü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.