10 lines
568 B
JavaScript
10 lines
568 B
JavaScript
// warning
|
|
console.log("Woah there, admin!");
|
|
console.log(" ");
|
|
console.log("Be careful what you type or copy in this here javascript console.");
|
|
console.log("Don't copy and paste some javascript code from a random person on the internet, especially if it's not from a developer you trust.");
|
|
console.log("It can be an account token stealer, which can get that random person into your account... and access to the entire admin panel.");
|
|
console.log("Be safe, and be smart.");
|
|
console.log(" ");
|
|
console.log("If you know what you're doing, go ahead!");
|
|
console.log(" "); |