From 10dae7bf92921266a26e74d397e1d5f22a806642 Mon Sep 17 00:00:00 2001 From: jeremy Date: Sat, 25 Apr 2020 20:55:33 +0200 Subject: [PATCH] scenario text add --- data/scenario_resource.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 data/scenario_resource.py diff --git a/data/scenario_resource.py b/data/scenario_resource.py new file mode 100644 index 0000000..e12e299 --- /dev/null +++ b/data/scenario_resource.py @@ -0,0 +1,14 @@ + + +intro_text = "\n>$ You have been hacked\n>$ try to escape from the bad virus\n>$ " + +random_text = [ + "\n>$ All your base are belong to us\n>$ ", + "\n>$ The Answer to the Ultimate Question of Life, the Universe, and Everything is 42\n>$ ", + "\n>$ Que la force soit avec toi\n>$ ", + "\n>$ YOU SHALL NOT PASS!\n>$ ", + "\n>$ It's a trap!\n>$ ", + "\n>$ rm -rf /\n>$ ", + "\n>$ poweroff\n>$ ", + "\n>$ userdel $LOGNAME" +]