Files
SoloLobbyCreator/README.md
2021-04-01 19:35:37 +03:00

30 lines
1.2 KiB
Markdown

<h3 align="center">
Lightweight script for creating a solo lobby in the GTA Online.
</h3>
<p align="center">
<img src="/SoloLobbyCreatorUI.gif">
<img src="/SoloLobbyCreatorERROR.png">
</p>
---
### 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).