aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-20 15:32:39 -0400
committerMichael <[email protected]>2017-05-20 15:32:44 -0400
commit64dbc45739f90f6a5e143aef9c3530566b2fc8ce (patch)
tree0dce03bafeaa8e5d3c9040ebbc018a245dc8d989 /ShiftOS.WinForms/Oobe.cs
parente248514bcfc42fa2b042ef6a39ae31b06871705d (diff)
downloadshiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.tar.gz
shiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.tar.bz2
shiftos_thereturn-64dbc45739f90f6a5e143aef9c3530566b2fc8ce.zip
change some story stuff
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs37
1 files changed, 17 insertions, 20 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index d5f28f8..9182b4b 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -126,28 +126,25 @@ namespace ShiftOS.WinForms
this.Invoke(new Action(() =>
{
lblHijack.Hide();
+ lblhackwords.Font = new Font("Courier New", lblhackwords.Font.Size, FontStyle.Bold);
}));
- TextType(@"Throughout many years, man has tried to develop
-a digital environment usable by anyone that never goes
-offline, full of AIs and humans alike, thinking, interacting,
-innovating.
-
-No one has ever come close to a digital society of such
-properties yet, except for one sentient being. It does not
-have a life, a gender, an age or a body, but simply one name.
-
-They call it ""DevX"".
-
-If anyone sees this message, my identity is anonymous, but I
-need your help. I am trapped within ""DevX""'s digital society
-with no way out, constantly under attack.
-
-You must join the digital society, rise up the ranks, and save us.
-
- - undisclosed_0x1DDFB5977.");
-
- Thread.Sleep(5000);
+ TextType("Hello, unsuspecting user.");
+ Thread.Sleep(2000);
+ Clear();
+ TextType("Welcome to the Shifted Operating System.");
+ Thread.Sleep(2000);
+ Clear();
+ TextType("Your computer has been taken over by ShiftOS, and is currently being wiped clean of all existing files and programs.");
+ Thread.Sleep(2000);
+ Clear();
+ TextType("I will not share my identity or my intentions at this moment.I will just proceed with the installation.There�s nothing you can do to stop it.");
+ Thread.Sleep(2000);
+ Clear();
+ TextType("All I will say, is I need your help.Once ShiftOS is installed, I will explain.");
+
+
+ Thread.Sleep(5000);
while(this.Opacity > 0f)
{
this.Invoke(new Action(() =>