Skip to content

cleolibrary/CLEO-Redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 24, 2024
dc55356 · Nov 24, 2024
May 3, 2022
Dec 26, 2022
Nov 24, 2024
Dec 3, 2022
Nov 24, 2024
Dec 26, 2022
Jul 23, 2023
Nov 24, 2024
Jun 20, 2022
Nov 24, 2024
Nov 24, 2024
Nov 24, 2024
Aug 10, 2023
May 11, 2022
Sep 25, 2021

Repository files navigation

CLEO Redux

Discord YouTube Channel

CLEO Redux is an experimental runtime for GTA 3D era games and, with limited functionality, other games or applications. It supports JavaScript and TypeScript languages.

Its flexible, extensible and secure environment provides rich scripting capabilities and allows easily add and remove countless mini-scripts.

A complete simple script looks like this:

const VK_F4 = 115;
while (true) {
  wait(250);

  if (Pad.IsKeyPressed(VK_F4)) {
    Game.ActivateSaveMenu();
    wait(1000);
  }
}

To run this script, save it as a .js file in the {game}/CLEO directory and start the game.

See more examples

Documentation

https://re.cleo.li/docs

Installation

https://re.cleo.li/docs/en/installation.html

Contribution

There are multiple ways to contribute to the project. We welcome any help with improving our documentation, writing new example scripts, developing plugins using CLEO SDK, sharing your ideas, or testing early builds available on our Discord.

License

CLEO Redux is available under the end-user license agreement