Results 1 to 3 of 3
  1. #1
    djmustafa32's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed

    Post about macro of PokeMMO...

    i wrote a command for autohotkey but the function didnt work. First if game window active it will start. when i opened game and press "L" key it will start.
    i want to make a loop with "L" key active. it will make quick 3 times "S" key and first "Q" key, not wait, "Q" key, wait, "Q" key, wait, "Q" key

    for Autohotkey need help

    Code:
    IfWinActive, PokeMMO
        Suspend Off
    else
        Suspend On
    return
    
    $l::
    Loop 500
    {
    if not GetKeyState("l", "P")
    break
    Click
    
    Send s
    Send s
    Send s
    Send q
    Send q
    Sleep 500
    Send q
    Sleep 500
    Send q
    }
    return
    Last edited by djmustafa32; 03-31-2013 at 01:40 PM.

  2. #2
    djmustafa32's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    up up up up

  3. #3
    Lolleko's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Dreamville
    Posts
    64
    Reputation
    22
    Thanks
    727
    My Mood
    Relaxed

    Post

    You can actually not check for the PokeMMO window to be active because they changed the Windowtitle.
    Use something like this to check if the window is active:
    Code:
    WinSetTitle, ahk_class LWJGL, ,newwindowname
    
    IfWinActive, newwindowname
        Suspend Off
    else
        Suspend On
    return
    YOLO

Similar Threads

  1. [Info] Pokemmo Macro Bots
    By Disturbed1991 in forum Other MMORPG Hacks
    Replies: 17
    Last Post: 08-28-2013, 07:33 AM
  2. [Help Request] About Mouse macro!!
    By redralphy in forum Alliance of Valiant Arms (AVA) Help
    Replies: 2
    Last Post: 07-29-2012, 02:28 AM
  3. About macros
    By ivampii in forum Alliance of Valiant Arms (AVA) Help
    Replies: 4
    Last Post: 12-25-2011, 09:52 PM
  4. [Info] About Macro V1
    By andryfero in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 0
    Last Post: 10-27-2011, 08:36 AM
  5. Question about macro/bot for farming
    By acfan in forum CrossFire Hacks & Cheats
    Replies: 18
    Last Post: 08-16-2009, 09:51 AM