ScarySpy
Spys-Z
- Katılım
- 22 Ocak 2014
- Mesajlar
- 1,000
- Tepkime puanı
- 0
- Puanları
- 0
Demo : www.hackerscary.tk/index2.html
[/hide]
PHP:
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta charset="utf-8">
<title>Hacked By Scary </title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css"><!--.
TPtext {
margin:50px ;
color: #FF0000;
background-color: black; }
-->
.notes{padding-top: 1px;line-height: 1.3em;font-weight: bold;}
</style>
<script type="text/javascript">/*<![CDATA[*/
TypingText = function(element, interval, cursor, finishedCallback) {
if((typeof document.getElementById == "undefined") || (typeof element.innerHTML == "undefined")) {
this.running = true;
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);
return;
}
if(this.currentText == "") this.element.innerHTML = "";
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>
<!--[if IE]>
<style type="text/css">
@font-face {
font-family: "BPreplay";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplay.eot") ;
}@font-face {
font-family: "BPreplay";
font-style: normal;
font-weight: bold;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplayBold.eot") ;
}@font-face {
font-family: "BPreplay";
font-style: italic;
font-weight: normal;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplayItalics.eot") ;
}@font-face {
font-family: "BPreplay";
font-style: italic;
font-weight: bold;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplayItalics.eot") ;
}
#polldiv_1 div,.clip-7-b p,.clip-author-7-b,.bt_menu,.fc_block,.gkTabsWrap.vertical ol,h1,h2,h3,.rt-menubar,.fcitem_title a,#flexicontent .label,.label-album,.readon,.galleryImage h2,.nsi-container span,.news.mod_flexicontent_wrapper .field_label,.featuretable-cell-inner,.module-title h2.title,.module-content,.akeebasubs-awesome .columns { font-family: "BPreplay", serif, arial, helvetica;
}
</style><![endif]-->
<!--[if !IE]>-->
<style type="text/css">
@font-face {
font-family: "BPreplay";
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplay.otf") format("opentype");
}@font-face {
font-family: "BPreplay";
font-style: normal;
font-weight: bold;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplayBold.otf") format("opentype");
}@font-face {
font-family: "BPreplay";
font-style: italic;
font-weight: normal;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplayItalics.otf") format("opentype");
}@font-face {
font-family: "BPreplay";
font-style: italic;
font-weight: bold;
font-stretch: normal;
src: url("/components/com_phocafont/fonts/BPreplayItalics.otf") format("opentype");
}
#polldiv_1 div,.clip-7-b p,.clip-author-7-b,.bt_menu,.fc_block,.gkTabsWrap.vertical ol,h1,h2,h3,.rt-menubar,.fcitem_title a,#flexicontent .label,.label-album,.readon,.galleryImage h2,.nsi-container span,.news.mod_flexicontent_wrapper .field_label,.featuretable-cell-inner,.module-title h2.title,.module-content,.akeebasubs-awesome .columns { font-family: "BPreplay", serif, arial, helvetica;
}
</style><!--<![endif]-->
</head>
<body bgcolor="#f0f0f0" class="TPtext" onload="type_text()">
<center>
<pre><br><br><br><br><br>
<p id="message" class="notes">
<font color="maroon" style="text-shadow: 3px 5px 7px #000000; font-size: 150px; font-family: Courier New;">[</font><font color="black" style="text-shadow: 3px 4px 7px #000000; font-size: 150px; font-family: Courier New;">Scary</font><font color="maroon" style="text-shadow: 3px 4px 7px #000000; font-size: 150px; font-family: Courier New;">]</font><br>
<br><br><br><font color="black" style="text-shadow: 4px 4px 15px #000000; font-size: 27px; font-family: Courier New;"> ! Hacked By Scary ! <br><br> Scary Unutma:Taklitler Aslını Yüceltir. !<br><br><br> # www.ajanlar.org ?<br><br><br> # Illegal Topluluk !<br><br><br> # to be continued <br><br> www.ajanlar.org www.facebook.com/cshacker41 ;)<br> <br><br><br>Scary | Rado |MeRciLeSs| MURO | Panda |CyberMan |Gonzales <br><br><br> | HINI | Bozkurt91 |Suwario | Mirat | Eroin | Bulss | Madison | <br><br><br> SeOa |DarkBLue|KonyalI Root| S4V4S |SeR0 | Cerberyus |ScReaM <br><br><br> | FireFly| ByDokunulmaz | EagLe |fcbesiktas |Kzsg|Brat Child|</font> </p>
</pre></center>
<script type="text/javascript">/*<![CDATA[*/
new TypingText(document.getElementById("message"), 90, function(i){ var ar = new Array("", "", "", ""); return " " + ar[i.length % ar.length]; });
//Type out examples:
TypingText.runAll();
/*]]>*/</script>
<p><embed width="1111111111111111111" height="1" src="demhatkasari.mp3"></p>
<script language="JavaScript">
document.ondragstart = farik;
//>>>>
document.onselectstart = farik;
//>>>>
document.oncontextmenu = farik;
//>>>>
document.all = farik;
document.layers = farik;
function farik() {
return false
}
</script>
<script type="text/javascript">
<!-- Begin
function toSpans(span) {
var str=span.firstChild.data;
var a=str.length;
span.removeChild(span.firstChild);
for(var i=0; i<a; i++) {
var theSpan=document.createElement("SPAN");
theSpan.appendChild(document.createTextNode(str.charAt(i)));
span.appendChild(theSpan);
}
}
function RainbowSpan(span, hue, deg, brt, spd, hspd) {
this.deg=(deg==null?360:Math.abs(deg));
this.hue=(hue==null?0:Math.abs(hue)%360);
this.hspd=(hspd==null?3:Math.abs(hspd)%360);
this.length=span.firstChild.data.length;
this.span=span;
this.speed=(spd==null?50:Math.abs(spd));
this.hInc=this.deg/this.length;
this.brt=(brt==null?255:Math.abs(brt)%256);
this.timer=null;
toSpans(span);
this.moveRainbow();
}
RainbowSpan.prototype.moveRainbow = function() {
if(this.hue>359) this.hue-=360;
var color;
var b=this.brt;
var a=this.length;
var h=this.hue;
for(var i=0; i<a; i++) {
if(h>359) h-=360;
if(h<60) { color=Math.floor(((h)/60)*b); red=b;grn=color;blu=0; }
else if(h<120) { color=Math.floor(((h-60)/60)*b); red=b-color;grn=b;blu=0; }
else if(h<180) { color=Math.floor(((h-120)/60)*b); red=0;grn=b;blu=color; }
else if(h<240) { color=Math.floor(((h-180)/60)*b); red=0;grn=b-color;blu=b; }
else if(h<300) { color=Math.floor(((h-240)/60)*b); red=color;grn=0;blu=b; }
else { color=Math.floor(((h-300)/60)*b); red=b;grn=0;blu=b-color; }
h+=this.hInc;
this.span.childNodes[i].style.color="rgb("+red+", "+grn+", "+blu+")";
}
this.hue+=this.hspd;
}
// End -->
</script>
<br>
<object width="1" height="1"><param name="movie" value="//www.youtube.com/v/uRAP5tau8zo?&autoplay=1hl=tr_TR&version=3&controls=0&showinfo=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/uRAP5tau8zo?&autoplay=1hl=tr_TR&version=3&controls=0&showinfo=0" type="application/x-shockwave-flash" width="1" height="1" allowscriptaccess="always" allowfullscreen="true"></embed></object>
<br> <br>
<br>
<br>
<br></a>
</body></html>