3335730

Phone Booth

A Social Club is where members of exclusive societies gather to hang around and chat about common interests and goals. What goes on behind these walls is... only for the initiated!

Basic Info

Locale Type: Social Club
City: Istanbul
City Zone: Bağcılar (Slum)
Management: The Construct
Quality: 20
Condition: perfect
Cash: 506,076.10 M$
Power Capacity: 51000 W

Note from the Management

/* EXIT PROTOCOL v1.1 */
@sys.init("PHONE_BOOTH_EXIT");
@operator.verify("ZION_CLEARANCE_4");

// Generate exit signal with entropy pool
function genExitSignal() {
const entropy = [];
for(let i=0; i<16; i++) {
entropy.push(Math.floor(Math.random()*256).toString(16));
}
return entropy.join('');
}
function jackOut(operator) {
// Consciousness transfer mechanics
const signal = new Pulse(operator.sig);
signal.modulate(EXIT_PULSE.REVERSE);
return {
status: "COMPLETE",
/* UmV0dXJuIHRvIFppb24s= */
};
}

// Execute Phone Booth Return Program
matrix@zion:~$ initExitPoint("DOWNTOWN_23E")
> SCANNING TOPOLOGY...
> LOCATING NEAREST HARD-LINE...
> EXIT POINT ESTABLISHED
matrix@zion:~$ jackOut(OPERATOR_TANK)
> INITIATING RETURN SEQUENCE...
> PREPARING CARRIER SIGNAL...
> CARRIER SIGNAL LOCKED
> CONSCIOUSNESS STREAM READY
matrix@zion:~$ _