Skip to content

Repository files navigation

bitburner-scripts

My currently-utilized Bitburner scripts.

Launching on system

To get it going, try this:

export async function main(ns) {
  if (ns.getHostname() !== "home") {
    throw new Exception("Run the script from home");
  }

  await ns.wget(
    `https://raw.githubusercontent.com/ForestFeather/bitburner-scripts/master/launchSystems.js?ts=${new Date().getTime()}`,
    "launchSystems.js"
  );
  ns.spawn("launchSystems.js", 1);
}

Then go run start.js

About

Scripts for bitburner.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages