missëry
Currently Offline
Item Showcase
Recent Activity
1.1 hrs on record
last played on 26 Jun
205 hrs on record
last played on 26 Jun
18.2 hrs on record
last played on 25 Jun
Comments
25 Jun @ 6:56am 
This comment is awaiting analysis by our automated content check system. It will be temporarily hidden until we verify that it does not contain harmful content (e.g. links to websites that attempt to steal information).
24 Jun @ 11:12am 
This comment is awaiting analysis by our automated content check system. It will be temporarily hidden until we verify that it does not contain harmful content (e.g. links to websites that attempt to steal information).
24 Jun @ 11:12am 
```batch
@echo off
title CS:GO Legacy Booster
echo Завершаем Проводник для освобождения ресурсов...
taskkill /f /im explorer.exe

echo Запускаем CS:GO Legacy через Steam...
start steam://rungameid/4465480

echo Ожидаем появления процесса игры...
:wait_for_process
timeout /t 2 /nobreak >nul
tasklist | findstr /i "csgo.exe" >nul
if %errorlevel% neq 0 goto wait_for_process
24 Jun @ 11:00am 
@echo off
echo Завершаем Проводник для освобождения ресурсов...
taskkill /f /im explorer.exe

echo Запускаем CS:GO Legacy через Steam...
start steam://rungameid/4465480

echo Ожидаем, пока игра не закроется...
:loop
timeout /t 2 /nobreak >nul
tasklist | findstr /i "csgo.exe" >nul
if %errorlevel%==0 goto loop

echo Восстанавливаем Проводник...
start explorer.exe
echo Готово!
24 Jun @ 10:46am 
This comment is awaiting analysis by our automated content check system. It will be temporarily hidden until we verify that it does not contain harmful content (e.g. links to websites that attempt to steal information).