Guide Revisions

2 revisions
  1. I initially unknowingly linked a "Steam guide leeching website" as the source. Changed that to makai's initial Steam guide.
    • Exploit: You're not meant to access this.
    Have this line of code inside your main function of a script and run it: (I used it with Netscript 2, it might not work with simple Netscript ) ```javascript Object.entries(eval("document").getElementsByClassName("jss3 MuiBox-root")[0]).find(x => x[0].startsWith("__reactProps"))[1].children.props.router.toDevMenu(); ``` It should immediatly open the DevMenu. Use with caution. It can spoil the game for you. The Achievement should pop shorty after.

    Have this line of code inside your main function of a script and run it: (I used it with Netscript 2, it might not work with simple Netscript )

    Object.entries(eval("document").getElementsByClassName("jss3 MuiBox-root")[0]).find(x => x[0].startsWith("__reactProps"))[1].children.props.router.toDevMenu();
    

    It should immediatly open the DevMenu.
    Use with caution. It can spoil the game for you.
    The Achievement should pop shorty after.

    • makai