Advertisement
Guest User

Untitled

a guest
Dec 28th, 2022
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | Gaming | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5. SetTitleMatchMode, 2
  6.  
  7. ^NumPad1::
  8. Run, "C:\Users\YOUR_PC_USERNAME\AppData\Local\Discord\app-1.0.9008\Discord.exe"
  9. sleep, 500
  10. send, ^k
  11. sleep, 500
  12. send, {!}CHANNEL_NAME
  13. send, {Enter}
  14. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement