This repository demonstrates a Proof of Concept for exploiting the "Gta5Voice" plugin, allowing controlled execution of client-side code within GTA V.
Clone the repository, then install the required packages by running the following command:
npm installTo execute custom code, open config.json and set the codeToExecute parameter with your desired client code.
Example:
"codeToExecute": "mp.trigger('setMoney', 1337);"This setup enables client-specific command execution, including custom commands like setting in-game resources or triggering specific client events. When u are using this Executor, you cannot interact with another people. That means you cant listen and speak with another player. Below is an in-game screenshot for reference:
