Go to file
BugisoftRSG a5cafbd0ee
rel
2023-08-09 16:25:40 +02:00
.github/workflows Release 2023-08-09 12:43:03 +02:00
.vs Release 2023-08-09 12:43:03 +02:00
scripts Release 2023-08-09 12:43:03 +02:00
src rel 2023-08-09 16:25:40 +02:00
.gitattributes Release 2023-08-09 12:43:03 +02:00
.gitignore Release 2023-08-09 12:43:03 +02:00
bfg-1.14.0.jar 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 Release 2023-08-09 12:43:03 +02:00

SCAPI

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

Features

UGC

  • Copy Job (From other/same platforms to PC, but not vice versa)
  • Copy Local Job (Copy your own jobs)
  • Delete Content (Can delete any job you created)
  • Query Content (Get the job meta info of a job)
  • Check Text (Checks if a given text is a profanity)
  • Query Content Creators (Actual usage unknown)

Auth

  • Create Ticket

Geo Location

  • Get Location Info from IP (Looks like its Max Mind DB)

Matchmaking

  • Get Matchmaking (Lists all Sessions available to join)

Inbox

  • Send Email (May also corrupt the target's inbox if base64'd gamer handle is wrong)
  • Send Bounty completed Message

Presence

  • Send Invite (IIRC only works on friends since the ballstortue incursion)

Misc

  • Decrypt (Allows you to decrypt an http request/response and get the raw xml)

Libraries

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

Dependencies:

Build Instructions (Win64)

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

Known Issues

  • GetTopRatedContent returns SqlException