🔥
Prometheus
  • Prometheus
  • Getting Started
    • Installation
    • Obfuscating your first script
    • Command Line Options
    • Presets
    • Writing a custom Config File
    • The Config Object
  • Steps
    • WrapInFunction
    • Vmify
    • SplitStrings
    • ProxifyLocals
    • EncryptStrings
    • ConstantArray
  • advanced
    • Using Prometheus in your Lua Application
Powered by GitBook
On this page
  1. Getting Started

Command Line Options

PreviousObfuscating your first scriptNextPresets

Last updated 3 years ago

The following table provides a brief overview over the command line options:

Option
Usage

--preset [name]; --p [name]

Specify the config preset to be used;

--config [path]; --c [path]

Specify the path to a custom config file

--out [path]; --o [path]

Specify the path of the output file

--nocolors

Disable ansi colors escape sequences

--Lua51

Handle input as Lua 5.1

--LuaU

Handle input as LuaU

--pretty

Pretty print the output

Details