Skip to content

This is a script virus #15

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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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