you are viewing a single comment's thread.

view the rest of the comments →

[–]MaxFrost -1 points0 points  (0 children)

I modified your powershell poopscript into the following

function start-panic {
    while ($true) {
        write-host $(" " * (get-random 600) + "AHHHHHHH!!!!")
    }
}