Custom Commands
The following commands are for classic GTA games only. For GTA The Trilogy check this information.
CLEO Redux supports all original opcodes available in the given game. On top of those it adds a few new commands listed below. Note that they strictly match the opcodes of CLEO Library.
- 0A8C WRITE_MEMORY (UNSAFE - requires
mem
permission) - 0A8D READ_MEMORY (UNSAFE - requires
mem
permission) - 0A8E INT_ADD
- 0A8F INT_SUB
- 0A90 INT_MUL
- 0A91 INT_DIV
- 0A93 TERMINATE_THIS_CUSTOM_SCRIPT
- 0AA5 CALL_FUNCTION (UNSAFE - requires
mem
permission) - 0AA6 CALL_FUNCTION_RETURN (UNSAFE - requires
mem
permission) - 0AA7 CALL_METHOD (UNSAFE - requires
mem
permission) - 0AA8 CALL_METHOD_RETURN (UNSAFE - requires
mem
permission) - 0AB0 IS_KEY_PRESSED
This list might not be complete as there are custom plugins with extra commands. Refer to Sanny Builder Library for the complete list of available commands for each game.