aboutsummaryrefslogtreecommitdiff
path: root/PortEngine
diff options
context:
space:
mode:
Diffstat (limited to 'PortEngine')
-rw-r--r--PortEngine/PortEngine.csproj10
-rw-r--r--PortEngine/QuantumAPI/QuantumAPI.cs2
-rw-r--r--PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs (renamed from PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs)10
-rw-r--r--PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs (renamed from PortEngine/QuantumAPI/Sites/PortOSDefender.cs)4
-rw-r--r--PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx (renamed from PortEngine/QuantumAPI/Sites/PortOSDefender.resx)0
-rw-r--r--PortEngine/StorylineAPI.cs10
6 files changed, 18 insertions, 18 deletions
diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj
index 2364df5..9cf3fbf 100644
--- a/PortEngine/PortEngine.csproj
+++ b/PortEngine/PortEngine.csproj
@@ -80,11 +80,11 @@
<Compile Include="QuantumAPI\Sites\404Error.Designer.cs">
<DependentUpon>404Error.cs</DependentUpon>
</Compile>
- <Compile Include="QuantumAPI\Sites\PortOSDefender.cs">
+ <Compile Include="QuantumAPI\Sites\SiliconOSDefender.cs">
<SubType>UserControl</SubType>
</Compile>
- <Compile Include="QuantumAPI\Sites\PortOSDefender.Designer.cs">
- <DependentUpon>PortOSDefender.cs</DependentUpon>
+ <Compile Include="QuantumAPI\Sites\SiliconOSDefender.Designer.cs">
+ <DependentUpon>SiliconOSDefender.cs</DependentUpon>
</Compile>
<Compile Include="QuantumAPI\Sites\QuantumISP.cs">
<SubType>UserControl</SubType>
@@ -112,8 +112,8 @@
<EmbeddedResource Include="QuantumAPI\Sites\Malwarebits.resx">
<DependentUpon>Malwarebits.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="QuantumAPI\Sites\PortOSDefender.resx">
- <DependentUpon>PortOSDefender.cs</DependentUpon>
+ <EmbeddedResource Include="QuantumAPI\Sites\SiliconOSDefender.resx">
+ <DependentUpon>SiliconOSDefender.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="QuantumAPI\Sites\QuantumISP.resx">
<DependentUpon>QuantumISP.cs</DependentUpon>
diff --git a/PortEngine/QuantumAPI/QuantumAPI.cs b/PortEngine/QuantumAPI/QuantumAPI.cs
index 5d83a07..d7a8ab6 100644
--- a/PortEngine/QuantumAPI/QuantumAPI.cs
+++ b/PortEngine/QuantumAPI/QuantumAPI.cs
@@ -47,7 +47,7 @@ namespace PortEngine
loadSite(new Malwarebits(), pnlLoadSiteHere);
break;
case "qt.portosdefender/home":
- loadSite(new QuantumAPI.Sites.PortOSDefender(), pnlLoadSiteHere);
+ loadSite(new QuantumAPI.Sites.SiliconOSDefender(), pnlLoadSiteHere);
break;
default:
loadSite(new QuantumAPI.Sites._404Error(), pnlLoadSiteHere);
diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs
index a4ba315..72ee2b6 100644
--- a/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs
+++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.Designer.cs
@@ -1,6 +1,6 @@
namespace PortEngine.QuantumAPI.Sites
{
- partial class PortOSDefender
+ partial class SiliconOSDefender
{
/// <summary>
/// Required designer variable.
@@ -43,9 +43,9 @@
this.posLogo.ForeColor = System.Drawing.Color.LimeGreen;
this.posLogo.Location = new System.Drawing.Point(21, 18);
this.posLogo.Name = "posLogo";
- this.posLogo.Size = new System.Drawing.Size(190, 24);
+ this.posLogo.Size = new System.Drawing.Size(226, 24);
this.posLogo.TabIndex = 0;
- this.posLogo.Text = "PortOS Defender";
+ this.posLogo.Text = "SiliconOS Defender";
//
// btnSignin
//
@@ -108,7 +108,7 @@
this.richTextBox1.TabIndex = 5;
this.richTextBox1.Text = "We are a hacker group and the point of this is to defeat the A.H.G.";
//
- // PortOSDefender
+ // SiliconOSDefender
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -119,7 +119,7 @@
this.Controls.Add(this.rtxtNews);
this.Controls.Add(this.btnSignin);
this.Controls.Add(this.posLogo);
- this.Name = "PortOSDefender";
+ this.Name = "SiliconOSDefender";
this.Size = new System.Drawing.Size(842, 452);
this.Load += new System.EventHandler(this.PortOSDefender_Load);
this.ResumeLayout(false);
diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs
index 91847a0..5e862dc 100644
--- a/PortEngine/QuantumAPI/Sites/PortOSDefender.cs
+++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.cs
@@ -29,9 +29,9 @@ using System.Windows.Forms;
namespace PortEngine.QuantumAPI.Sites
{
- public partial class PortOSDefender : UserControl
+ public partial class SiliconOSDefender : UserControl
{
- public PortOSDefender()
+ public SiliconOSDefender()
{
InitializeComponent();
}
diff --git a/PortEngine/QuantumAPI/Sites/PortOSDefender.resx b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx
index 1af7de1..1af7de1 100644
--- a/PortEngine/QuantumAPI/Sites/PortOSDefender.resx
+++ b/PortEngine/QuantumAPI/Sites/SiliconOSDefender.resx
diff --git a/PortEngine/StorylineAPI.cs b/PortEngine/StorylineAPI.cs
index cc086ab..97f526a 100644
--- a/PortEngine/StorylineAPI.cs
+++ b/PortEngine/StorylineAPI.cs
@@ -36,7 +36,7 @@ namespace PortEngine
if (GeneralAPI.HijackStorylineState == 1)
{
await Task.Delay(2000);
- txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
+ txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine);
await Task.Delay(5000);
txtHijack1.AppendText("SYSTEM ERROR: HIJACKED" + Environment.NewLine);
await Task.Delay(2000);
@@ -78,9 +78,9 @@ namespace PortEngine
await Task.Delay(1000);
txtHijack1.AppendText("??? is now known as Adam…" + Environment.NewLine);
await Task.Delay(2000);
- txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of PortOS!" + Environment.NewLine);
+ txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of SiliconOS!" + Environment.NewLine);
await Task.Delay(2000);
- txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys PortOS computers." + Environment.NewLine);
+ txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys SiliconOS computers." + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("Adam: This computer will shortly reboot and redirected to the desktop…" + Environment.NewLine);
await Task.Delay(2000);
@@ -90,7 +90,7 @@ namespace PortEngine
await Task.Delay(5000);
txtHijack1.Clear();
await Task.Delay(2000);
- txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
+ txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine);
await Task.Delay(2000);
@@ -100,7 +100,7 @@ namespace PortEngine
}
else
{
- txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
+ txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine);
await Task.Delay(2000);