Close
Page 1 of 7 1 2 3 ... LastLast
Showing results 1 to 10 of 64
  1. #1

    Default Noob help with Autohotkey(and duel-boxing)

    i just tried boxing today
    im using 2 games on 1 comp

    i used the code in the guide and it works so far

    i tried to add some code so i could move

    i got WASD to somewhat work but the arrows and space don't

    even using wasd it is very glichy and the other game doesn't move as far as the main does

    i was wondering how to fix this of if anyone had some code i could use

    this is what i have now

    [code:1]

    #IfWinActive, World of Warcraft
    ~A::
    ControlSend,,{A down}{A up}, ahk_id %idMain%
    ControlSend,,{= down}{= up}, ahk_id %idClone%
    ControlSend,,{A down}{A up}, ahk_id %idClone%
    return

    #IfWinActive, World of Warcraft
    ~S::
    ControlSend,,{S down}{S up}, ahk_id %idMain%
    ControlSend,,{= down}{= up}, ahk_id %idClone%
    ControlSend,,{S down}{S up}, ahk_id %idClone%
    return

    #IfWinActive, World of Warcraft
    ~D::
    ControlSend,,{D down}{D up}, ahk_id %idMain%
    ControlSend,,{= down}{= up}, ahk_id %idClone%
    ControlSend,,{D down}{D up}, ahk_id %idClone%
    return

    #IfWinActive, World of Warcraft
    ~W::
    ControlSend,,{W down}{W up}, ahk_id %idMain%
    ControlSend,,{= down}{= up}, ahk_id %idClone%
    ControlSend,,{W down}{W up}, ahk_id %idClone%
    return

    [/code:1]


    EDIT- after reading the post about if it is leagle...

    is autohotkey still leagle? thanks

  2. #2

  3. #3

    Default

    Quote Originally Posted by keyclone
    **cough**

    keyclone

    **cough**
    ohh you have to pay for it...
    oh....

    convince me that its better and i might get it....

  4. #4

    Default

    Ahh capitalism at its finest
    The Zins - 10 Boxing
    Xzin, Azin, Bzin, Czin, Dzin
    Xyzin, Ayzin, Byzin, Cyzin, Dyzin
    Magtheridon - US

  5. #5

    Default

    Quote Originally Posted by Xzin
    Ahh capitalism at its finest
    uhh... gotta love it :P

    i think im gonna stick with autohotkeys

    so any ideas on how to fix it?


    also to Xzin
    do you really pay for 10 accounts
    thats $150 a month
    how do ya get the money

  6. #6

    Default

    Xzin is a pimp for high society ;-)

  7. #7

    Default

    I think moving with WASD for all characters is kinda tricky since you have some latency issue between a few clients so you cant have exactly the same movements.

  8. #8

    Default

    Quote Originally Posted by unit187
    I think moving with WASD for all characters is kinda tricky since you have some latency issue between a few clients so you cant have exactly the same movements.
    well its fine when im not moving

    and it doesn't lag at all just the moving is working

    the other moves about half as much as the main

  9. #9

    Default

    try this script but with your WASD hotkeys

    [code:1]~j::
    #IfWinActive, World of Warcraft
    {
    ControlSend, , {j Down}, ahk_id %wowid1%
    ControlSend, , {j Down}, ahk_id %wowid2%
    ControlSend, , {j Down}, ahk_id %wowid3%
    ControlSend, , {j Down}, ahk_id %wowid4%
    ControlSend, , {j Down}, ahk_id %wowid5%
    }
    Return

    ~j Up::
    #IfWinActive, World of Warcraft
    {
    ControlSend, , {j Up}, ahk_id %wowid1%
    ControlSend, , {j Up}, ahk_id %wowid2%
    ControlSend, , {j Up}, ahk_id %wowid3%
    ControlSend, , {j Up}, ahk_id %wowid4%
    ControlSend, , {j Up}, ahk_id %wowid5%
    }
    Return[/code:1]

  10. #10

Similar Threads

  1. Duel boxing noob
    By kush in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 07-16-2009, 07:34 AM
  2. MAC Duel Boxing
    By Dirtyplay in forum New Multi-Boxers & Support
    Replies: 8
    Last Post: 06-26-2009, 01:14 AM
  3. New to Duel-Boxing
    By Famulatus in forum New Multi-Boxers & Support
    Replies: 1
    Last Post: 03-20-2009, 11:48 PM
  4. WOW Duel Account Controller - AutoHotkey Script
    By Sorn in forum General WoW Discussion
    Replies: 6
    Last Post: 07-30-2007, 11:21 AM
  5. Noob help with Autohotkey(and duel-boxing)
    By Destro in forum General WoW Discussion
    Replies: 0
    Last Post: 01-01-1970, 12:00 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
  •