SpaghettDev / Pico-Updated

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 98.7%Language:CMake 1.3%Language:Assembly 0.0%