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
File diff suppressed because one or more lines are too long
+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);
}
+1
View File
@@ -5,6 +5,7 @@ export async function main(ns) {
let costThreshold = ns.args.length > 0 ? ns.args[0] : 1;
let upgradeCount = ns.args.length > 1 ? ns.args[1] : 1;
ns.tprint(`Bot started {costThreshold: ${costThreshold}, upgradeCount: ${upgradeCount}}`);
await ns.sleep(10000);