hey guys,
Im trying to set a macro that makes me be able to send chat messages like 'FLAG' very fast.
First of all, is it allowed (it would seem weird if it wasnt)
second: i downloaded autohotkey, is that a good idea?
third: can somebody help me finding a working script.
I tried this:
and also this:
when i tried it on notepad, i actually typed 'yFLAGy'. but in-game, nothing happened. I went to yahoo and someone suggested to use this:
{F11}::
Send {Y down}
Sleep, 10
send {Y up}
Sleep, 10
Send {F down}
Sleep, 10
Send {F up}
Sleep, 10
Send {L down}
Sleep, 10
Send {L up}
Sleep, 10
Send {A down}
Sleep, 10
Send {A up}
Sleep, 10
Send {G down}
Sleep, 10
Send {G up}
Sleep, 10
Send {Enter down}
Sleep, 10
Send {Enter up}
Sleep, 10
but when i tried to launch the script, it said:
"note: the hotkey {f11}:: will not be active because it does not exist in the current keyboard layout"
same for {ENTER} btw
edit: changing {f11} with f11 makes the script run and it works in notepad, but not in-game.
edit2: also tried to set the '10' to '100', but still didnt work