🔥
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

Installation

PreviousPrometheusNextObfuscating your first script

Last updated 2 years ago

To install Prometheus, simply clone the Github Repository using:

git clone "https://github.com/prometheus-lua/Prometheus.git"

Alternatively you can download the Sources .

Prometheus also Requires LuaJIT or Lua51 in order to work. The Lua51 binaries can be downloaded .

here
here