mirror of
https://github.com/massgravel/massgrave.dev.git
synced 2024-11-23 15:00:54 +07:00
change rem to :: to evade some AV's detection
This commit is contained in:
parent
9744b3843f
commit
b30e7ac66b
@ -19,7 +19,7 @@ catch {
|
||||
}
|
||||
|
||||
$ScriptArgs = "$args "
|
||||
$prefix = "@REM $rand `r`n"
|
||||
$prefix = "@:: $rand `r`n"
|
||||
$content = $prefix + $response
|
||||
Set-Content -Path $FilePath -Value $content
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user