aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/HackerCommands.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-11 09:04:45 -0500
committerMichael <[email protected]>2017-03-11 09:04:45 -0500
commit49812bf46cb153af6bab8e2a095024da84fcc149 (patch)
tree2f357da244276f2576089f03d65a00d8acc65c72 /ShiftOS.WinForms/HackerCommands.cs
parentb9c3a0e30f6a939b1e1e3142cb507dfe7993b683 (diff)
downloadshiftos_thereturn-49812bf46cb153af6bab8e2a095024da84fcc149.tar.gz
shiftos_thereturn-49812bf46cb153af6bab8e2a095024da84fcc149.tar.bz2
shiftos_thereturn-49812bf46cb153af6bab8e2a095024da84fcc149.zip
Lock down various commands while offline.
Diffstat (limited to 'ShiftOS.WinForms/HackerCommands.cs')
-rw-r--r--ShiftOS.WinForms/HackerCommands.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/HackerCommands.cs b/ShiftOS.WinForms/HackerCommands.cs
index 59d0f4e..f9d3bcc 100644
--- a/ShiftOS.WinForms/HackerCommands.cs
+++ b/ShiftOS.WinForms/HackerCommands.cs
@@ -351,6 +351,7 @@ namespace ShiftOS.WinForms
const string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890-_";
+ [MultiplayerOnly]
[Command("breach_user_password")]
[KernelMode]
[RequiresArgument("user")]
@@ -413,6 +414,8 @@ namespace ShiftOS.WinForms
return true;
}
+
+ [MultiplayerOnly]
[Command("print_user_info")]
[KernelMode]
[RequiresArgument("pass")]
@@ -475,6 +478,7 @@ namespace ShiftOS.WinForms
return true;
}
+ [MultiplayerOnly]
[Command("steal_codepoints")]
[KernelMode]
[RequiresArgument("amount")]
@@ -551,6 +555,7 @@ namespace ShiftOS.WinForms
return true;
}
+ [MultiplayerOnly]
[Command("purge_user")]
[KernelMode]
[RequiresArgument("pass")]
@@ -646,6 +651,7 @@ namespace ShiftOS.WinForms
}
}
+ [MultiplayerOnly]
[Namespace("storydev")]
public static class StoryDevCommands
{