> For the complete documentation index, see [llms.txt](https://levno-710.gitbook.io/prometheus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://levno-710.gitbook.io/prometheus/steps.md).

# Steps

- [WrapInFunction](https://levno-710.gitbook.io/prometheus/steps/wrapinfunction.md): This Step Wraps the Entire Script into a Function
- [Vmify](https://levno-710.gitbook.io/prometheus/steps/vmify.md): This Step will Compile your script and run it within a Vm
- [SplitStrings](https://levno-710.gitbook.io/prometheus/steps/splitstrings.md): This Step splits Strings to a specific or random length
- [ProxifyLocals](https://levno-710.gitbook.io/prometheus/steps/proxifylocals.md): This Step wraps all locals into Proxy Objects
- [EncryptStrings](https://levno-710.gitbook.io/prometheus/steps/encryptstrings.md): This Step will encrypt all String constants in your code
- [ConstantArray](https://levno-710.gitbook.io/prometheus/steps/constantarray.md): This Step will Extract all Constants and put them into an Array at the beginning of the script
