Skip to content

Instantly share code, notes, and snippets.

View blbrdv's full-sized avatar
🤡
honk honk

Alexandr Beloborodov blbrdv

🤡
honk honk
View GitHub Profile
@blbrdv
blbrdv / run.ps1
Last active September 21, 2023 10:01
Run cs 1.6 server as Windows service
#Requires -RunAsAdministrator
Add-Type -assemblyname System.ServiceProcess;
$CurrentDir = $((Get-Location).Path);
$global:Time = "00:00:10";
$global:Mapcycle = "$CurrentDir\cstrike\mapcycle.txt";
function StopServ
{