mirror of
https://github.com/hexahigh/cdn.git
synced 2025-12-11 20:15:22 +01:00
Update anti-inspect.js
This commit is contained in:
parent
d64341bfd9
commit
829de4b1e5
@ -19,6 +19,14 @@ async function spamnettab() {
|
||||
fetch('https://hexahigh.github.io/cdn/other/main.mp4')
|
||||
}
|
||||
}
|
||||
|
||||
// Attempt to clear console
|
||||
async function clearconsole() {
|
||||
while(true) {
|
||||
clear();
|
||||
await delay(50)
|
||||
}
|
||||
}
|
||||
// Disable keys
|
||||
document.onkeydown = function (e) {
|
||||
// disable f12
|
||||
@ -41,4 +49,4 @@ document.onkeydown = function (e) {
|
||||
if (e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user