Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; by Hadronox / Rezel
- #IfWinActive, World of Warcraft ;; enabled only in WoW
- $1::
- While GetKeyState("1", "P") {
- Send, {Blind}{1} ;; blind mode to send modifiers
- Sleep, 720
- }
- return
- #IfWinActive ;; disable WoW context sensitivity
- ^PgDn::Suspend ;; Ctrl + PageDown to suspend script (if you want to chat)
- ^PgUp::Reload ;; Ctrl + PageUP to reload script
- ^End::ExitApp ;; Ctrl + End to terminate script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement