Skip to content

Instantly share code, notes, and snippets.

@pwndev
Created June 12, 2022 12:39
Show Gist options
  • Save pwndev/0ba9cd5327fd75bb7cfd99b988a9bbc2 to your computer and use it in GitHub Desktop.
Save pwndev/0ba9cd5327fd75bb7cfd99b988a9bbc2 to your computer and use it in GitHub Desktop.
This script allows you to type/paste text into input fields that prevent text pasting
$wshell = New-Object -ComObject wscript.shell;
Sleep 3
$wshell.SendKeys('YOUR MESSAGE HERE')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment