Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaelcodes/bitburner-scripts
I played BitBurner on Thursdays at https://twitch.tv/ChaelCodes ! This is my Repo of BitBurner Scripts.
https://github.com/chaelcodes/bitburner-scripts
Last synced: 17 days ago
JSON representation
I played BitBurner on Thursdays at https://twitch.tv/ChaelCodes ! This is my Repo of BitBurner Scripts.
- Host: GitHub
- URL: https://github.com/chaelcodes/bitburner-scripts
- Owner: ChaelCodes
- Created: 2020-11-05T00:13:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T23:43:43.000Z (about 3 years ago)
- Last Synced: 2024-12-13T03:14:40.547Z (21 days ago)
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 29
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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://raw.githubusercontent.com/ChaelCodes/bitburner-scripts/main/import.js import.js`
# Configure your Import
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 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](https://user-images.githubusercontent.com/8124558/101851194-1b246500-3b29-11eb-9986-7b626bdea51d.png)
Open the file using `nano` Save & Close it, and try again. There's a bug.