Skip to content

Instantly share code, notes, and snippets.

@Weilbyte
Last active December 3, 2022 07:12
Show Gist options
  • Save Weilbyte/3feeef644d29e62acd89393ec9fcc3e6 to your computer and use it in GitHub Desktop.
Save Weilbyte/3feeef644d29e62acd89393ec9fcc3e6 to your computer and use it in GitHub Desktop.
AHK script to delete Discord DMs. Ctrl+D to start deleting, ESC to kill script.
Escape::
ExitApp
Return
^d::
Loop, 100000
{
send, {Up}
send, ^a
send, {BS}
send, {Enter}
send, {Enter}
sleep, 200
send, {WheelUp}
}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment