Skip to content
Riot Bits

Riot Bits

  • Home
  • All Games
  • Guides
  • Video Guides
  • Patch Notes
  • Crossword Vault
  • Report Abuse
  • Toggle search form

Category: Bitburner

Bitburner DevMenu Access Guide

Posted on 01/29/2023 By RuneOak No Comments on Bitburner DevMenu Access Guide
Bitburner DevMenu Access Guide

This is here for accessing the achievement only. Anything else you use it for isn’t within the scope of this guide. There are tons of spoilers and experience-ruining functions contained within. If you don’t want to see them, just open the menu and select another task to close it again. Note: I had a hard…

Read More “Bitburner DevMenu Access Guide” »

Bitburner

Bitburner How To Get The Window Object Without Ram Cost

Posted on 11/11/2022 By overestimate No Comments on Bitburner How To Get The Window Object Without Ram Cost
Bitburner How To Get The Window Object Without Ram Cost

Here’s a way to get the window object in NS2 scripts for free. The Goods const funny_window = Function(“return this”)() How it Works Pretty simple, to be honest. When you create a new function using the constructor, it runs under the window context. By returning ‘this’, you end up getting a reference to the window….

Read More “Bitburner How To Get The Window Object Without Ram Cost” »

Bitburner

Bitburner Stock Market Guide for Dummies

Posted on 09/09/202209/09/2022 By Zac Starfire No Comments on Bitburner Stock Market Guide for Dummies
Bitburner Stock Market Guide for Dummies

A short guide and simple working script for initially playing with the Bitburner Stock Market. The Beginning I never knew very much about the stock market other than it was like gambling and I am just terrible at gambling – I always seem to lose. But I got to a point in my early game…

Read More “Bitburner Stock Market Guide for Dummies” »

Bitburner

Bitburner – All-In-One 3GB: Gang Script with HUD

Posted on 07/21/2022 By Troff No Comments on Bitburner – All-In-One 3GB: Gang Script with HUD
Bitburner – All-In-One 3GB: Gang Script with HUD

This is a shortish 500+ line all-in-one Gang script I cobbled together. List of main features: Small memory footprint (only 3 GB) SINGLE contained script (no other scripts required) Handles all Gang actions (comment me for more features) Nice HUD for at-a-glance status of gang stuff Manages recruitment, ascension, task duties Automated equipment buying with…

Read More “Bitburner – All-In-One 3GB: Gang Script with HUD” »

Bitburner

Bitburner – BitNode 8: Ghost of Wall Street Script

Posted on 05/25/2022 By LorDamned No Comments on Bitburner – BitNode 8: Ghost of Wall Street Script
Bitburner – BitNode 8: Ghost of Wall Street Script

Basic Script for BN8.1 Advanced Script for BN8.2-3 & BN8+ Achievement in Bitburner. BN8.1 function round(value) { let signs = [“”, “k”, “m”, “b”, “t”] let which = 0 while (value > 999 || value < -999) { value = Math.round(value / 10) / 100 ++which } return value + signs[which] } /** @param {NS}…

Read More “Bitburner – BitNode 8: Ghost of Wall Street Script” »

Bitburner

Bitburner Automatic Company Progression Script

Posted on 02/24/2022 By rfdcox No Comments on Bitburner Automatic Company Progression Script
Bitburner Automatic Company Progression Script

This is a very rough and tumble automated company progression script. its main purpose is to work you through every company that has an augment list (hopefully), and even auto-promotes you if available! General Description This script moves you through every company that has an augment list that I’m aware of, checking if you have…

Read More “Bitburner Automatic Company Progression Script” »

Bitburner

Bitburner – How to Get All the Money With Corporation

Posted on 01/28/2022 By Ilya Pirogov No Comments on Bitburner – How to Get All the Money With Corporation
Bitburner – How to Get All the Money With Corporation

Step by step instruction on how to get infinite profit with Corporation in two days in Bitburner.

Read More “Bitburner – How to Get All the Money With Corporation” »

Bitburner

Bitburner – Nuke Available Servers Automation

Posted on 01/20/2022 By koutoftimer No Comments on Bitburner – Nuke Available Servers Automation
Bitburner – Nuke Available Servers Automation

For those who are looking for something useful out here. I hope you will not blindly copy/paste it in your game but will find out a few new ideas for structuring your code. Also I can see several rooms for improvements: Create supervisor process that will watch for new available nodes and nuke them for…

Read More “Bitburner – Nuke Available Servers Automation” »

Bitburner

Bitburner – Optimized Hacknet Bot

Posted on 01/15/2022 By syw1 No Comments on Bitburner – Optimized Hacknet Bot
Bitburner – Optimized Hacknet Bot

Simple Bot that uses math to choose the most profitable upgrade. How It Works The bot takes the following steps. Checks cost and production growth of all the possible upgrades Calculates profitable ratio of each upgrade Sorts elements by ratio descending Chooses the first element Checks if you can purchase upgrade now, if not, it…

Read More “Bitburner – Optimized Hacknet Bot” »

Bitburner

Posts navigation

1 2 3 Next

Disclaimer

All content cited is derived from their respective sources. If you think we have used your content without permission, make sure to reach us and we will be taking it seriously.

Recent Posts

  • Bitburner DevMenu Access Guide
  • Dune Spice Wars – You Shall Not Pass Achievement Guide
  • Death in the Water 2 100% Achievement Guide
  • Late Photographer 100% Achievements Walkthrough Guide
  • Your Chronicle – How to Defeat the Serious Spearman
  • About Us
  • Contact Us
  • Privacy Policy
  • Terms of Service

Copyright © 2023 Riot Bits.