1
code chống view trang chủ Mon Oct 08, 2012 5:15 pm


[You must be registered and logged in to see this image.]
Cách Làm:
Vào trang chủ tìm
Cách Làm:
Vào trang chủ tìm
- Code:
</head>
- Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>
function muter2(){
scrW=screen.availWidth
scrH=screen.availHeight
window.moveTo(0,0)
window.resizeTo(10,10)
window.focus()
for(x=0;x<80;x++){
window.resizeTo(10,scrH*x/80)
}
for(y=0;y<80;y++){
window.resizeTo(scrW*y/80,scrH)
}
window.resizeTo(scrW,scrH)
}
document.oncontextmenu=new Function("muter2();return false");
function keypressed(){alert("Tác Dụng Của Bạn Đã Bị Vô Hiệu");}
document.onkeydown=keypressed;
function kasih_tau(){
alert('Defaced By Tim Anonymous');
}
</script>
Message reputation : 100% (1 vote) |