Plugins

Plugins are optional programs adding extra scripting commands with the help of CLEO Redux SDK. A plugin file has a .cleo extension and should be copied to the CLEO\CLEO_PLUGINS directory.

List of plugins

NameDescriptionLinkPortable
IniFilesReading from and writing to INI filessrcYes
DylibLoading DLL files and importing functionssrcYes
InputChecking for keyboard and mouse input, emulating key pressessrcYes
ImGuiReduxDear ImGui bindingsGitHub repoNo
MemoryOperationsLow-level memory operationsGitHub repoNo
FrontendChecking for updates on GitHub and displaying information in the main menuAvailable only in the installerNo
EventsEmitting custom eventssrcYes

Plugins are included in the CLEO Redux installer. You can opt out of some of them by unchecking the corresponding checkbox in the installer. Portable plugins are also included in the portable versions of CLEO Redux (standalone archives). Non-portable plugins need to be downloaded and installed manually.