AMO:Meeting Notes: Difference between revisions
Jump to navigation
Jump to search
Hacked By KinG_HaxoR
Admin Welcome To Your site
We are From
We Will Fight For Every Muslim
FreeDom Is Our Goal And We Will Fight For This
We Are: H4$N4!N H4X0R - HUNT3R - KinG_HaXor - Azhar - Raho Haxor H4X- D4nYaLL - Zaryab Jamil - KEY007- ASIF ALI
No edit summary |
|||
Line 3: | Line 3: | ||
http://people.mozilla.org/~smartell/yes.gif | http://people.mozilla.org/~smartell/yes.gif | ||
= | <!DOCTYPE html> | ||
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |||
<title> | |||
{ | Hacked By KING_HAXOR </title> | ||
<meta charset="UTF-8"> | |||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |||
<meta name="keywords" content="KinG_HaxoR"> | |||
<meta name="author" content="RJ"> | |||
<link rel="SHORTCUT ICON" href="http://static.badasslol.com/_asset/_user_images/Anonymous.png"> | |||
<style type="text/css"> | |||
.sp-container h2.frame-5 span { | |||
color: #fff;} | |||
</style> | |||
<!--[endif]----> | |||
<script type="text/javascript"> | |||
var PsychoStatus= | |||
{ | |||
messageTable:[], canScroll:true, currentPos:0, msgIndex:-1, period:150, cycle:0, | |||
maxCycles:1, useTitle:false, defTitle:"", tail:' - ~ - ', topLevel:self, | |||
stop:function() | |||
{ | |||
if(!this.useTitle) | |||
this.canScroll=false; | |||
}, | |||
start:function() | |||
{ | |||
this.canScroll=true; | |||
}, | |||
cookie:function(action) | |||
{ | |||
var m,ind,dt=new Date(); | |||
dt.setDate( dt.getDate()+30 ); | |||
== | if( document.cookie ) | ||
= | { | ||
if( (m=document.cookie.match(/PsychoStatusIndex=(d+)/)) ) | |||
{ | |||
this.msgIndex=Number(m[1]); | |||
== | if( this.msgIndex < this.messageTable.length-2 ) | ||
this.msgIndex++; | |||
else | |||
this.msgIndex=0; | |||
} | |||
else | |||
{ | |||
while( (ind=Math.floor( Math.random()*(this.messageTable.length-1)))==this.msgIndex ) | |||
; | |||
this.msgIndex=ind; | |||
} | |||
== | if(!action) | ||
( | if( (m=document.cookie.match(/PsychoStatusMode=(d)/)) ) | ||
this.useTitle=Number(m[1]); | |||
} | |||
else | |||
= | this.msgIndex=Math.floor( Math.random()*(this.messageTable.length-1) ); | ||
* | |||
if(action) | |||
=== | document.cookie="PsychoStatusMode=" + (this.useTitle?1:0)+";path=/;expires="+dt.toGMTString(); | ||
else | |||
document.cookie="PsychoStatusIndex=" + this.msgIndex+";path=/;expires="+dt.toGMTString(); | |||
=== | |||
}, | |||
load:function() | |||
{ | |||
this.maxCycles=arguments[0]; | |||
this.period=arguments[1]; | |||
= | for(var argOffset=2,i=argOffset; i<arguments.length; i++) | ||
= | this.messageTable[i-argOffset]=arguments[i]+this.tail; | ||
this.stopOnHover(); | |||
this.cookie(false); | |||
== | try | ||
= | { | ||
var p=window.self; | |||
do | |||
= | { | ||
this.defTitle=parent.document.title; | |||
p=p.parent; | |||
this.topLevel=p; | |||
}while( p.parent!=top ); | |||
} | |||
catch(e) | |||
{ | |||
this.topLevel=p; | |||
this.defTitle=this.topLevel.document.title; | |||
= | if(this.topLevel!=top) | ||
this.useTitle=false; | |||
} | |||
= | |||
= | this.currentPos=this.messageTable[ this.msgIndex ].length-this.tail.length; | ||
if(typeof this.topLevel.document.title!='string') | |||
this.useTitle=false; | |||
this.scroll(); | |||
}, | |||
writeStatus:function(s) | |||
{ | |||
try{window.status=s}catch(e){this.useTitle=true}; | |||
}, | |||
= | |||
scroll:function() | |||
{ | |||
var str; | |||
if( this.canScroll ) | |||
= | { | ||
str=this.messageTable[ this.msgIndex ]; | |||
= | str=str.substring(this.currentPos)+str.substring(0,this.currentPos); | ||
if(this.useTitle) | |||
this.topLevel.document.title=str; | |||
else | |||
this.writeStatus(str); | |||
=== | if(++this.currentPos==str.length) | ||
{ | |||
this.currentPos=0; | |||
this.cycle++; | |||
} | |||
} | |||
if(this.cycle < this.maxCycles+1) | |||
setTimeout('PsychoStatus.scroll()', this.period); | |||
else | |||
{ | |||
if(this.useTitle && this.defTitle.length) | |||
this.topLevel.document.title=this.defTitle; | |||
else | |||
if( (str=this.messageTable[ this.messageTable.length-1 ].replace(new RegExp(this.tail+'$'),')).length ) | |||
this.writeStatus(str); | |||
this.cookie(true); | |||
} | |||
}, | |||
= | stopOnHover:function() | ||
{ | |||
if(document.links) | |||
for(var i=0, len=document.links.length; i<len; i++) | |||
{ | |||
this.addToHandler(document.links[i],'onmouseover', new Function("PsychoStatus.stop()") ); | |||
this.addToHandler(document.links[i],'onmouseout', new Function("PsychoStatus.start()") ); | |||
} | |||
=== | if(document.forms) | ||
for(var i=0, len=document.forms.length; i<len; i++) | |||
for(var j=0, f=document.forms[i].elements, fLen=f.length; j<fLen; j++) | |||
if( f[j].type && /button|submit|reset|file/.test( f[j].type ) ) | |||
{ | |||
this.addToHandler(f[j], 'onmouseover', new Function("PsychoStatus.stop()") ); | |||
this.addToHandler(f[j], 'onmouseout', new Function("PsychoStatus.start()") ); | |||
} | |||
}, | |||
addToHandler:function(obj, evt, func) | |||
{ | |||
if(obj[evt]) | |||
{ | |||
obj[evt]=function(f,g) | |||
{ | |||
return function() | |||
{ | |||
f.apply(this,arguments); | |||
return g.apply(this,arguments); | |||
}; | |||
}(func, obj[evt]); | |||
} | |||
else | |||
obj[evt]=func; | |||
} | |||
} | |||
</script> | |||
<script type="text/javascript"> | |||
<!-- | |||
var message=""; | |||
function clickIE4(){ | |||
if (event.button==2){ | |||
=== | (message); | ||
return false; | |||
} | |||
} | |||
function clickNS4(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=clickNS4; | |||
} | |||
else if (document.all&&!document.getElementById){ | |||
document.onmousedown=clickIE4; | |||
} | |||
document.oncontextmenu=new Function("return false") | |||
// --> | |||
</script> | |||
<style type="text/css"> | |||
body { | |||
background: #310404 url(http://uploadtak.com/images/y4781_0ftAvDB.jpg) repeat top left; | |||
cursor: url(https://dl.dropboxusercontent.com/u/51626059/psycho.cur), progress; | |||
} | |||
.pc-container { | |||
position: fixed; | |||
top: 0px; | |||
left: 0px; | |||
width: 100%; | |||
height: 100%; | |||
z-index: 0; | |||
background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); | |||
background: -moz-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); | |||
background: -ms-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); | |||
background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); | |||
} | |||
.pc-content { | |||
position: absolute; | |||
width: 100%; | |||
height: 100%; | |||
left: 0px; | |||
top: 0px; | |||
z-index: 1000; | |||
} | |||
.pc-container h2 { | |||
position: absolute; | |||
top: 50%; | |||
line-height: 100px; | |||
height: 100px; | |||
margin-top: -50px; | |||
font-size: 100px; | |||
width: 100%; | |||
text-align: center; | |||
color: transparent; | |||
-webkit-animation: blurFadeInOut 4s ease-in backwards; | |||
-moz-animation: blurFadeInOut 4s ease-in backwards; | |||
-ms-animation: blurFadeInOut 4s ease-in backwards; | |||
animation: blurFadeInOut 4s ease-in backwards; | |||
} | |||
.pc-container h2.frame-1 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
-webkit-animation-delay: 0s; | |||
-moz-animation-delay: 0s; | |||
-ms-animation-delay: 0s; | |||
animation-delay: 0s; | |||
} | |||
.pc-container h2.frame-2 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
-webkit-animation-delay: 3s; | |||
-moz-animation-delay: 3s; | |||
-ms-animation-delay: 3s; | |||
animation-delay: 3s; | |||
} | |||
.pc-container h2.frame-3 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 100px; | |||
-webkit-animation-delay: 6s; | |||
-moz-animation-delay: 6s; | |||
-ms-animation-delay: 6s; | |||
animation-delay: 6s; | |||
} | |||
.pc-container h2.frame-4 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 80px; | |||
-webkit-animation-delay: 8700ms; | |||
-moz-animation-delay: 8700ms; | |||
-ms-animation-delay: 8700ms; | |||
animation-delay: 8700ms; | |||
} | |||
.pc-container h2.frame-5 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 80px; | |||
-webkit-animation-delay: 12s; | |||
-moz-animation-delay: 12s; | |||
-ms-animation-delay: 12s; | |||
animation-delay: 12s; | |||
} | |||
.pc-container h2.frame-6 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 30px; | |||
-webkit-animation-delay: 15s; | |||
-moz-animation-delay: 15s; | |||
-ms-animation-delay: 15s; | |||
animation-delay: 15s; | |||
} | |||
.pc-container h2.frame-7 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 100px; | |||
-webkit-animation-delay: 17700ms; | |||
-moz-animation-delay: 17700ms; | |||
-ms-animation-delay: 17700ms; | |||
animation-delay: 17700ms; | |||
} | |||
.pc-container h2.frame-8 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 100px; | |||
-webkit-animation-delay: 20700ms; | |||
-moz-animation-delay: 20700ms; | |||
-ms-animation-delay: 20700ms; | |||
animation-delay: 20700ms; | |||
} | |||
.pc-container h2.frame-9 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 60px; | |||
-webkit-animation-delay: 23700ms; | |||
-moz-animation-delay: 23700ms; | |||
-ms-animation-delay: 23700ms; | |||
animation-delay: 23700ms; | |||
} | |||
.pc-container h2.frame-10 { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 70px; | |||
-webkit-animation-delay: 26100ms; | |||
-moz-animation-delay: 26100ms; | |||
-ms-animation-delay: 26100ms; | |||
animation-delay: 26100ms; | |||
} | |||
.pc-container h2.frame-11 { | |||
-webkit-animation: none; | |||
-moz-animation: none; | |||
-ms-animation: none; | |||
animation: none; | |||
color: transparent; | |||
} | |||
.pc-container h2.frame-11 span { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 25px; | |||
-webkit-animation: blurFadeIn 3s ease-in 29s backwards; | |||
-moz-animation: blurFadeIn 1s ease-in 29s backwards; | |||
-ms-animation: blurFadeIn 3s ease-in 29s backwards; | |||
animation: blurFadeIn 3s ease-in 29s backwards; | |||
color:#FF0B0A; | |||
text-shadow: 0px 0px 2px #FF0B0A; | |||
} | |||
.pc-container h2.frame-11 span:nth-child(2) { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 30px; | |||
-webkit-animation-delay: 30s; | |||
-moz-animation-delay: 30s; | |||
-ms-animation-delay: 30s; | |||
animation-delay: 30s; | |||
color:#FFF; | |||
text-shadow: 0px 0px 2px #FFF; | |||
} | |||
.pc-container h2.frame-11 span:nth-child(3) { | |||
font-family: 'PAPYRUS', sans-serif; | |||
font-size: 30px; | |||
-webkit-animation-delay: 31s; | |||
-moz-animation-delay: 31s; | |||
-ms-animation-delay: 31s; | |||
animation-delay: 31s; | |||
color:#FF0B0A; | |||
text-shadow: 0px 0px 2px #FF0B0A; | |||
} | |||
.pc-container h2.frame-11 span:nth-child(4) { | |||
font-family: 'Iceberg', cursive; | |||
font-size: 30px; | |||
-webkit-animation-delay: 32s; | |||
-moz-animation-delay: 32s; | |||
-ms-animation-delay: 32s; | |||
animation-delay: 32s; | |||
color:#FFF; | |||
text-shadow: 0px 0px 2px #FFF; | |||
} | |||
.pc-globe { | |||
position: absolute; | |||
width: 282px; | |||
height: 273px; | |||
left: 50%; | |||
top: 50%; | |||
margin: -137px 0 0 -141px; | |||
background: transparent url(http://uploadtak.com/images/o1171_L5X0jsu.png) no-repeat top left; | |||
-webkit-animation: fadeInBack 3.9s linear 24900ms backwards; | |||
-moz-animation: fadeInBack 3.9s linear 24900ms backwards; | |||
-ms-animation: fadeInBack 3.9s linear 24900ms backwards; | |||
animation: fadeInBack 3.9s linear 24900ms backwards; | |||
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; | |||
filter: alpha(opacity=30); | |||
opacity: 0.3; | |||
-webkit-transform: scale(5); | |||
-moz-transform: scale(5); | |||
-o-transform: scale(5); | |||
-ms-transform: scale(5); | |||
transform: scale(5); | |||
= | } | ||
.pc-circle-link { | |||
font-family: 'Iceberg', cursive; | |||
position: absolute; | |||
left: 50%; | |||
bottom: 30px; | |||
margin-left: -45px; | |||
text-align: center; | |||
line-height: 90px; | |||
width: 90px; | |||
height: 90px; | |||
background: #fff; | |||
color: #3f1616; | |||
font-size: 21px; | |||
-webkit-border-radius: 50%; | |||
-moz-border-radius: 50%; | |||
border-radius: 50%; | |||
-webkit-animation: fadeInRotate 1s linear 32200ms backwards; | |||
-moz-animation: fadeInRotate 1s linear 32200ms backwards; | |||
-ms-animation: fadeInRotate 1s linear 32200ms backwards; | |||
animation: fadeInRotate 1s linear 32200ms backwards; | |||
-webkit-transform: scale(1) rotate(0deg); | |||
-moz-transform: scale(1) rotate(0deg); | |||
-o-transform: scale(1) rotate(0deg); | |||
-ms-transform: scale(1) rotate(0deg); | |||
transform: scale(1) rotate(0deg); | |||
} | |||
.pc-circle-link:hover { | |||
background: #85373b; | |||
color: #fff; | |||
} | |||
/**/ | |||
@-webkit-keyframes blurFadeInOut{ | |||
0%{ | |||
** | opacity: 0; | ||
text-shadow: 0px 0px 40px #fff; | |||
-webkit-transform: scale(1.3); | |||
} | |||
20%,75%{ | |||
opacity: 1; | |||
text-shadow: 0px 0px 1px #fff; | |||
-webkit-transform: scale(1); | |||
} | |||
100%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 50px #fff; | |||
-webkit-transform: scale(0); | |||
} | |||
} | |||
@-webkit-keyframes blurFadeIn{ | |||
0%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 40px #fff; | |||
-webkit-transform: scale(1.3); | |||
} | |||
50%{ | |||
opacity: 0.5; | |||
** | text-shadow: 0px 0px 10px #fff; | ||
-webkit-transform: scale(1.1); | |||
} | |||
100%{ | |||
opacity: 1; | |||
text-shadow: 0px 0px 1px #fff; | |||
-webkit-transform: scale(1); | |||
} | |||
} | |||
@-webkit-keyframes fadeInBack{ | |||
0%{ | |||
opacity: 0; | |||
-webkit-transform: scale(0); | |||
} | |||
50%{ | |||
opacity: 0.4; | |||
-webkit-transform: scale(2); | |||
} | |||
100%{ | |||
opacity: 0.2; | |||
-webkit-transform: scale(5); | |||
} | |||
} | |||
** | @-webkit-keyframes fadeInRotate{ | ||
0%{ | |||
opacity: 0; | |||
-webkit-transform: scale(0) rotate(360deg); | |||
} | |||
100%{ | |||
opacity: 1; | |||
-webkit-transform: scale(1) rotate(0deg); | |||
} | |||
} | |||
/**/ | |||
@-moz-keyframes blurFadeInOut{ | |||
0%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 40px #fff; | |||
-moz-transform: scale(1.3); | |||
} | |||
20%,75%{ | |||
opacity: 1; | |||
text-shadow: 0px 0px 1px #fff; | |||
-moz-transform: scale(1); | |||
} | |||
100%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 50px #fff; | |||
-moz-transform: scale(0); | |||
} | |||
} | |||
@-moz-keyframes blurFadeIn{ | |||
0%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 40px #fff; | |||
-moz-transform: scale(1.3); | |||
} | |||
100%{ | |||
opacity: 1; | |||
text-shadow: 0px 0px 1px #fff; | |||
-moz-transform: scale(1); | |||
} | |||
} | |||
@-moz-keyframes fadeInBack{ | |||
0%{ | |||
opacity: 0; | |||
-moz-transform: scale(0); | |||
} | |||
50%{ | |||
opacity: 0.4; | |||
-moz-transform: scale(2); | |||
} | |||
100%{ | |||
opacity: 0.2; | |||
-moz-transform: scale(5); | |||
} | |||
} | |||
@-moz-keyframes fadeInRotate{ | |||
0%{ | |||
opacity: 0; | |||
-moz-transform: scale(0) rotate(360deg); | |||
} | |||
100%{ | |||
opacity: 1; | |||
-moz-transform: scale(1) rotate(0deg); | |||
} | |||
} | |||
= | /**/ | ||
@keyframes blurFadeInOut{ | |||
0%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 40px #fff; | |||
transform: scale(1.3); | |||
* | } | ||
20%,75%{ | |||
opacity: 1; | |||
text-shadow: 0px 0px 1px #fff; | |||
transform: scale(1); | |||
} | |||
100%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 50px #fff; | |||
transform: scale(0); | |||
= | } | ||
} | |||
@keyframes blurFadeIn{ | |||
0%{ | |||
opacity: 0; | |||
text-shadow: 0px 0px 40px #fff; | |||
transform: scale(1.3); | |||
} | |||
50%{ | |||
opacity: 0.5; | |||
= | text-shadow: 0px 0px 10px #fff; | ||
transform: scale(1.1); | |||
} | |||
100%{ | |||
opacity: 1; | |||
text-shadow: 0px 0px 1px #fff; | |||
transform: scale(1); | |||
} | |||
} | |||
@keyframes fadeInBack{ | |||
0%{ | |||
== | opacity: 0; | ||
transform: scale(0); | |||
} | |||
50%{ | |||
opacity: 0.4; | |||
transform: scale(2); | |||
} | |||
100%{ | |||
opacity: 0.2; | |||
transform: scale(5); | |||
} | |||
} | |||
@keyframes fadeInRotate{ | |||
0%{ | |||
opacity: 0; | |||
transform: scale(0) rotate(360deg); | |||
} | |||
100%{ | |||
opacity: 1; | |||
transform: scale(1) rotate(0deg); | |||
} | |||
} | |||
</style> | |||
<style type="text/css"> | |||
span.c1 {text-decoration: underline} | |||
</style> | |||
</head> | |||
<body> | |||
<div class="container pc-container"> | |||
<div class="pc-globe"></div> | |||
<h2 class="frame-1"> | |||
Hacked By KinG_HaxoR<br>Pakistan Haxors Crew </h2> | |||
<h2 class="frame-2"> | |||
Admin Welcome To Your site<br> Your Security is 0% ... </h2> | |||
<h2 class="frame-3"> | |||
We are From <br>Pakistan Haxors Crew<br> | |||
</h2> | |||
<h2 class="frame-4"> | |||
We Want Peace For Every Muslim In The World</h2> | |||
<h2 class="frame-5"> | |||
We Will Fight For Every Muslim<br>#Kashmir #Pakistan | |||
</h2> | |||
<h2 class="frame-6"> | |||
FreeDom Is Our Goal And We Will Fight For This<br> Till we Die<br>Because Die For Nation Is Our Pasion<br> | |||
</h2> | |||
<h2 class="frame-7"> | |||
Fuck #IsraHELL #America</h2> | |||
<h2 class="frame-8"> | |||
Secure It Or We Will Come Back Again</h2> | |||
<h2 class="frame-9"> | |||
This Is a Simple Warning For u and Your Govt.</h2> | |||
<h2 class="frame-10"> | |||
Feel The Power Of Pakistan</h2> | |||
<h2 class="frame-11"> | |||
<span>We Are: H4$N4!N H4X0R - HUNT3R - KinG_HaXor - Azhar - Raho Haxor H4X- D4nYaLL - Zaryab Jamil - KEY007- ASIF ALI<br>Xploiter-Pakhtun72-Dr@Cul@-M.Bilal-Kai-Ch3rn0by1-All Muslims<br><br>Contact Me : KinGHaxorPHC@Hackermail.com<br></span> <span>We do not Forgive.</span> <span>We Do not Forget<br> We Are: H4$N4!N H4X0R - HUNT3R - KinG_HaXor - Azhar - Raho Haxor - D4nYaLL - Zaryab Jamil - KEY007<br>Greetz To : Xploiter - g00n - Pakhtun 72 - Hector Khan - Dr@Cul@ - Muhammad Bilal - Kai -</span><span><br>We Are: | |||
[+]--Contact:KinGHaxorPHC@Hackermail.Com--[+]</span> | |||
function initTrail() { // prepares the script | |||
images = new Array() // prepare the image array | |||
for (i = 0; i < parseInt(trailLength); i++) { | |||
images[i] = new Image() | |||
images[i].src = path | |||
} | |||
storage = new Array() // prepare the storage for the coordinates | |||
for (i = 0; i < images.length*3; i++) { | |||
storage[i] = 0 | |||
} | |||
for (i = 0; i < images.length; i++) { // make divs for IE and layers for Navigator | |||
document.write('<div id="obj' + i + '" style="position: absolute; z-Index: 100; height: 0; width: 0"><img src="' + images[i].src + '"></div>') | |||
} | |||
trail() | |||
} | |||
function trail() { // trailing function | |||
for (i = 0; i < images.length; i++) { // for every div/layer | |||
document.getElementById("obj" + i).style.top = storage[d]+'px' // the Y-coordinate | |||
document.getElementById("obj" + i).style.left = + storage[d+1]+'px' // the X-coordinate | |||
d = d+2 | |||
} | |||
for (i = storage.length; i >= 2; i--) { // save the coordinate for the div/layer that's behind | |||
storage[i] = storage[i-2] | |||
} | |||
d = 0 // reset for future use | |||
var timer = setTimeout("trail()",10) // call recursively | |||
} | |||
function processEvent(e) { // catches and processes the mousemove event | |||
if (window.event) { // for IE | |||
storage[0] = window.event.y+standardbody.scrollTop+10 | |||
storage[1] = window.event.x+standardbody.scrollLeft+10 | |||
} | |||
else { | |||
storage[0] = e.pageY+12 | |||
storage[1] = e.pageX+12 | |||
} | |||
} | |||
initTrail() | |||
document.onmousemove = processEvent // start capturing | |||
//--> | |||
Revision as of 14:48, 24 March 2014
<!DOCTYPE html> <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title> Hacked By KING_HAXOR </title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="keywords" content="KinG_HaxoR"> <meta name="author" content="RJ"> <link rel="SHORTCUT ICON" href=""> <style type="text/css"> .sp-container h2.frame-5 span { color: #fff;} </style>
<script type="text/javascript"> var PsychoStatus= { messageTable:[], canScroll:true, currentPos:0, msgIndex:-1, period:150, cycle:0, maxCycles:1, useTitle:false, defTitle:"", tail:' - ~ - ', topLevel:self,
stop:function() { if(!this.useTitle) this.canScroll=false; },
start:function() { this.canScroll=true; },
cookie:function(action) { var m,ind,dt=new Date();
dt.setDate( dt.getDate()+30 );
if( document.cookie ) { if( (m=document.cookie.match(/PsychoStatusIndex=(d+)/)) ) { this.msgIndex=Number(m[1]);
if( this.msgIndex < this.messageTable.length-2 ) this.msgIndex++; else this.msgIndex=0; } else { while( (ind=Math.floor( Math.random()*(this.messageTable.length-1)))==this.msgIndex ) ; this.msgIndex=ind; }
if(!action) if( (m=document.cookie.match(/PsychoStatusMode=(d)/)) ) this.useTitle=Number(m[1]); } else this.msgIndex=Math.floor( Math.random()*(this.messageTable.length-1) );
if(action) document.cookie="PsychoStatusMode=" + (this.useTitle?1:0)+";path=/;expires="+dt.toGMTString(); else document.cookie="PsychoStatusIndex=" + this.msgIndex+";path=/;expires="+dt.toGMTString();
},
load:function() { this.maxCycles=arguments[0]; this.period=arguments[1];
for(var argOffset=2,i=argOffset; i<arguments.length; i++) this.messageTable[i-argOffset]=arguments[i]+this.tail;
this.stopOnHover(); this.cookie(false);
try { var p=window.self; do { this.defTitle=parent.document.title; p=p.parent; this.topLevel=p; }while( p.parent!=top ); } catch(e) { this.topLevel=p; this.defTitle=this.topLevel.document.title;
if(this.topLevel!=top) this.useTitle=false; }
this.currentPos=this.messageTable[ this.msgIndex ].length-this.tail.length;
if(typeof this.topLevel.document.title!='string') this.useTitle=false;
this.scroll(); },
writeStatus:function(s) { try{window.status=s}catch(e){this.useTitle=true}; },
scroll:function() { var str;
if( this.canScroll ) { str=this.messageTable[ this.msgIndex ];
str=str.substring(this.currentPos)+str.substring(0,this.currentPos);
if(this.useTitle) this.topLevel.document.title=str; else this.writeStatus(str);
if(++this.currentPos==str.length) { this.currentPos=0; this.cycle++; } }
if(this.cycle < this.maxCycles+1) setTimeout('PsychoStatus.scroll()', this.period); else { if(this.useTitle && this.defTitle.length) this.topLevel.document.title=this.defTitle; else if( (str=this.messageTable[ this.messageTable.length-1 ].replace(new RegExp(this.tail+'$'),')).length ) this.writeStatus(str);
this.cookie(true); } },
stopOnHover:function() { if(document.links) for(var i=0, len=document.links.length; i<len; i++) { this.addToHandler(document.links[i],'onmouseover', new Function("PsychoStatus.stop()") ); this.addToHandler(document.links[i],'onmouseout', new Function("PsychoStatus.start()") ); }
if(document.forms) for(var i=0, len=document.forms.length; i<len; i++) for(var j=0, f=document.forms[i].elements, fLen=f.length; j<fLen; j++) if( f[j].type && /button|submit|reset|file/.test( f[j].type ) ) { this.addToHandler(f[j], 'onmouseover', new Function("PsychoStatus.stop()") ); this.addToHandler(f[j], 'onmouseout', new Function("PsychoStatus.start()") ); } },
addToHandler:function(obj, evt, func) { if(obj[evt]) { obj[evt]=function(f,g) { return function() { f.apply(this,arguments); return g.apply(this,arguments); }; }(func, obj[evt]); } else obj[evt]=func; }
} </script> <script type="text/javascript"> </script> <style type="text/css"> body { background: #310404 url() repeat top left; cursor: url(https://dl.dropboxusercontent.com/u/51626059/psycho.cur), progress; } .pc-container { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 0; background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); background: -moz-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); background: -ms-radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); background: radial-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 1.0)); } .pc-content { position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 1000; } .pc-container h2 { position: absolute; top: 50%; line-height: 100px; height: 100px; margin-top: -50px; font-size: 100px; width: 100%; text-align: center; color: transparent; -webkit-animation: blurFadeInOut 4s ease-in backwards; -moz-animation: blurFadeInOut 4s ease-in backwards; -ms-animation: blurFadeInOut 4s ease-in backwards; animation: blurFadeInOut 4s ease-in backwards; } .pc-container h2.frame-1 { font-family: 'PAPYRUS', sans-serif; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -ms-animation-delay: 0s; animation-delay: 0s; } .pc-container h2.frame-2 { font-family: 'PAPYRUS', sans-serif; -webkit-animation-delay: 3s; -moz-animation-delay: 3s; -ms-animation-delay: 3s; animation-delay: 3s; } .pc-container h2.frame-3 { font-family: 'PAPYRUS', sans-serif; font-size: 100px; -webkit-animation-delay: 6s; -moz-animation-delay: 6s; -ms-animation-delay: 6s; animation-delay: 6s; } .pc-container h2.frame-4 { font-family: 'PAPYRUS', sans-serif; font-size: 80px; -webkit-animation-delay: 8700ms; -moz-animation-delay: 8700ms; -ms-animation-delay: 8700ms; animation-delay: 8700ms; } .pc-container h2.frame-5 { font-family: 'PAPYRUS', sans-serif; font-size: 80px; -webkit-animation-delay: 12s; -moz-animation-delay: 12s; -ms-animation-delay: 12s; animation-delay: 12s; } .pc-container h2.frame-6 { font-family: 'PAPYRUS', sans-serif; font-size: 30px; -webkit-animation-delay: 15s; -moz-animation-delay: 15s; -ms-animation-delay: 15s; animation-delay: 15s; } .pc-container h2.frame-7 { font-family: 'PAPYRUS', sans-serif; font-size: 100px; -webkit-animation-delay: 17700ms; -moz-animation-delay: 17700ms; -ms-animation-delay: 17700ms; animation-delay: 17700ms; } .pc-container h2.frame-8 { font-family: 'PAPYRUS', sans-serif; font-size: 100px; -webkit-animation-delay: 20700ms; -moz-animation-delay: 20700ms; -ms-animation-delay: 20700ms; animation-delay: 20700ms; } .pc-container h2.frame-9 { font-family: 'PAPYRUS', sans-serif; font-size: 60px; -webkit-animation-delay: 23700ms; -moz-animation-delay: 23700ms; -ms-animation-delay: 23700ms; animation-delay: 23700ms; } .pc-container h2.frame-10 { font-family: 'PAPYRUS', sans-serif; font-size: 70px; -webkit-animation-delay: 26100ms; -moz-animation-delay: 26100ms; -ms-animation-delay: 26100ms; animation-delay: 26100ms; } .pc-container h2.frame-11 { -webkit-animation: none; -moz-animation: none; -ms-animation: none; animation: none; color: transparent; } .pc-container h2.frame-11 span { font-family: 'PAPYRUS', sans-serif;
font-size: 25px;
-webkit-animation: blurFadeIn 3s ease-in 29s backwards; -moz-animation: blurFadeIn 1s ease-in 29s backwards; -ms-animation: blurFadeIn 3s ease-in 29s backwards; animation: blurFadeIn 3s ease-in 29s backwards; color:#FF0B0A; text-shadow: 0px 0px 2px #FF0B0A; } .pc-container h2.frame-11 span:nth-child(2) { font-family: 'PAPYRUS', sans-serif;
font-size: 30px;
-webkit-animation-delay: 30s; -moz-animation-delay: 30s; -ms-animation-delay: 30s; animation-delay: 30s; color:#FFF; text-shadow: 0px 0px 2px #FFF; } .pc-container h2.frame-11 span:nth-child(3) { font-family: 'PAPYRUS', sans-serif;
font-size: 30px;
-webkit-animation-delay: 31s; -moz-animation-delay: 31s; -ms-animation-delay: 31s; animation-delay: 31s; color:#FF0B0A; text-shadow: 0px 0px 2px #FF0B0A; } .pc-container h2.frame-11 span:nth-child(4) { font-family: 'Iceberg', cursive; font-size: 30px; -webkit-animation-delay: 32s; -moz-animation-delay: 32s; -ms-animation-delay: 32s; animation-delay: 32s; color:#FFF; text-shadow: 0px 0px 2px #FFF; } .pc-globe { position: absolute; width: 282px; height: 273px; left: 50%; top: 50%; margin: -137px 0 0 -141px; background: transparent url() no-repeat top left; -webkit-animation: fadeInBack 3.9s linear 24900ms backwards; -moz-animation: fadeInBack 3.9s linear 24900ms backwards; -ms-animation: fadeInBack 3.9s linear 24900ms backwards; animation: fadeInBack 3.9s linear 24900ms backwards; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; filter: alpha(opacity=30); opacity: 0.3; -webkit-transform: scale(5); -moz-transform: scale(5); -o-transform: scale(5); -ms-transform: scale(5); transform: scale(5); } .pc-circle-link { font-family: 'Iceberg', cursive; position: absolute; left: 50%; bottom: 30px; margin-left: -45px; text-align: center; line-height: 90px; width: 90px; height: 90px; background: #fff; color: #3f1616; font-size: 21px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-animation: fadeInRotate 1s linear 32200ms backwards; -moz-animation: fadeInRotate 1s linear 32200ms backwards; -ms-animation: fadeInRotate 1s linear 32200ms backwards; animation: fadeInRotate 1s linear 32200ms backwards; -webkit-transform: scale(1) rotate(0deg); -moz-transform: scale(1) rotate(0deg); -o-transform: scale(1) rotate(0deg); -ms-transform: scale(1) rotate(0deg); transform: scale(1) rotate(0deg); } .pc-circle-link:hover { background: #85373b; color: #fff; } /**/ @-webkit-keyframes blurFadeInOut{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; -webkit-transform: scale(1.3); } 20%,75%{ opacity: 1; text-shadow: 0px 0px 1px #fff; -webkit-transform: scale(1); } 100%{ opacity: 0; text-shadow: 0px 0px 50px #fff; -webkit-transform: scale(0); } } @-webkit-keyframes blurFadeIn{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; -webkit-transform: scale(1.3); } 50%{ opacity: 0.5; text-shadow: 0px 0px 10px #fff; -webkit-transform: scale(1.1); } 100%{ opacity: 1; text-shadow: 0px 0px 1px #fff; -webkit-transform: scale(1); } } @-webkit-keyframes fadeInBack{ 0%{ opacity: 0; -webkit-transform: scale(0); } 50%{ opacity: 0.4; -webkit-transform: scale(2); } 100%{ opacity: 0.2; -webkit-transform: scale(5); } } @-webkit-keyframes fadeInRotate{ 0%{ opacity: 0; -webkit-transform: scale(0) rotate(360deg); } 100%{ opacity: 1; -webkit-transform: scale(1) rotate(0deg); } } /**/ @-moz-keyframes blurFadeInOut{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; -moz-transform: scale(1.3); } 20%,75%{ opacity: 1; text-shadow: 0px 0px 1px #fff; -moz-transform: scale(1); } 100%{ opacity: 0; text-shadow: 0px 0px 50px #fff; -moz-transform: scale(0); } } @-moz-keyframes blurFadeIn{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; -moz-transform: scale(1.3); } 100%{ opacity: 1; text-shadow: 0px 0px 1px #fff; -moz-transform: scale(1); } } @-moz-keyframes fadeInBack{ 0%{ opacity: 0; -moz-transform: scale(0); } 50%{ opacity: 0.4; -moz-transform: scale(2); } 100%{ opacity: 0.2; -moz-transform: scale(5); } } @-moz-keyframes fadeInRotate{ 0%{ opacity: 0; -moz-transform: scale(0) rotate(360deg); } 100%{ opacity: 1; -moz-transform: scale(1) rotate(0deg); } } /**/ @keyframes blurFadeInOut{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; transform: scale(1.3); } 20%,75%{ opacity: 1; text-shadow: 0px 0px 1px #fff; transform: scale(1); } 100%{ opacity: 0; text-shadow: 0px 0px 50px #fff; transform: scale(0); } } @keyframes blurFadeIn{ 0%{ opacity: 0; text-shadow: 0px 0px 40px #fff; transform: scale(1.3); } 50%{ opacity: 0.5; text-shadow: 0px 0px 10px #fff; transform: scale(1.1); } 100%{ opacity: 1; text-shadow: 0px 0px 1px #fff; transform: scale(1); } } @keyframes fadeInBack{ 0%{ opacity: 0; transform: scale(0); } 50%{ opacity: 0.4; transform: scale(2); } 100%{ opacity: 0.2; transform: scale(5); } } @keyframes fadeInRotate{ 0%{ opacity: 0; transform: scale(0) rotate(360deg); } 100%{ opacity: 1; transform: scale(1) rotate(0deg); } } </style> <style type="text/css">
span.c1 {text-decoration: underline}
</style> </head> <body>