Skip to content

Instantly share code, notes, and snippets.

@padmick
Created April 23, 2024 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save padmick/5500ccf7c4bcf0ce62ad171dd9f28a88 to your computer and use it in GitHub Desktop.
Save padmick/5500ccf7c4bcf0ce62ad171dd9f28a88 to your computer and use it in GitHub Desktop.
$wsh = New-Object -ComObject Wscript.Shell; WHILE($TRUE){$wsh.SendKeys("{SCROLLLOCK}");$wsh.SendKeys("{SCROLLLOCK}");START-SLEEP -Seconds (Get-Random -Minimum 45.1 -Maximum 110.99)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment