Close
Showing results 1 to 3 of 3
  1. #1

    Default AHK and dual boxing

    I still have all my macros from when I first tried to dual box (stopped due to college work), just forgot the script for AHK all I need is the script for if I press "1" it does 1 on the other client, thanks in advance.





    PS using the same PC with 2 clients.

  2. #2

    Default

    Welcome, all the information your asking for has been discussed before, try Search or the Wiki.

    http://www.dual-boxing.com/forums/index.php?form=search
    http://www.dual-boxing.com/wiki
    Realm: Vek'nilash Faction: Alliance

  3. #3

    Default

    WinGet, wowid, List, World of Warcraft

    ~1::
    KeyWait 1
    IfWinActive, World of Warcraft
    {
    ControlSend,, 1, ahk_id %wowid1%
    ControlSend,, 1, ahk_id %wowid2%
    Return
    }

    ~2::
    KeyWait 2
    IfWinActive, World of Warcraft
    {
    ControlSend,, 2, ahk_id %wowid1%
    ControlSend,, 2, ahk_id %wowid2%
    Return
    }

    ~3::
    KeyWait 3
    IfWinActive, World of Warcraft
    {
    ControlSend,, 3, ahk_id %wowid1%
    ControlSend,, 3, ahk_id %wowid2%
    Return
    }

    ~Space::
    KeyWait Space
    IfWinActive, World of Warcraft
    {
    ControlSend,, {Space}, ahk_id %wowid1%
    ControlSend,, {Space}, ahk_id %wowid2%
    Return
    }

Similar Threads

  1. Dual Boxing with Dual Monitors need help!
    By Raidynxbl in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 03-27-2009, 03:52 AM
  2. Replies: 3
    Last Post: 01-31-2009, 07:20 PM
  3. Hello Dual Boxers!!! (Semi-new to Dual-Boxing)
    By Mikezegreat in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 09-07-2008, 01:49 AM
  4. Dual-Boxing / Multi-Boxing leveling guide
    By Ziie in forum General WoW Discussion
    Replies: 3
    Last Post: 09-06-2007, 12:45 PM
  5. 10 Boxing - Dual Boxing Two Zins Arrays - Ideas?
    By Xzin in forum General WoW Discussion
    Replies: 20
    Last Post: 05-30-2007, 10:15 AM

Posting Rules

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