CyberPone
{Foreword} /run CyberPone_v1.exe
Load Full StoryNext Chapter{Foreword} /run CyberPone_v1.exe
$login: Neo
$passkey: WhiteRabbit
Welcome back Black Friday.
C:\Users\Black Friday>/call CyberPone_v1.exe
import javafx.application.*;
import javafx.stage.*;
import javafx.scene.paint.*;
import javafx.event.*;
import javafx.scene.*;
import javafx.scene.input.*;
import javafx.scene.shape.*;
import javafx.scene.image.*;
import javafx.scene.text.*;
public class CyberPonev1 extends Application {
int index = 0;
int index2 = 0;
@Override
public void start(Stage stage) {
Group root = new Group();
Scene scene = new Scene(root, 2020, 2077);
stage.setTitle("CyberPone");
stage.setScene(scene);
String[] adjectives = new String[5];
adjectives[0] = "Optimizing";
adjectives[1] = "Cleaning";
adjectives[2] = "Diversifying";
adjectives[3] = "Recoding";
adjectives[4] = "Breaking";
String[] nouns = new String[6];
nouns[0] = "holographic algorithms";
nouns[1] = "cybernetics";
nouns[2] = "artificially intelligent";
nouns[3] = "cyborgs";
nouns[4] = "super computers";
nouns[5] = "cars";
Text text = new Text("Welcome to the dark future of Equestria.");
text.setFont(Font.font("Papyrus", FontWeight.BOLD, 40));
Color black = new Color(.1, .1, .1, 1);
text.setTranslateX(800);
text.setTranslateY(450);
text.setStroke(black);
root.getChildren().add(text);
EventHandler
@Override
public void handle(KeyEvent event) {
if (event.getCode() == KeyCode.DIGIT1) {
index += 1;
if (index == 5) {
index = 0;
}
}
else if (event.getCode() == KeyCode.R) {
index = (int)(Math.random() * 5);
index2 = (int)(Math.random() * 6);
}
else if (event.getCode() == KeyCode.DIGIT2) {
index2 += 1;
if (index2 == 6) {
index2 = 0;
}
}
text.setText(adjectives[index] + " " + nouns[index2]);
}
};
scene.setOnKeyPressed(keyPressHandler);
stage.show();
}
}
C:\Users\Black Friday>/compile CyberPone_v1.exe
Program compiled successfully.
C:\Users\Black Friday>/call Sleep.java
public class Sleep extends Group {
ConsoleIO.printLine("War upon stone and it grows weaker. War upon man and he grows stronger. Which shall your wall be built of?");
ConsoleIO.printLine("How can you trust your mind with that chip in your head?");
ConsoleIO.printLine("What was your IQ before the cybernetics?");
int IQ;
IQ = ConsoleIO.readInt();
ConsoleIO.printLine("How many upgrades have you received?");
int sleep;
sleep = ConsoleIO.readInt();
sleep = Logic.sub(sleep);
int sleep1 = sleep; //48
ConsoleIO.printLine("How many hours of sleep do you get a night?");
sleep = ConsoleIO.readInt();
sleep = Logic.sub(sleep);
int sleep2 = sleep; //65
ConsoleIO.printLine("How many lives have you cut short?");
sleep = ConsoleIO.readInt();
sleep = Logic.sub(sleep);
int sleep3 = sleep; //78
ConsoleIO.printLine("How many more have to suffer before you submit?");
sleep = ConsoleIO.readInt();
sleep = Logic.sub(sleep); //69
//How do you know what's real?
int N;
int N2;
int N3; //65
N = sleep1 - sleep2;
N2 = sleep1 - sleep3;
N3 = sleep1 - sleep;
IQ -= Logic.timeloss(N);
IQ -= Logic.livesloss(N2);
IQ -= Logic.bitsloss(N3); //0
ConsoleIO.printLine("Your effective IQ after all this time is " + IQ + " You're not here to save the world, but just here to save yourselves. Wake up and smell the ashes, Afterburner.");
}
}
C:\Users\Black Friday>/compile Sleep.java
Program compiled successfully.
C:\Users\Black Friday>/run CyberPone_v1.exe
Are you sure you want to run CyberPone_v1.exe?
C:\Users\Black Friday>yes
Running CyberPone_v1.exe...
