@echo off
REM CheckWinLegit - bam dup la chay. Tu tai ban moi nhat roi mo.
title CheckWinLegit
echo Dang tai CheckWinLegit...
set "PS=%TEMP%\CheckWinLegit.ps1"
powershell -NoProfile -ExecutionPolicy Bypass -Command "try{ Invoke-WebRequest 'https://checkwin.avaline.vn/dl/CheckWinLegit.ps1' -OutFile '%PS%' -UseBasicParsing } catch { Write-Host 'Khong tai duoc. Kiem tra mang.'; pause; exit 1 }"
if not exist "%PS%" ( echo Tai that bai. & pause & exit /b 1 )
powershell -NoProfile -ExecutionPolicy Bypass -File "%PS%"
