@@ -89,24 +89,42 @@ hideDisplay - Hides display
89
89
90
90
hideNetMap - Hides NetMap
91
91
92
- # hideTerminal - Hides terminal (There is no way to get it back apart from restart the game)
92
+ hideTerminal - Hides terminal (There is no way to get it back apart from restart the game)
93
93
94
- # hideRAM - Hides RAM
94
+ hideRAM - Hides RAM
95
95
96
- # showDisplay - Shows display
96
+ showDisplay - Shows display
97
97
98
- # showNetMap - Shows NetMap
98
+ showNetMap - Shows NetMap
99
99
100
- # showTerminal - Shows Terminal
100
+ showTerminal - Shows Terminal
101
101
102
- # showRAM - Shows RAM
102
+ showRAM - Shows RAM
103
103
104
- # getUniversalAdmin - Gets admin on every computer in game save
104
+ getUniversalAdmin - Gets admin on every computer in game save
105
105
106
- #changeAdminPassword - Changes admin password
106
+ changeUserDetails - Changes admin password: Usage: changeUserDetails (OldUsername) (NewUsername) (NewPassword)
107
107
108
- # executeHack - Executes a hacker script (Put hacker scripts in Content/HackerScripts)
108
+ executeHack - Executes a hacker script (Put hacker scripts in Content/HackerScripts)
109
109
110
- # generateExampleAcademicRecord - Generates an example academic record
110
+ generateExampleAcademicRecord - Generates an example academic record
111
111
112
- #generateExampleMedicalRecord - Generates an example medical record
112
+ generateExampleMedicalRecord - Generates an example medical record
113
+
114
+ changeMusic - Changes music (Music must be .ogg and in Content/)
115
+
116
+ crashComputer - Crashes computer you are connected to
117
+
118
+ addProxy - adds proxy to computer you are connected to: Usage: addProxy (TimeInSeconds)
119
+
120
+ addFirewall - adds firewall to computer you are connected to: Usage: addFirewall (Solution) (Level) [ AdditionalTime]
121
+
122
+ addUser - adds a user to computer you are connected to: Usage: addUser (Username) (Password)
123
+
124
+ openPort - Opens port on the computer you are connected to: Usage: openPort (PortToOpen)
125
+
126
+ closeAllPorts - Closes all ports on the computer you are connected to
127
+
128
+ closePort - Closes port on the computer you are connected to: Usage: closePort (PortToClose)
129
+
130
+ removeProxy - Removes proxy from the computer you are connected to
0 commit comments