Update README.md
This commit is contained in:
parent
4085fd62c1
commit
9892cdd66b
@ -15,18 +15,23 @@ These scripts are for playing the [open source](https://github.com/danielyxie/bi
|
|||||||
- [update.js](#updatejs)
|
- [update.js](#updatejs)
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download & run the update script ingame
|
# Download the update script in-game
|
||||||
wget https://gitlab.zakscode.com/ztimson/BitBurner/-/raw/develop/scripts/update.js scripts/update.js
|
wget https://gitlab.zakscode.com/ztimson/BitBurner/-/raw/develop/scripts/update.js scripts/update.js
|
||||||
|
|
||||||
|
# Run the update script (Repeat this to pull this repository in the future)
|
||||||
run scripts/update.js
|
run scripts/update.js
|
||||||
|
|
||||||
# Start the node manager with 8 nodes
|
# Start the node manager with 8 nodes
|
||||||
run scripts/node-manager.js 8
|
run scripts/node-manager.js 8
|
||||||
|
|
||||||
# Chain the crawler, auto-pwner & miner to hack everything on the network
|
# Chain the crawler, auto-pwner & miner to hack everything on the network
|
||||||
run scripts/crawler.js /scripts/auto-pwn.js {{TARGET}} /scripts/miner.js
|
run scripts/crawler.js /scripts/rootkit.js {{TARGET}} /scripts/miner.js
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Learn more about the [availible scripts](#scripts) bellow or pass the `--help` flag to any of the included scripts in-game.
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
### [bruteforce.js](./scripts/bruteforce.js) (WIP)
|
### [bruteforce.js](./scripts/bruteforce.js) (WIP)
|
||||||
|
Loading…
Reference in New Issue
Block a user