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

    Default Autohotkey Script Problem

    I am just leraning how to make scripts. I wanted to use scripts for my 2 wow accounts. I have tried very basic script for just 1 button " 0 ".

    First i did this to test software on notepad;

    WinGet, wowid, List, Notepad

    ~0::
    KeyWait, 0, D
    #IfWinActive, Notepad
    {
    ControlSend,, 0, ahk_id %wowid1%
    ControlSend,, 0, ahk_id %wowid2%
    }
    Return

    What i see was amazing, i see when i type 0 it appears on the other window as well.

    Then i decided to try it on wow. I used this 1;


    WinGet, wowid, List, World of Warcraft

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

    But nothing happens? Why ? I don't get it, it is working on notepad but it is not working on warcraft. Is there any problem about programs running under vista? Or what is my problem please help me to find it out.

  2. #2

    Default

    I just saw the program keyclone, but it is 10$ and i am afraid to buy it coz maybe it will not work on my computer as well as above. Is there no chance to try it if it is working or not before buying it?

  3. #3

    Default

    hi russs and welcome to the forums.

    yes, keyclone will work fine for your needs. if you have any trouble, please feel free to drop me a note.

  4. #4

    Default

    i have solved the issue after some brain storming
    i give this info for the users who have the same problems, in windows vista you should disable UAC (user account control) otherwise nothing is working under vista.

Similar Threads

  1. Autohotkey - Wie script schreiben!
    By Yannik333 in forum German
    Replies: 1
    Last Post: 04-14-2009, 08:46 AM
  2. AutoHotKey DualBox Script
    By Imrac in forum Software Tools
    Replies: 0
    Last Post: 08-07-2008, 12:09 AM
  3. Autohotkey script, for 5!
    By Mofse in forum New Multi-Boxers & Support
    Replies: 2
    Last Post: 02-19-2008, 04:50 AM
  4. AHK ( AutoHotKey ) Script....
    By doc in forum Software Tools
    Replies: 5
    Last Post: 10-31-2007, 05:02 AM
  5. AHK ( AutoHotKey ) Script....
    By doc 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
  •