Bitburner - Basic Hacknet Manager Guide (2024)

Bitburner - Basic Hacknet Manager Guide (1)

A basic code to manage your hacknets for you, while trying not to apend too much money.

Guide to Basic Hacknet Manager

How to Use

Make a .js file, or a .ns file. Either of those will work.

.script uses a different standard so those wont work.

Then paste the code into it.

The new file starts with some stuff all ready in it, so make sure you paste over it.

The Code

/** @param {NS} ns **/export async function main(ns) {function myMoney() {return ns.getServerMoneyAvailable("home");}//this script is designed to manage the hacknet nodes//to prevent excess spending i've limited it from spending//more than half the players moneyvar nodes = 0;var ref = 0;ns.disableLog("ALL");while (true) {//sleep for second to prevent the loop from crashing the gameawait ns.sleep(1000);//buy a node if we have more than twice the money neededif (ns.hacknet.getPurchaseNodeCost() < myMoney() / 2) {ref = ns.hacknet.purchaseNode();ns.print("bought node hn-" + ref);}nodes = ns.hacknet.numNodes()for (var i = 0; i < nodes; i++) {//check if nodes level is a multiple of 10var mod = ns.hacknet.getNodeStats(i).level % 10;//buy level node to the nearest multiple of 10 if we have double the money neededif (ns.hacknet.getLevelUpgradeCost(i, 10 - mod) < myMoney() / 2) {ns.hacknet.upgradeLevel(i, 10 - mod);ns.print("node hn-" + i + " leveled up");}//same for ramif (ns.hacknet.getRamUpgradeCost(i) < myMoney() / 2) {ns.hacknet.upgradeRam(i);ns.print("node hn-" + i + " ram upgraded");}//and coresif (ns.hacknet.getCoreUpgradeCost(i) < myMoney() / 2) {ns.hacknet.upgradeCore(i);ns.print("node hn-" + i + " core upgraded");}}}}
Bitburner - Basic Hacknet Manager Guide (2)

About Egor Opleuha7077 Articles

Egor Opleuha, also known as Juzzzie, is the Editor-in-Chief of Gameplay Tips. He is a writer with more than 12 years of experience in writing and editing online content. His favorite game was and still is the third part of the legendary Heroes of Might and Magic saga. He prefers to spend all his free time playing retro games and new indie games.

Related Articles

Be the first to comment

Leave a Reply

Bitburner - Basic Hacknet Manager Guide (2024)
Top Articles
Simple vanilla cupcakes recipe (with healthier option)
No Cook Peppermint Playdough Recipe
Spasa Parish
Rentals for rent in Maastricht
159R Bus Schedule Pdf
Sallisaw Bin Store
Black Adam Showtimes Near Maya Cinemas Delano
Espn Transfer Portal Basketball
Pollen Levels Richmond
11 Best Sites Like The Chive For Funny Pictures and Memes
Things to do in Wichita Falls on weekends 12-15 September
Craigslist Pets Huntsville Alabama
What's the Difference Between Halal and Haram Meat & Food?
R/Skinwalker
Rugged Gentleman Barber Shop Martinsburg Wv
Jennifer Lenzini Leaving Ktiv
Justified - Streams, Episodenguide und News zur Serie
Craigslist Apartment Los Angeles
Epay. Medstarhealth.org
Omni Id Portal Waconia
Kellifans.com
Banned in NYC: Airbnb One Year Later
Four-Legged Friday: Meet Tuscaloosa's Adoptable All-Stars Cub & Pickle
Model Center Jasmin
Ice Dodo Unblocked 76
Is Slatt Offensive
Labcorp Locations Near Me
Storm Prediction Center Convective Outlook
Experience the Convenience of Po Box 790010 St Louis Mo
Fungal Symbiote Terraria
modelo julia - PLAYBOARD
Abby's Caribbean Cafe
Joanna Gaines Reveals Who Bought the 'Fixer Upper' Lake House and Her Favorite Features of the Milestone Project
Tri-State Dog Racing Results
Trade Chart Dave Richard
Lincoln Financial Field Section 110
Free Stuff Craigslist Roanoke Va
Stellaris Resolution
Wi Dept Of Regulation & Licensing
Pick N Pull Near Me [Locator Map + Guide + FAQ]
Horseheads Schooltool
Crystal Westbrooks Nipple
Ice Hockey Dboard
Über 60 Prozent Rabatt auf E-Bikes: Aldi reduziert sämtliche Pedelecs stark im Preis - nur noch für kurze Zeit
Wie blocke ich einen Bot aus Boardman/USA - sellerforum.de
Craigslist Pets Inland Empire
Infinity Pool Showtimes Near Maya Cinemas Bakersfield
Hooda Math—Games, Features, and Benefits — Mashup Math
How To Use Price Chopper Points At Quiktrip
Maria Butina Bikini
Busted Newspaper Zapata Tx
Latest Posts
Article information

Author: Rob Wisoky

Last Updated:

Views: 5715

Rating: 4.8 / 5 (68 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Rob Wisoky

Birthday: 1994-09-30

Address: 5789 Michel Vista, West Domenic, OR 80464-9452

Phone: +97313824072371

Job: Education Orchestrator

Hobby: Lockpicking, Crocheting, Baton twirling, Video gaming, Jogging, Whittling, Model building

Introduction: My name is Rob Wisoky, I am a smiling, helpful, encouraging, zealous, energetic, faithful, fantastic person who loves writing and wants to share my knowledge and understanding with you.