mirror of
https://github.com/ForestFeather/bitburner-scripts
synced 2026-09-05 13:26:21 -05:00
No description
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| buyPrograms.js | ||
| common.js | ||
| createPrograms.js | ||
| displayDebug.js | ||
| exploits.js | ||
| find.js | ||
| gangManager.js | ||
| grow.js | ||
| hack.js | ||
| hacknetManager.js | ||
| init.js | ||
| killAll.js | ||
| launchSystems.js | ||
| mainHack.js | ||
| prepareGang.js | ||
| purchaseServers.js | ||
| README.md | ||
| runHacking.js | ||
| sleeveManager.js | ||
| spider.js | ||
| weaken.js | ||
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