Skip to content

Instantly share code, notes, and snippets.

@ohmree
Last active May 9, 2016 11:54
Show Gist options
  • Save ohmree/f69f4eb334052a6564d8bde2de3e4680 to your computer and use it in GitHub Desktop.
Save ohmree/f69f4eb334052a6564d8bde2de3e4680 to your computer and use it in GitHub Desktop.
Some stuff and things
cd $Env:USERPROFILE;cd .\Desktop\;$desu = Read-Host 'How many times would you like to hack the Pentagon?';$nya = 0;do{Test-NetConnection google.com >> h4xx0r.txt;$nya++;} while ($nya + 1 -le $desu);clear;cat .\h4xx0r.txt;echo "Check your desktop you idiot!";pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment