Need a ability spam macro, help ~ menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Icegrip's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need a ability spam macro, help ~

    Hey guys...I basicly need to bind ability 1 2 3 to one single hotkey so I can continually spam that one single key to activate those abilities simultaneously. I have done that via the razer naga macro feature but I would love to bind that macro to a keystroke instead of a mouse button.


    Thanks!

    Need a ability spam macro, help ~
  2. #2
    Binafus's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look up IsPressed in the help file

    If you press 1 the script will then send 1 2 3

    #include <Misc.au3>

    $dll = DllOpen("user32.dll")

    While 1
    Sleep ( 250 )
    If _IsPressed("31", $dll) Then
    Send("2")
    Sleep(200)
    Send("3")
    Sleep(200)
    EndIf
    WEnd
    DllClose($dll)

    It might be better to do a script that when you push a key it will spam 1 2 3 then press another key to make it stop.
    Last edited by Binafus; 07-25-2012 at 01:44 PM.

  3. #3
    vsking's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice post

  4. #4
    Icegrip's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this script for autoit or autohotkey?
    Originally Posted by Binafus View Post
    Look up IsPressed in the help file

    If you press 1 the script will then send 1 2 3

    #include <Misc.au3>

    $dll = DllOpen("user32.dll")

    While 1
    Sleep ( 250 )
    If _IsPressed("31", $dll) Then
    Send("2")
    Sleep(200)
    Send("3")
    Sleep(200)
    EndIf
    WEnd
    DllClose($dll)

    It might be better to do a script that when you push a key it will spam 1 2 3 then press another key to make it stop.

  5. #5
    Binafus's Avatar Member
    Reputation
    2
    Join Date
    Jul 2009
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It is Autoit

  6. #6
    sakrai's Avatar Private
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have this one for AutoHotkey, pressing D or Shift D will send 1,2,3 or you can hold the key to spam the numbers:

    ~F12::Suspend

    ;Enable fast keyboard simulation
    #NoEnv
    SendMode Input

    ;Bind D to spam QWE
    ~d::
    IfWinActive Diablo III
    {
    send {ShiftDown}
    Loop
    {
    if GetKeyState("d", "P")
    {
    send {1}
    sleep 10
    send {2}
    sleep 10
    send {3}
    sleep 10
    }
    else
    {
    send {ShiftUp}
    break
    }
    }
    }
    return

    ;Bind Shift + D to also spam QWE. Avoids problem with D having to be pressed first.
    +~d::
    IfWinActive Diablo III
    {
    send {ShiftDown}
    Loop
    {
    if GetKeyState("d", "P")
    {
    send {1}
    sleep 10
    send {2}
    sleep 10
    send {3}
    sleep 10
    }
    else
    {
    send {ShiftUp}
    break
    }
    }
    }
    return

  7. #7
    Icegrip's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks guys!

Similar Threads

  1. 1.12 Poison Macro--HELP NEEDED!
    By testcharsdf in forum WoW UI, Macros and Talent Specs
    Replies: 1
    Last Post: 02-25-2017, 07:40 PM
  2. Need PQR Ability help! run macro how to?
    By Dante in forum WoW Bot Maps And Profiles
    Replies: 2
    Last Post: 12-02-2012, 07:27 AM
  3. Need help for a simple ability spam macro
    By Icegrip in forum Diablo 3 General
    Replies: 0
    Last Post: 07-25-2012, 09:22 AM
  4. Macro help needed
    By Fenryr in forum Programming
    Replies: 3
    Last Post: 01-02-2009, 02:01 PM
  5. Rez Macro help
    By Ysmena in forum World of Warcraft General
    Replies: 0
    Last Post: 08-01-2006, 10:43 AM
All times are GMT -5. The time now is 10:12 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search