
No fumbling around scripts any more. Use this guide to access the dev menu.
Use browser developer tools.
Step 1: Open the developer tools
Step 2: In the tools, choose “Sources”, then open “main.bundle.js”. You’ll have the option in Chrome to choose “Pretty Print”, do this. Scroll to line 6350 or so, and click on the line # next to “switch (Ee)” to create a breakpoint.
Step 3: Back in the game, click on any link in the menu to try to switch pages. This should trigger your breakpoint. Your game should look like the screenshot below:
Step 4: WIth the game stopped at the breakpoint, you should be able to expand “Scope” on the right to find the Ee variable.
Step 5: Double-click on the value of Ee under the Scope menu and change whatever value is there to 8. 8 is the constant value for the DevMenu. After change the value, click the little play button to continue executing your game. You should be routed now to the DevMenu back in your game. Success!
You can disable your breakpoint by unchecking the box in the breakpoints area so it doesn’t catch every single time you want to change pages. But it’ll be there if you ever want to return to the DevMenu. Happy hacking!
Jeyni.
This is all about Bitburner – How to Access Dev Menu Guide; I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!
- All Bitburner Posts List
Leave a Reply