Go to file
2023-10-12 19:48:27 +02:00
.github/workflows Release 2023-08-09 12:43:03 +02:00
.vs Release 2023-08-09 12:43:03 +02:00
scripts Update offsets 2023-10-12 19:48:27 +02:00
src Update offsets 2023-10-12 19:48:27 +02:00
.gitattributes Release 2023-08-09 12:43:03 +02:00
.gitignore Release 2023-08-09 12:43:03 +02:00
CMakeLists.txt Release 2023-08-09 12:43:03 +02:00
CMakeSettings.json Release 2023-08-09 12:43:03 +02:00
README.md Update README.md 2023-08-09 12:46:36 +02:00

SCAPI

This project is designed to better understand the API's from Rockstar Games used in Grand Theft Auto V.

Features

Listing all commands and keeping them here up-to-date would be pain. Just go to src/commands

Libraries

This project was builded on Microsoft Visual Studio Community 2022 (64bit)

Dependencies via CMake:

Build Instructions (Win64)

git clone https://github.com/BugisoftRSG/SCAPI.git
cd SCAPI
mkdir build && cd build
cmake ..

Known Issues

  • Some endpoints may return an error since they are not available for the platform or no longer used.