homePW = #envar homePW
doomKey = #envar doomKey
doomPath = "/root/doom"
myShell = get_shell("root", homePW)
if not myShell then
exit("Not able to get root shell...\n")
else
print("Root shell obtained")
end if
filePath = "usr/bin/"
extension = ".exe"
launchSequence = ["Terminal", "Terminal", "Terminal", "Terminal", "AdminMonitor", "FileExplorer", "Mail", "Notepad", "Chat"]
argSequence = ["", "doom", "doom", "doom", "", "", "", "", ""]
if launchSequence.len != argSequence.len then exit(user_input("
Launch and args arent the same length...\nPress enter to exit..."))
for lines in launchSequence
myShell.launch(filePath + launchSequence[line] + extension, argSequence[line])
wait 2
end for
exit()