Notifications
Clear all

(Satu Script Untuk Semua) Script anti Copats, Klik Kanan, Dll

4 Posts
3 Users
0 Reactions
383 Views
blackhat
Posts: 113
Topic starter
(@blackhat)
Estimable Member
Joined: 3 tahun ago

1.SCRIPT ANTI KLIK KANAN

<script>
	// Code Developed by BlogTriggers Team members
	window.onload = function() {
		document.addEventListener("contextmenu", function(e) {
			e.preventDefault();
		}, false);

		function disavledEvent(e) {
			if (e.stopPropagation) {
				e.stopPropagation();
			} else if (window.event) {
				window.event.cancelBubble = true;
			}
			e.preventDefault();
			return false;
		}
	};
	document.onkeydown = function(e) {
		return false;
	}
	navigator.keyboard.lock();
	</script>

2. SCRIPT ANTI COPAS

	.anti-copas-element {
		user-selection:none;
		-khtml-user-select:none;
		-moz-user-select:none;
		-ms-user-select:none;
		-webkit-user-select:none;
}

Reply
Topic Tags
3 Replies
Posts: 14
(@naya1996)
Active Member
Joined: 3 tahun ago

Tapi untuk yang anti copasnya ada efek nya juga bang.. takutnya ada orang yang lagi bikin tugas. Trus mau copas jadinya gak bisa hehehehe 😆 


Reply
1 Reply
blackhat
(@blackhat)
Joined: 3 tahun ago

Estimable Member
Posts: 113

@naya1996 iya bang , ttep ada plus minus nya bang , tapi bagi yang mau pake bisa pake bang , sudah tersedia di sini hehe


Reply
Posts: 3
(@awanxyz12)
New Member
Joined: 3 tahun ago

Web saya butuh apa ya gan? https://rumahbicara.com


Reply
Share: