Skip to content

Instantly share code, notes, and snippets.

@wstrinz
Created October 25, 2023 15:29
Show Gist options
  • Save wstrinz/d934997400d2796657ec82ecacfbed51 to your computer and use it in GitHub Desktop.
Save wstrinz/d934997400d2796657ec82ecacfbed51 to your computer and use it in GitHub Desktop.
Add-Type -assemblyName System.Windows.Forms;$a=@(1..100);while(1){[System.Windows.Forms.Cursor]::Position=New-Object System.Drawing.Point(($a|get-random),($a|get-random));start-sleep -seconds 5}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment