Advertisement
Guest User

Untitled

a guest
Dec 28th, 2022
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 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, CUsersYOUR_PC_USERNAMEAppDataLocalDiscordapp-1.0.9008Discord.exe
  9. sleep, 333
  10. send, ^k
  11. sleep, 333
  12. send, {!}CHANNEL_NAME_1
  13. send, {Enter}
  14. sleep, 333
  15. WinActivate, Overwatch
  16. return
  17.  
  18. ^NumPad2
  19. Run, CUsersYOUR_PC_USERNAMEAppDataLocalDiscordapp-1.0.9008Discord.exe
  20. sleep, 333
  21. send, ^k
  22. sleep, 333
  23. send, {!}CHANNEL_NAME_2
  24. send, {Enter}
  25. sleep, 333
  26. WinActivate, Overwatch
  27. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement