GitHunt
SP

SpaghettDev/Pico-Updated

Pico updated to latest version of GTA (1.67 Build 3028) and with some nice features.

Pico-Updated

Pico updated to latest version of GTA (1.67 Build 3028) and with some nice features.

Some info

Original Uknowncheats post is here.

Image of Menu
How to generate the solution

If you have no experience in building a dll using Visual Studio, then you can head to the releases and download the pre-built dll.


If not, then follow these steps:

  1. Clone this repo (you will need the git cli):
git clone https://github.com/SpaghettDev/Pico-Updated.git
  1. cd to the folder that now contains the cloned repo:
cd path/to/cloned/repo
  1. Make the solution (you will need the cmake cli):
mkdir build
cd build
cmake ..
  1. The solution will be in the build folder

Was bored so decided to take on the challenge of updating a menu to work on the latest patch.

master branch has the base with some nice features added in.

base branch has the base with no modifications, but works in the latest patch.

native-ui branch has modifications that make it look like a NativeUI menu.

Languages

C++98.7%CMake1.3%Assembly0.0%

Contributors

Created December 2, 2022
Updated October 8, 2023
SpaghettDev/Pico-Updated | GitHunt