No description
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-08-09 03:34:02 -05:00
buyPrograms.js Adding updated scripts and some new items. 2022-05-24 03:30:36 -05:00
common.js Adding new items. 2022-05-24 03:42:34 -05:00
createPrograms.js Including CreatePrograms for intelligence growth. 2022-04-13 06:03:37 -05:00
displayDebug.js Initial commit of code from home instance. 2022-04-07 06:02:03 -05:00
exploits.js Initial commit of code from home instance. 2022-04-07 06:02:03 -05:00
find.js Adding new items. 2022-05-24 03:42:34 -05:00
gangManager.js Adjusting mainHack, gang system, and adding a few commands. 2022-07-24 16:37:06 -05:00
grow.js Adding updated scripts and some new items. 2022-05-24 03:30:36 -05:00
hack.js Adding updated scripts and some new items. 2022-05-24 03:30:36 -05:00
hacknetManager.js Bad commit on prior, fixing. 2022-07-06 05:41:58 -05:00
init.js Initial commit of code from home instance. 2022-04-07 06:02:03 -05:00
killAll.js Adding new items. 2022-05-24 03:42:34 -05:00
launchSystems.js Fixing launchsystem, it can't update itself sadly. 2022-07-25 02:40:54 -05:00
mainHack.js Fixing mainhack again, now should definitely exclude hacknet nodes. 2022-07-25 02:19:22 -05:00
prepareGang.js Adding new items. 2022-05-24 03:42:34 -05:00
purchaseServers.js Adding new items. 2022-05-24 03:42:34 -05:00
README.md Fixing URLs again. 2022-05-24 06:37:16 -05:00
runHacking.js Updating runHacking and launchSystems with typos. 2022-06-24 05:57:49 -05:00
sleeveManager.js Minor fix for bladeburner sleeve stuff. 2022-08-09 03:34:02 -05:00
spider.js Finishing merge. 2022-05-24 03:43:48 -05:00
weaken.js Adding updated scripts and some new items. 2022-05-24 03:30:36 -05:00

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