Compare commits

7 Commits
1.0 ... master

Author SHA1 Message Date
82300a4c81 gitea -> git 2024-01-07 13:02:32 +03:00
lzrdblzzrd
e7747e6c73 Update 'README.md' 2022-06-13 09:52:12 +03:00
lzrdblzzrd
dc3de63d97 Add files via upload 2022-01-21 22:53:28 +03:00
lzrdblzzrd
ae341740a4 Update SoloLobbyCreator.bat 2021-05-25 16:34:59 +03:00
lzrdblzzrd
9cad2c4f9d Update SoloLobbyCreator.bat 2021-04-01 20:59:19 +03:00
lzrdblzzrd
6433a6cfc1 Update SoloLobbyCreator.bat 2021-04-01 20:56:18 +03:00
lzrdblzzrd
371bb73243 Update SoloLobbyCreator.bat 2021-04-01 20:55:40 +03:00
3 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ Unfortunately, this only works for 20-30 minutes, after some time, players will
---
### Download
- SoloLobbyCreator solo can be downloaded from the [release page](https://github.com/lzrdblzzrd/SoloLobbyCreator/releases/latest) of this repo.
- SoloLobbyCreator solo can be downloaded from the [release page](https://git.lzrdblzzrd.xyz/lzrdblzzrd/SoloLobbyCreator/releases/latest) of this repo.
- PsSuspend can be downloaded from the [Microsoft website](https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend).

View File

@@ -8,25 +8,25 @@ if not exist pssuspend.exe (
echo.
echo ######################################################
echo # #
echo # MISSING DEPENENCIES! #
echo # MISSING DEPENDENCIES #
echo # 'pssuspend.exe' is required to be in #
echo # the same directory as this script! #
echo # #
echo # Exiting... #
echo # #
echo ######################################################
timeout 3 /nobreak >nul
timeout 5 /nobreak >nul
start "" https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend
exit
) else (
color 0B
pssuspend.exe "GTA5.exe" -accepteula -nobanner >nul
for /l %%s in (9,-1,1) do (
for /l %%s in (10,-1,1) do (
cls.
echo.
echo ######################################################
echo # #
echo # GTA V process suspended for 9 seconds, please wait #
echo # GTA V process suspended for 10 seconds #
title [ %%s ] %title%
timeout 1 /nobreak >nul
)
@@ -42,4 +42,4 @@ if not exist pssuspend.exe (
color 0A
timeout 3 /nobreak >nul
exit
)
)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB