var account, password1, password2, password3, username1, username2, username3, usr_choice, usr_choice2; console.log("--------------------------------------------------- console.log("\u001b[31m", " ### FSC - Operation Alice ### ", "\u001b[0m console.log("--------------------------------------------------- console.log(); console.log(); account = input(">>> login As a (user/moderator/admin) : console.log(); if (account === "user") { username1 = input("\u2022 username : password1 = input("\u2022 password : if (username1 === "wyattjadin" && password1 === "1234") { console.log(); console.log("\u2794 Welcome, Wyatt. clean your gross ass food out of the fridge console.log(); console.log("MENU console.log("------------- console.log("1: inbox console.log("2: to do list console.log("4: log out usr_choice = input("Enter menu choice: if (usr_choice === "1") { console.log("------------- console.log("INBOX console.log("sort by: oldest to newest console.log("1. new system console.log("2. drinks? console.log("3. re: drinks: not a social call console.log("4. [DELETED] usr_choice2 = input("select correspondance: if (usr_choice2 === "1") { console.log("------------- console.log("to: finnkoerner, corvinalegre\n i think this is gonna be really nice. ive been saying for awhile that we need to move to our own shit. you never know whose listening my god!!!! stacy in accounting told me that i looked insane when i was telling her about how her computer is watching her but like girl how do you not know already???? its common knowledge idiot!!!!!!!!!!!!!!! i cant believe some people are still oblivious in this day and age liiiike. anyways. shoutout to corvin for making this its cool. simplistic and a bit rudamentary but at the very least mr. dickshit ass fuck colgera wont be able to read our every word. i can be FREEEEEEE!!!!!!!/n wyatt master of puppets } if (usr_choice2 === "2") { console.log("------------- console.log("to: finnkoerner, corvinalegre\n to celebrate our new freedom i think we should get drinks. i dont know abt u guys but ive got some CHAAAAANGE to drop on some cheap ass beers. the freighter anyone? theyve got some nice women there too\n wyatt master of puppets } if (usr_choice2 === "3") { console.log("------------- console.log("to: finnkoerner, wyattjadin\n Wyatt, this system is not a toy. Dont abuse it like you would one. There will be no drinks, no women, and no celebration. We cannot allow Corperate to know we port data to an alternate system; espically now. You would be stupid to not realize we're under surveliance. Calm down, and stop playing Puter Crush at your desk.\n By the way, please remember to send me the Motor Schematics doccument, so I can upload it to my end. And - *again*, Wyatt, - delete the doccuments afterwards.\n Corvin, FSC OA } if (usr_choice2 === "4") { console.log("------------- console.log("Correspondance Unavaible } } else { if (usr_choice === "2") { console.log("------------- console.log("to do console.log("1. make a bigger mess in the kitchen to piss off corvin\n2. finish the MSD thing and get corvin off my ass\n3. ask finn about the new ep of bloodmoon warriors\n4. ask out that chick from accounting } } } else { if (usr_choice === "2") { console.log("------------- console.log("logged out } else { console.log(); console.log("\u001b[31m", "\u2717 Wrong User Credentials\u001b[0m } } } else { if (account === "moderator") { username2 = input("\u2022 username : password2 = input("\u2022 password : if (username2 === "finnkoerner" && password2 === "bloodmoonwarriors") { console.log(); console.log("\u2794 Welcome, Finn. stop watching anime on company time freak console.log(); } else { console.log(); } } else { if (account === "admin") { username3 = input("\u2022 username : password3 = input("\u2022 password : if (username3 === "corvinalegre" && password3 === "scribble") { console.log(); console.log("\u2794 Welcome, Corvin. youre the handsomest man on the planet console.log(); } else { console.log(); } } else { console.log(); console.log("\u001b[31m", "\u2717 Wrong Input of Account Type, Start over again!!!", "\u001b[0m } } }