/CLEO-Redux

Experimental JavaScript runtime for GTA 3D era games.

Primary LanguageRustOtherNOASSERTION

CLEO Redux

Discord YouTube Channel

CLEO Redux is an experimental JavaScript runtime for GTA 3D era games.

It brings a joy of enhancing the gameplay with countless mini-scripts that are easy to add and remove. Both players and developers can equally benefit from a flexible and secure environment it provides.

A complete simple script looks like this:

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

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

See more examples

Documentation

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