Results 1 to 3 of 3
  1. #1
    crybaby1's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    Macros/Keybindings/Hotkeys (HELP)

    Hello,

    I wish to know how to use macros in this game, for example. If i'm hitting stone, and i have to go, can i just press 1 button on my mice or keyboard to keep me hitting that stone until i click the button again.
    Is this possible? If so, how can it be done?

    Thanks in advance.

  2. #2
    .Zer0's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    331
    Reputation
    11
    Thanks
    1,181
    My Mood
    Amused
    Just simply write a Macro yourself there are tons of tutorials how to do it look it up on google or youtube.
    This has nothing to do with Hacks.

    Write it for example in AutoIT or just get a tool that works for you.

    Example

  3. #3
    Pr0f1t's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    Download AutoHotKay and use this:

    NumPad1:: ;Starts the loop.
    PressKey := ! PressKey
    Loop
    {If ! PressKey
    Break
    Send, {Click down}{Click up}
    Sleep 400 ;Delay between keypresses
    }
    Return
    Numpad0::Suspend ;Ends loop/suspends the script.
    Last edited by Pr0f1t; 04-04-2015 at 04:02 AM.

Similar Threads

  1. [Help Request] hotkey help
    By buddhayang in forum Crossfire Coding Help & Discussion
    Replies: 10
    Last Post: 08-25-2012, 04:24 AM
  2. [Outdated] [1.0.0] Macro / Keybind Mod
    By Luisjoseda in forum Minecraft Mods
    Replies: 7
    Last Post: 12-05-2011, 04:19 PM
  3. Hotkey help.
    By XxTylerxX in forum C# Programming
    Replies: 10
    Last Post: 05-15-2010, 12:14 AM
  4. VB08 HOTkey (help)
    By boyd45 in forum Visual Basic Programming
    Replies: 3
    Last Post: 06-21-2008, 02:22 PM
  5. Vb (hotkey) Help
    By redarr in forum Visual Basic Programming
    Replies: 13
    Last Post: 11-05-2007, 03:31 PM