Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
82300a4c81 | |||
![]() |
e7747e6c73 | ||
![]() |
dc3de63d97 | ||
![]() |
ae341740a4 | ||
![]() |
9cad2c4f9d | ||
![]() |
6433a6cfc1 | ||
![]() |
371bb73243 |
@@ -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).
|
||||
|
||||
|
@@ -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
|
||||
)
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.7 KiB |
Reference in New Issue
Block a user