This commit is contained in:
2022-09-10 05:33:31 +02:00
commit cf66c47f41
9 changed files with 7910 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
/** @param {import(".").NS } ns */
export async function main(ns) {
ns.disableLog('ALL');
ns.scriptKill('hacknet-bot.js', 'home');
await ns.sleep(10);
}