Skip to main content

3. The Bot Menu

Opening the menu

This chapter assumes you've already launched a client and BotWithUs has injected — see chapter 2 if the BWU logo isn't showing in the corner yet.

Open the bot menu in two ways:

  • Press Insert on your keyboard, or
  • Click the BotWithUs logo in the corner of the client.

The overlay opens on top of the game. From there, click Scripts to bring up the scripts window.

Open the overlay and click Scripts

Scripts vs SDN Scripts

Inside the scripts window you'll see two tabs. Switch to the SDN tab to see anything you've subscribed to from the marketplace.

Switch to the SDN tab in the scripts window

TabWhere the scripts come fromWhen you'd use it
Scripts.jar files you put in your local scripts folderScripts you wrote, or custom ones a friend sent you
SDNThe BotWithUs marketplace, downloaded on requestAnything you've subscribed to on botwithus.net/sdn

You'll meet "Scripts" again in chapter 5 when you build your own.

"I subscribed but no scripts are showing up"

Two things to check:

  1. Did you actually subscribe on the website? Browse botwithus.net/sdn, click a script, and confirm it.
  2. Hit Refresh in the SDN tab. No need to restart the loader — just click Refresh in the SDN tab and your new subscriptions will load.

After that, the script should appear under the SDN tab in the scripts window. Press the load button to start the download (usually instant or only a few seconds).

Running a script

Same flow for both tabs:

  1. Click the script's name in the list.
  2. Its options window appears (every script has its own — read what it asks for).
  3. Click Play to start the script. Some scripts have their own play button inside the script's configuration UI — use whichever the script provides.
  4. Watch your character act on screen, and watch the script console for any issues.

Configuring a script's options

To stop a script, click Stop in its window (it replaces the Play button). Closing the script's configuration window with the configuration icon does not stop the script — only Stop does. The main overlay can be hidden the same way: press Insert or click the BWU logo.

Next: if you only want to use scripts, you're done. To start writing your own, head to setting up your coding environment →.