Advertisement
Dino213dz

DuckyCube_Orange.ps1

Mar 29th, 2022 (edited)
1,436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $conter=0
  2.  
  3. while($conter < 50){
  4.     $conter++
  5.     $Host.ui.RawUI.BackgroundColor = ([Enum]::GetValues([System.ConsoleColor]) | Get-Random)
  6.     cls
  7.     }  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement