auto hack improved grow

This commit is contained in:
2023-09-09 02:05:43 +02:00
parent 7b14e98658
commit 435add26de
18 changed files with 8289 additions and 7480 deletions
+1
View File
@@ -3,5 +3,6 @@
export async function main(ns) {
// ns.disableLog('ALL');
await ns.sleep(ns.args.length > 1 ? ns.args[1] : 0);
await ns.hack(ns.args.length > 0 ? ns.args[0] : '');
}