Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title GModGuardian v1.0
- color 9F
- call :ascii
- echo.
- echo Starting your GMod server.
- call :wait
- cls
- call :ascii
- echo.
- echo Starting your GMod server..
- call :wait
- cls
- call :ascii
- echo.
- echo Starting your GMod server...
- call :wait
- cls
- call :ascii
- echo.
- echo GMod server started!
- :server
- color 9F
- call :ascii
- echo.
- srcds.exe -game garrysmod +maxplayers 20 -console -authkey 89A1DF69E35404F5A178BD85F8AED4C8 +host_workshop_collection 219731353 +gamemode sandbox +map gm_flatgrass
- color 0C
- cls
- echo !!!WARNING!!!
- echo Your GMod server has crashed or was stopped.
- echo To restart your server press any key.
- echo To exit the server console, exit this window.
- pause
- cls
- goto server
- :wait
- ping 192.0.2.2 -n 1 -w 1500 > nul
- :ascii
- echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
- echo ÛÛÛÛÛÛ±±±±±Û±ÛÛÛÛÛ
- echo ÛÛÛÛÛ±ÛÛÛÛÛ±±ÛÛÛÛÛ
- echo ÛÛÛÛÛ±ÛÛÛÛÛ±±ÛÛÛÛÛ
- echo ÛÛÛÛÛÛ±±±±±±±ÛÛÛÛÛ
- echo ÛÛÛÛÛÛÛÛÛÛÛÛ±ÛÛÛÛÛ
- echo ÛÛÛÛÛÛÛÛÛÛÛÛ±ÛÛÛÛÛ
- echo ÛÛÛÛÛÛÛ±±±±±ÛÛÛÛÛÛ
- echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
- echo GMODGUARDIAN
- echo Made by LUModder
Advertisement
Add Comment
Please, Sign In to add comment