Access Dev Menu achievement: Easiest Way

Access Dev Menu achievement: Easiest Way

Use Browser Developer Tools.


Access Dev Menu achievement: Easiest Way image 1

Access Dev Menu achievement: Easiest Way image 2
Access Dev Menu achievement: Easiest Way image 3
Access Dev Menu achievement: Easiest Way image 4
Access Dev Menu achievement: Easiest Way image 5

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.

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2728567782					

More Bitburner guilds