Skip to content

Instantly share code, notes, and snippets.

@fproperzi
Last active March 31, 2023 14:27
Show Gist options
  • Save fproperzi/dcf00ccdadb1ab4b9e53a29aa659bf47 to your computer and use it in GitHub Desktop.
Save fproperzi/dcf00ccdadb1ab4b9e53a29aa659bf47 to your computer and use it in GitHub Desktop.
stand-by bye bye
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