Skip to content

This is a script virus #15

@whitehathacker255

Description

@whitehathacker255

Add-Type -AssemblyName PresentationFramework

$icons = @(
'[ERROR] ',
'[WARNING] ',
'[INFO] ',
'[QUESTION] '
)

while ($true) {
$icon = Get-Random -InputObject $icons
Write-Host "$icon This is a prank message!" -ForegroundColor Yellow
Start-Sleep -Milliseconds 300
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions