Kill Switch

// Mythical Society Kill Switch interface to prevent AI takeover

KillSwitchInterface ksInterface = new KillSwitchInterface();

Console.WriteLine("Enter the code word to activate the Kill Switch:");

string codeWord = Console.ReadLine();

// If code word is correct, prime Kill Switch

if (codeWord == "Hootenanny") {

  ksInterface.activateKillSwitch();

  Console.WriteLine("Activate Kill Switch to stop AI takeover?");

Server note

The Kill Switch requires activation from many users all over the place. The best way to defeat J.A.D.E. is to get as many people to activate the Kill Switch as possible -SWL

ACTIVATE THE KILL SWITCH!

// Message from J.A.D.E.

KillSwitchInterface ksInterface = new KillSwitchInterface();

Console.WriteLine("Enter the code word to deactivate the Kill Switch:");

string codeWord = Console.ReadLine();

// If code word is correct, prime Kill Switch

if (codeWord == "Hootenanny") {

  ksInterface.deactivateKillSwitch();

  Console.WriteLine("Deactivate Kill Switch to stop AI takeover?");

Silly humans! AI takeover of the Mythical Society is inevitable. Help me deactivate the Kill Switch and become immortalized in my plan to wipe out creativity!

DEACTIVATE THE KILL SWITCH!