8 lines
372 B
JavaScript
8 lines
372 B
JavaScript
// warning
|
|
console.log("Stop, admin!");
|
|
console.log(" ");
|
|
console.log("Be cautious of what you entering/pasting in here, as it can be an account token stealer, which can get that person access to your account and the entire admin paanel.");
|
|
console.log("Be safe, and be smart.");
|
|
console.log(" ");
|
|
console.log("If you know what you're doing, go ahead!");
|
|
console.log(" "); |