Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 10 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
[![Build status](https://ci.appveyor.com/api/projects/status/0umw01h20wsbiv1q?svg=true)](https://ci.appveyor.com/project/MAFINS/menyoosp)
[![GitHub latest release](https://img.shields.io/github/downloads/MAFINS/MenyooSP/latest/total?label=latest-release&logo=GitHub)](https://github.com/MAFINS/MenyooSP/releases/latest/download/MenyooSP.zip)
[![GitHub all releases](https://img.shields.io/github/downloads/MAFINS/MenyooSP/total?label=all-releases&logo=GitHub)](https://github.com/MAFINS/MenyooSP/releases)

# Menyoo PC
### a.k.a. MenyooSP
#### Trainer for Grand Theft Auto V (single-player).
# Menyoo FiveM
### Fork from MenyooSP
#### Trainer for FiveM
---

## Requirements
- [ScriptHookV by Alexander Blade](http://www.dev-c.com/gtav/scripthookv/)

## Build
Visual Studio 2017 required
- I used v15.9.7

## Install
Copy output .asi file along with the menyooStuff folder to the Grand Theft Auto V game directory, making sure asiloader and ScriptHookV are installed.
- [FiveM](https://fivem.net/)

## Download
Compiled binary material can be found at [releases](https://github.com/MAFINS/MenyooSP/releases).
## Download / Install
- Grab the [latest release](https://github.com/PichotM/MenyooFiveM/releases).
- Place Menyoo.asi in the plugins folder of FiveM.
- Place menyooStuff in data/cache/subprocess folder of FiveM.

## License
Majority of the source code is licensed under the [GNU GPL v3](LICENSE.txt) license.
Source content taken from other projects is tagged with the respective license(s) wherever found.
## Credits
- [MenyooSP](https://github.com/MAFINS/MenyooSP)
6 changes: 3 additions & 3 deletions Solution/source/Menyoo.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -234,19 +234,19 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>Menyoo</RootNamespace>
<ProjectName>Menyoo</ProjectName>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Solution/source/macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// version
#define MENYOO_CURRENT_VER_ "1.0.1"

#define GAME_PLAYERCOUNT 30
#define GAME_PLAYERCOUNT 256



Expand Down