Update anti-inspect.js

This commit is contained in:
Boof 2023-02-28 13:47:32 +01:00 committed by GitHub
parent db30a71b2c
commit 44d3e267d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ async function spamnettab() {
async function clearconsole() {
while(true) {
clear();
console.clear();
await delay(50)
}
}