Demo Anti Copas




Test kode Anti Copas dan CTRL U


Kode Anti Copas 1.
<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false;'>
Kode Anti Copas 2.
<script language='JavaScript1.2'>
function disableselect(e){
return false}
function reEnable(){return true}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>

All Sources
Edited by. Myscript2010