Last active
August 15, 2024 10:37
-
-
Save TheCloudScout/546acf989536839f0c49f4f15a50a74f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clear-Host | |
$ShieldColor1 = 'DarkBlue' | |
$ShieldColor2 = 'DarkCyan' | |
$ShieldColor3 = 'Cyan' | |
$TextColor = "Magenta" | |
Write-Host '' | |
Write-Host '' | |
Write-Host ' ██ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ████████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ██████ ██████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ██████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' █'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '▒'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ██████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ██████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ███'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '▒██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ██████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ███████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ████▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░▒██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ███████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' █████████▓'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ████▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░▒███'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ▓█████████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ██▓█'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ▄▄▄▄██▓▓▓▓▓▓▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░░░░░░░▒▓▄▄▄'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' █▓██ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' █▓█'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ______'-NoNewline -ForegroundColor $TextColor; Write-Host ' ████▓▓▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░░░░░░░'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' __'-NoNewline -ForegroundColor $TextColor; Write-Host ' ▒▓██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' █▓█ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' █▓█'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / ____/ _____ _______ ______/ /___ ___ __ ' -ForegroundColor $TextColor | |
Write-Host ' ██'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / __/ | | / / _ \/ ___/ / / / __ / __`/ / / / ' -ForegroundColor $TextColor | |
Write-Host ' ▀'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / /___ | |/ / __/ / / /_/ / /_/ / /_/ / /_/ / ' -ForegroundColor $TextColor | |
Write-Host ' '-NoNewline -ForegroundColor $TextColor; Write-Host ' /_____/ |___/\___/_/ \__, /\__,_/\__,_/\__, / ' -ForegroundColor $TextColor | |
Write-Host ' ▄'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ▄ '-NoNewline -ForegroundColor $ShieldColor2; Write-Host '____ _________ /____/ ______ /____/ ' -ForegroundColor $TextColor | |
Write-Host ' ██'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / __ \/ __/__ /____ ____/ / __ \'-NoNewline -ForegroundColor $TextColor; Write-Host ' ▄▄▄ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' █'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' / / / / /_ /_ </ __ \/ __ / /_/ /'-NoNewline -ForegroundColor $TextColor; Write-Host ' ███ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' '-NoNewline -ForegroundColor $TextColor; Write-Host ' / /_/ / __/___/ / / / / /_/ / _, _/'-NoNewline -ForegroundColor $TextColor; Write-Host ' ███ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' '-NoNewline -ForegroundColor $TextColor; Write-Host ' /_____/_/ /____/_/ /_/\__,_/_/ |_| '-NoNewline -ForegroundColor $TextColor; Write-Host '███ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ██'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ▒██▓▓▓▓▓▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░░░░░░▓'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ░██ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ███'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' █████▓▓▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░░░░▒███'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ██ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ███'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' ███▓█'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░░▒██'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ███ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ████'-NoNewline -ForegroundColor $ShieldColor1; Write-Host ' █'-NoNewline -ForegroundColor $ShieldColor2; Write-Host '░'-NoNewline -ForegroundColor $ShieldColor3; Write-Host ' ████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ████▄▄▄▄████ ' -ForegroundColor $ShieldColor1 | |
Write-Host ' ████ ' -ForegroundColor $ShieldColor1 | |
Write-Host '' | |
Write-Host '' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment