-
Notifications
You must be signed in to change notification settings - Fork 174
/
NGROK-CHECK.bat
26 lines (20 loc) · 1.45 KB
/
NGROK-CHECK.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@echo off
del /f "C:\Users\Public\Desktop\Epic Games Launcher.lnk" > out.txt 2>&1
net config server /srvcomment:"Windows Azure VM" > out.txt 2>&1
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /V EnableAutoTray /T REG_DWORD /D 0 /F > out.txt 2>&1
net user administrator Gettovds12 /add >nul
net localgroup administrators administrator /add >nul
echo Hepsi tamam! VDS'nizi Uzak Masaüstü Bağlantısı kullanarak bağlayın
echo IP: Yok
tasklist | find /i "ngrok.exe" >Nul && curl -s localhost:4040/api/tunnels | jq -r .tunnels[0].public_url || echo "NGROK tüneli alınamıyor, Ayarlar> Sırlar> Depo sırrı bölümünde NGROK_AUTH_TOKEN'in doğru olduğundan emin olun. Belki önceki sanal makineniz hala çalışıyor: https://dashboard.ngrok.com/status/tunnels"
echo Kullanıcı Adı: Administrator
echo Şifre: Gettovds12
curl -O https://raw.githubusercontent.com/gettovds-1/hayday1/main/Files/DisablePasswordComplexity.ps1 > out.txt 2>&1
curl -o "C:\Users\Public\Desktop\Fast Config VPS.exe" https://raw.githubusercontent.com/hayday1/gettovds/main/Files/FastConfigVPS_v5.1.exe > out.txt 2>&1
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& './DisablePasswordComplexity.ps1'" > out.txt 2>&1
diskperf -Y >nul
sc start audiosrv >nul
sc config Audiosrv start= auto >nul
ICACLS C:\Windows\Temp /grant administrator:F >nul
ICACLS C:\Windows\installer /grant administrator:F >nul
ping -n 10 127.0.0.1 >nul