\n'; document.write(barra); } } changePage();
Scripts Universe
Efeito de meteoros no mouse
Copie e cole o código abaixo depois da primeira tag <head>
<script language="javascript"><!--
var username = "jscriptshp";
var cat = "3402";
// --></script>
<script language="javascript" src="http://ww2.hpg.ig.com.br/publicidade/publicidade_popup_js.php3" type="text/javascript"></script>
<!-- hpG end -->
<title>JScripts Home Page</title>
<script Language="Javascript">
bname=navigator.appName;
bversion=parseInt(navigator.appVersion)
if (bname=="Netscape")
brows=true
else
brows=false
var x=0;
var link=new Array();
function dspl(msg,bgcolor,dtop,delft){
this.msg=msg;
this.bgcolor=bgcolor;
this.dtop=dtop;
this.dleft=delft;
}
link[0]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Saiba o que é um hacker<BR> Apresnda como ser um.</B></Font></CENTER>','#ffcc00',120,200)
link[1]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Veja hackers Famosos<BR>E saiba mais</B></Font></CENTER>','#ffcc00',190,200)
link[2]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Você já tem uma HP ?? <BR>Aprenda a ter uma de graça !</B></Font></CENTER>','#ffcc00',210,200)
link[3]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Veja Alguns truques<BR> Para invadir por FTP</B></Font></CENTER>','#ffcc00',300,200)
link[4]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Encontre umas Velharias<BR>Para Melhorar esse pc</B></Font></CENTER>','#ffcc00',350,200)
link[5]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Esta sendo invadido ???<BR>Deixe de ser lamer e tire os trojans</B></Font></CENTER>','#ffcc00',400,200)
link[6]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Se você já manja de ftp<BR>Pegue aqui suas receitas de bolo</B></Font></CENTER>','#ffcc00',450,200)
link[7]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>O que não sabe Invadir ?<BR> Veja aqui</B></Font></CENTER>','#ffcc00',500,200)
link[8]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Em outras palavras <BR> Receitas de Bolo</B></Font></CENTER>','#ffcc00',550,420)
link[9]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Vários Programs e <BR> Ferramentas Hacker</B></Font></CENTER>','#ffcc00',600,420)
link[10]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Veja como descobrir <BR>O ip de alguém.</B></Font></CENTER>','#ffcc00',650,420)
link[11]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Entre e fique <BR>A vontade. e detone com os lamers</B></Font></CENTER>','#ffcc00',700,420)
link[12]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Senhas Para <BR>Você registrar aquele winzip e outros programas</B></Font></CENTER>','#ffcc00',750,420)
link[13]=new dspl('<CENTER><Font face="Verdana" color="#000000"size=2><B>Mande um mail com o endereço da sua HP<BR>seu nick e icq para ter um link aqui</B></Font></CENTER>','#ffcc00',850,200)
function don(x){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (brows){
with(link[x]){
document.layers['linkex'].bgColor=bgcolor;
document.layers['linkex'].document.writeln(msg);
document.layers['linkex'].document.close();
document.layers['linkex'].top=dtop;
document.layers['linkex'].left=dleft;
}
document.layers['linkex'].visibility="show";
}
else{
with(link[x]){
linkex.innerHTML=msg;
linkex.style.top=dtop;
linkex.style.left=dleft;
linkex.style.background=bgcolor;
}
linkex.style.visibility="visible";
}
}
}
function doff(){
if ((bname=="Netscape" && bversion>=4) || (bname=="Microsoft Internet Explorer" && bversion>=4)){
if (brows)
document.layers['linkex'].visibility="hide";
else
linkex.style.visibility="hidden";
}
}
</script>
Agora, copie e cole o código abaixo depois da primeira tag <body>
<script language="JavaScript">
if (document.all){
document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div style="position:relative;width:3px;height:3px;background:white;font-size:2px;visibility:visible"></div>')
document.write('</div>')
}
if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;
if (document.all)
{
function MoveHandler(){
Xpos = document.body.scrollLeft+event.x;
Ypos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}
else if (document.layers)
{
function xMoveHandler(evnt){
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}
function animateLogo() {
if (document.all)
{
yBase = window.document.body.offsetHeight/4;
xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
yBase = window.innerHeight/4 ;
xBase = window.innerWidth/4;
}
if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
for ( i = 0 ; i < totaldivs ; i++ )
{
var tempdiv=document.all.starsDiv.all[i].style
tempdiv.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
tempdiv.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
}
}
else if (document.layers)
{
for ( j = 0 ; j < 7 ; j++ )
{
var templayer="a"+j
document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
}
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</script>
Scripts Universe - Todos os direitos reservados
Webmasters: Penelope & Magic