Skip to content

reversum/gta5voice-executor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GTA 5 Voice (GVMP) - Executor

This repository demonstrates a Proof of Concept for exploiting the "Gta5Voice" plugin, allowing controlled execution of client-side code within GTA V.

Installation

Clone the repository, then install the required packages by running the following command:

  npm install

Configuration

To execute custom code, open config.json and set the codeToExecute parameter with your desired client code.

Example:

"codeToExecute": "mp.trigger('setMoney', 1337);"

Usage Example

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:

Ingame Screenshot

About

The following repository contains a Proof of Concept at exploiting the Voice Plugin "Gta5Voice" to execute client code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%