diff --git a/README.md b/README.md index 09a34f3..14afd8b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,29 @@ -# SoloLobbyCreator -Script for creating a solo lobby in the GTA Online +

+ Lightweight script for creating a solo lobby in the GTA Online +

+

+ + +

+ +--- +### Features: +- Does not require any dependencies +- Removes the user agreement for PsTools from the registry after the script completes + +--- +### How does it work? + +In the RAGE engine, there is a bug that if you have a frozen game, then after a while all the players are disconnected from your session, leaving you alone. + +The script uses the [PsSuspend](https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend) file from [PsTools](https://docs.microsoft.com/en-us/sysinternals/downloads/pstools) to temporarily freeze the game process. + +Unfortunately, this only works for 20-30 minutes, after some time, players will start joining your session. Just run the script once more and you will be left alone again. + +--- +### Download + +SoloLobbyCreator solo can be downloaded from the [release page](https://github.com/lzrdblzzrd/SoloLobbyCreator/releases/latest) of this repo. + +PsSuspend can be downloaded from the [Microsoft website](https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend). +