SEGURANÇA MAXIMA
Publicado por Perfil removido 12/04/2005
[ Hits: 7.572 ]
Script que não deixa Alguem copiar a seu site, SEM BOTÃO DIREITO , SEM TECLADO !!! Muito Bom !! eXelente
ANTES CRIE UMA PAGINA COM O NOME ERRO.HTM COM O SEGUINTE SCRIPT :
<script>
var x=0;
var y=0;
function ab(){
if(x>=6){
x=1;
}
else
x+=1;
if(x==1){a1.style.color="yellow";a2.style.color=a1.style.color;}
if(x==2){a1.style.color="blue";a2.style.color=a1.style.color;}
if(x==3){a1.style.color="green";a2.style.color=a1.style.color;}
if(x==4){a1.style.color="pink";a2.style.color=a1.style.color;}
if(x==5){a1.style.color="lime";a2.style.color=a1.style.color;}
if(x==6){a1.style.color="red";a2.style.color=a1.style.color;}
setTimeout("ab()",100);
}
function abg(){
if(y>=11){
y=11;
}
else
y+=1;
if(y==1){window.status="1 Segundo.";}
if(y==2){window.status="2 Segundo.";}
if(y==3){window.status="3 Segundo.";}
if(y==4){window.status="4 Segundo.";}
if(y==5){window.status="5 Segundo.";}
if(y==6){window.status="6 Segundo.";}
if(y==7){window.status="7 Segundo.";}
if(y==8){window.status="8 Segundo.";}
if(y==9){window.status="9 Segundo.";}
if(y==10){window.status="10 Segundo.";}
if(y==11){window.status="Voltando!!!";location.href="index.htm";}
setTimeout("abg()",1000);
}
</script>
<script>
alert("Esse alert foi colocado por proposito.");
</script>
------------------//-------------------
ENTÃO VOCÊ CRIA A PAGINA INDEX COM O SEGUINTE CODIGO :
<SCRIPT language=JavaScript>
function down(){
if(event.button==2){
alert("Maxima Segurança.\nTotal Segurança.");
}
}
function up(){
if(event.button==2){
alert("Segurança Maxima desenvolvido por Ianez!");
location.href="erro.htm";
}
}
document.onmousedown=down; document.onmouseup=up;
function keypressed(){
alert("Maxima Segurança.\nTotal Segurança.");
}
document.onkeydown=keypressed;
</SCRIPT>
<script>
alert("Esse alert foi colocado por proposito.\nSegurança Maxima!!");
</script>
Sms tipo PHP para sites java ou Html
Monitorando o Preço do Bitcoin ou sua Cripto Favorita em Tempo Real com um Widget Flutuante
IA Turbina o Desktop Linux enquanto distros renovam forças
Como extrair chaves TOTP 2FA a partir de QRCODE (Google Authenticator)
Como realizar um ataque de força bruta para desobrir senhas?
Como usar Gpaste no ambiente Cinnamon
Atualizando o Fedora 42 para 43
Erro ao instalar programa, "você tem pacotes retidos quebrados&qu... (4)
VOL já não é mais como antes? (15)
Como personalizar o lxde? [RESOLVIDO] (5)
Flatpaks não funcionam após atualizar pelo Gerenciador de Atualizações... (3)









