From d0ab881a4c1bbebcfac706bed46ca75680cef4c0 Mon Sep 17 00:00:00 2001
From: lzrdblzzrd <32615368+lzrdblzzrd@users.noreply.github.com>
Date: Thu, 1 Apr 2021 19:35:08 +0300
Subject: [PATCH] Update README.md
---
README.md | 31 +++++++++++++++++++++++++++++--
1 file changed, 29 insertions(+), 2 deletions(-)
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).
+