Bitburner: Simple Hacknet Manager
A simple hacknet manager to purchase all the hacknet upgrades for you in an efficient way. Setup Simply create a .js file and paste the code below nano nameOfYourFile.js Note: This script requires 6.1GB of memory available Script code export async function main(ns) { let delayTime = ns.args[0] || 1000; let thresholdMultiplier = ns.args[1] || … Read more