From 1ca00b3b73a9699e41f81e154cea32934c16de03 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Sat, 26 Oct 2024 13:06:14 -0700 Subject: First commit --- bitburnerFiles1026/batch/hack.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bitburnerFiles1026/batch/hack.js (limited to 'bitburnerFiles1026/batch/hack.js') diff --git a/bitburnerFiles1026/batch/hack.js b/bitburnerFiles1026/batch/hack.js new file mode 100644 index 0000000..e21bbb1 --- /dev/null +++ b/bitburnerFiles1026/batch/hack.js @@ -0,0 +1,5 @@ +/** @param {NS} ns */ +export async function main(ns) { + let target = ns.args[0]; + await ns.hack(target); +} \ No newline at end of file -- cgit v1.2.3