8 lines
342 B
JavaScript
8 lines
342 B
JavaScript
// warning
|
|
console.log("Stop!");
|
|
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.");
|
|
console.log("Be safe, and be smart.");
|
|
console.log(" ");
|
|
console.log("If you know what you're doing, have fun then!");
|
|
console.log(" "); |