Advertisement
VOrlando520

Untitled

Jan 20th, 2022
1,060
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. ;; by Hadronox / Rezel
  3.  
  4. #IfWinActive, World of Warcraft ;; enabled only in WoW
  5.  
  6. $1::
  7. While GetKeyState("1", "P") {
  8. Send, {Blind}{1} ;; blind mode to send modifiers
  9. Sleep, 720
  10. }
  11. return
  12. #IfWinActive ;; disable WoW context sensitivity
  13.  
  14.  
  15. ^PgDn::Suspend ;; Ctrl + PageDown to suspend script (if you want to chat)
  16. ^PgUp::Reload ;; Ctrl + PageUP to reload script
  17. ^End::ExitApp ;; Ctrl + End to terminate script
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement