Advertisement
Dino213dz

DuckyCube_Orange.ps1

Mar 29th, 2022 (edited)
1,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $conter=0
  2.  
  3. Invoke-WebRequest -Uri "https://pastebin.com/raw/QiXryraK" -OutFile ./hitman.txt
  4.  
  5.  
  6. while($conter -lt 100){
  7.     $conter++
  8.     $Host.ui.RawUI.BackgroundColor = ([Enum]::GetValues([System.ConsoleColor]) | Get-Random)
  9.     $Host.ui.RawUI.ForegroundColor = ([Enum]::GetValues([System.ConsoleColor]) | Get-Random)
  10.     cls
  11.     type ./hitman.txt
  12.     Start-Sleep -Milliseconds 100
  13.     }  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement