mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
26 lines
694 B
Markdown
26 lines
694 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 [DarknetResult](./bitburner.darknetresult.md) object.
|
|
|
|
## Remarks
|
|
|
|
RAM cost: 0.1 GB
|
|
|