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.
wget https://raw.githubusercontent.com/ChaelCodes/bitburner-scripts/main/import.js import.js
You can configure your import inside import.js
.
config = {
folder: 'scripts',
rootUrl: 'https://raw.githubusercontent.com/ChaelCodes/bitburner-scripts/main/',
serverPrefix: 'ChaelPwns',
};
folder
will determine where your scripts are storedrootUrl
is the source, if you fork this repo, update this to you reposerverPrefix
your automatically purchased servers will be filtered from auto hacks using this prefix. Pick a fun name!
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!
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:
Open the file using nano
Save & Close it, and try again. There's a bug.