LUModder

GModGuardian v1.0 - Code Cleanup

Jan 23rd, 2014
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. @echo off
  2. title GModGuardian v1.0
  3. color 9F
  4. call :ascii
  5. echo.
  6. echo Starting your GMod server.
  7. call :wait
  8. cls
  9. call :ascii
  10. echo.
  11. echo Starting your GMod server..
  12. call :wait
  13. cls
  14. call :ascii
  15. echo.
  16. echo Starting your GMod server...
  17. call :wait
  18. cls
  19. call :ascii
  20. echo.
  21. echo GMod server started!
  22.  
  23. :server
  24. color 9F
  25. call :ascii
  26. echo.
  27. srcds.exe -game garrysmod +maxplayers 20 -console -authkey 89A1DF69E35404F5A178BD85F8AED4C8 +host_workshop_collection 219731353 +gamemode sandbox +map gm_flatgrass
  28. color 0C
  29. cls
  30. echo !!!WARNING!!!
  31. echo Your GMod server has crashed or was stopped.
  32. echo To restart your server press any key.
  33. echo To exit the server console, exit this window.
  34. pause
  35. cls
  36. goto server
  37.  
  38. :wait
  39. ping 192.0.2.2 -n 1 -w 1500 > nul
  40.  
  41. :ascii
  42. echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
  43. echo ÛÛÛÛÛÛ±±±±±Û±ÛÛÛÛÛ
  44. echo ÛÛÛÛÛ±ÛÛÛÛÛ±±ÛÛÛÛÛ
  45. echo ÛÛÛÛÛ±ÛÛÛÛÛ±±ÛÛÛÛÛ
  46. echo ÛÛÛÛÛÛ±±±±±±±ÛÛÛÛÛ
  47. echo ÛÛÛÛÛÛÛÛÛÛÛÛ±ÛÛÛÛÛ
  48. echo ÛÛÛÛÛÛÛÛÛÛÛÛ±ÛÛÛÛÛ
  49. echo ÛÛÛÛÛÛÛ±±±±±ÛÛÛÛÛÛ
  50. echo ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
  51. echo GMODGUARDIAN
  52. echo Made by LUModder
Advertisement
Add Comment
Please, Sign In to add comment