Close
Showing results 1 to 2 of 2

Hybrid View

  1. #1

    Default Need help with auto hotkey

    anyone have a script for quad boxing? (4 chars all shammys) for autohotkey?

  2. #2

    Default

    Just from looking at the script for two, I came up with this

    Code:
    WinGet, wowid, List, World of Warcraft
    
    ~+::
    KeyWait 2
    IfWinActive, World of Warcraft
    {
      ControlSend,, +, ahk_id %wowid1%
      ControlSend,, +, ahk_id %wowid2%
      ControlSend,, +, ahk_id %wowid3%
      ControlSend,, +, ahk_id %wowid4%
      Return
    }
    Replace"+" with the button you want it too use. Please post if it works.

Similar Threads

  1. Auto hotkey staggered by window?
    By luxlunae in forum Software Tools
    Replies: 4
    Last Post: 08-28-2008, 02:03 AM
  2. Auto hotkey
    By darkkille267 in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 08-23-2008, 11:00 PM
  3. auto hotkey help with macros
    By kojak965 in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 06-16-2008, 09:27 AM
  4. Auto Hotkey Dual Box Code
    By samhaine in forum General WoW Discussion
    Replies: 11
    Last Post: 07-11-2007, 05:58 PM
  5. Auto Hotkey Script?
    By mufar in forum General WoW Discussion
    Replies: 7
    Last Post: 07-09-2007, 10:50 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •