summaryrefslogtreecommitdiff
path: root/misc/threads.js
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2024-11-13 10:56:53 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2024-11-13 10:56:53 -0800
commit40843e35434d56e883655e4377994ac76746b184 (patch)
tree786c3acc109b4add11c88ca58a534fd19d4e77cb /misc/threads.js
parent1ca00b3b73a9699e41f81e154cea32934c16de03 (diff)
Organized scripts into folders
Diffstat (limited to 'misc/threads.js')
-rw-r--r--misc/threads.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/threads.js b/misc/threads.js
new file mode 100644
index 0000000..51729fe
--- /dev/null
+++ b/misc/threads.js
@@ -0,0 +1,13 @@
+/** @param {NS} ns */
+export async function main(ns) {
+ //const call = ns.args[0];
+ const call = "hack";
+ const server = ns.args[0];
+ // if (ns.args[0] === undefined || ns.args[1] === undefined || ns.args[0] == "help") {
+ // ns.tprint("1st arg is the call type; ie. hack, weaken, or grow\n2nd arg is the server name");
+ // }
+
+ if (call == "hack") {
+ ns.tprint(ns.hackAnalyzeThreads(server, ns.getServerMoneyAvailable(server)));
+ }
+} \ No newline at end of file