mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 18:22:58 +02:00
6073964768
This is BN15. It is a really big change; see the PR for all the details.
26 lines
721 B
Markdown
26 lines
721 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Darknet](./bitburner.darknet.md) > [unleashStormSeed](./bitburner.darknet.unleashstormseed.md)
|
|
|
|
## Darknet.unleashStormSeed() method
|
|
|
|
Executes STORM\_SEED.exe, if it is present on the server the script is running on.
|
|
|
|
Warning: That exe file creates a webstorm that can cause catastrophic damage to the darknet. Run at your own risk.
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
unleashStormSeed(): DarknetResult;
|
|
```
|
|
**Returns:**
|
|
|
|
[DarknetResult](./bitburner.darknetresult.md)
|
|
|
|
A promise that resolves to a [DarknetResult](./bitburner.darknetresult.md) object.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0.1 GB
|
|
|