By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
Fadgames.net
  • Apps
  • Tools
  • Software
  • Photoshop
  • Download
  • Guides
  • Cheats
Notification
Fadgames.netFadgames.net
Aa
Search

Top Post

The Texas Chain Saw Massacre Beginners Guide

The Texas Chain Saw Massacre My character not leveling up anymore

Photo Generic Guide

Bomb Rush Cyberfunk Photo Generic Guide (Polo Locations)

Stay Connected

Find us on socials
248.1k Followers Like
61.1k Followers Follow
165k Subscribers Subscribe
Made by ThemeRuby using the Foxiz theme. Powered by WordPress
Home » Blog » Bitburner: Early Hacknet Auto Management Script
Guides

Bitburner: Early Hacknet Auto Management Script

Jaeden Feil
Last updated: 2023/07/17 at 5:24 AM
By Jaeden Feil
Share
SHARE

Early Hacknet Auto Management Script.

Early Hacknet Auto Management Script

NOTE: This script will buy new nodes or upgrade your current nodes depending on which you can afford.

Create a script:
nano WhateverTheNameIs.js
Copy past the code:
/** @param {NS} ns **/
export async function main(ns) {
	while (true) {
		for (var i = 0; i < await ns.hacknet.numNodes(); i++) { if (await ns.getPlayer().money > await ns.hacknet.getLevelUpgradeCost(i, 1)) {
				await ns.hacknet.upgradeLevel(i, 1);
			}
			if (await ns.getPlayer().money > await ns.hacknet.getRamUpgradeCost(i, 1)) {
				await ns.hacknet.upgradeRam(i, 1);
			}
			if (await ns.getPlayer().money > await ns.hacknet.getCoreUpgradeCost(i, 1)) {
				await ns.hacknet.upgradeCore(i, 1);
			}
		}
		if (await ns.getPlayer().money > await ns.hacknet.getPurchaseNodeCost()) {
			await ns.hacknet.purchaseNode();
		}
		await ns.sleep(1000);
	}
}

Run the script:

run WhateverTheNameIs.js

NOTE: Better run it on your “home” machine.

screenshot of the code:

By Bloodly Hell Cat~

TAGGED: BITBURNER
Jaeden Feil July 17, 2023 July 17, 2023
Share This Article
Facebook Twitter Copy Link Print

Related

Guides

The Texas Chain Saw Massacre Beginners Guide

Guides

The Texas Chain Saw Massacre My character not leveling up anymore

Photo Generic Guide
Guides

Bomb Rush Cyberfunk Photo Generic Guide (Polo Locations)

Guides

Character Guide | Touhou Juuouen Unfinished Dream of All Living Ghost

Guides

Book of Hours How to get unstuck

Guides

Princess & Conquest The Acquisition of Capital

Guides

Book of Hours Assistance Guide

Guides

VPet-Simulator AHK script to remove the window from the ALT-Tab list

Show More
Fadgames.net

All Guides, Walkthrough, Tips, Cheats for You

  • About Us
  • Privacy Policy
  • Terms and Conditions
  • Contact Us
Made by ThemeRuby using the Foxiz theme. Powered by WordPress
Welcome Back!

Sign in to your account

Register Lost your password?