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: DevMenu Achievement Guide
Guides

Bitburner: DevMenu Achievement Guide

Jaeden Feil
Last updated: 2023/07/17 at 7:40 AM
By Jaeden Feil
Share
SHARE
Some code to get the achievement hackers!
Instructions below!

Go to your home computer and type this:

nano devmenu.ns

Now just copy and paste the code from this guide into it and save it.
Then you can go to your home computer again and run it:

run devmenu.ns

Now you should see that you got the achievement!
Don’t forget to kill the script with:

kill devmenu.ns

THIS is the important code to get the achievement:

 /** @param {NS} ns **/

let getProps = (obj) => Object.entries(obj).find(entry => entry[0].startsWith("__reactProps"))[1].children.props;
let hasPlayer = (obj) => 
{
	try
	{
		return getProps(obj).player ? true : false;
	}
	catch(ex)
	{
		return false;
	}
}

export async function main(ns) {
	let boxes = Array.from(eval("document").querySelectorAll("[class*=MuiBox-root]"));
	let box =  boxes.find(x => hasPlayer(x));

	if(box)
	{
		ns.tprintf("INFO className: \"" + box.className + "\"");

		let props = getProps(box);

		// get a 10% cash bonus
		props.player.money = props.player.money * 1.1;

		//  open dev menu
		props.router.toDevMenu();
	}
}

By Scrzbbles ⸜(ؔᶿധؔᶿ)⸝

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?