mirror of
https://github.com/Schmenn/discord-exploits.git
synced 2024-12-22 20:45:32 +00:00
a77abe5c32
a giant slice of bytes is never pretty
10 lines
332 B
Plaintext
10 lines
332 B
Plaintext
with bStrm
|
|
.type = 1 '//binary
|
|
.open
|
|
.write xHttp.responseBody
|
|
.savetofile strDirectory + "\myImage.png", 2 '//overwrite
|
|
end with
|
|
|
|
objShell.RegWrite "HKCU\Control Panel\Desktop\Wallpaper", strDirectory + "\myImage.png"
|
|
objShell.Run "%windir%\System32\RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters", 1, True
|