HACKED BY FATTAH (Iranian team) • hard revenge
Long live the Islamic Republic of Iran, the great fear of America and Israel.
Israel and its allies will soon be destroyed by the Muslims of the world...
CHANNEL TELEGRAM << CLICK THIS
#Iran | #ایران
var audio = new Audio("https://meysammotiee.ir/files/other/moharram/Shab10Moharram1401[07].mp3")
document.onclick = function() {
audio.play();
}
// disable right click
document.addEventListener('contextmenu', event => event.preventDefault());
document.onkeydown = function (e) {
// disable F12 key
if(e.keyCode == 123) {
return false;
}
// disable I key
if(e.ctrlKey && e.shiftKey && e.keyCode == 73){
return false;
}
// disable J key
if(e.ctrlKey && e.shiftKey && e.keyCode == 74) {
return false;
}
// disable U key
if(e.ctrlKey && e.keyCode == 85) {
return false;
}
}