You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bitburner-scripts/src/auto-hack.js

6 lines
93 B
JavaScript

export async function main(ns) {
while (true) {
await ns.hack(ns.getHostname());
}
}