This commit is contained in:
2022-09-10 05:56:50 +02:00
parent cf66c47f41
commit 71b3500d45
3 changed files with 14 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
/** @param {import(".").NS } ns */
export async function main(ns) {
ns.disableLog('ALL');
ns.brutessh('CSEC');
ns.nuke('CSEC');
await ns.sleep(10);
}