Help - Search - Members - Calendar
Full Version: macro help
AC Tools Everything Macro > AC Tool Macros > Other Macros
Agony
ive been trying to make my key spammer but it doesnt work
i just want it to press 6 all the times but it doesnt seems to work
did i do anything wrong ?


SetActiveWindow IMAGINE Version 1.208U

loop 999
keys 6
delay 2000
end

maybe its the game who block AC Tool ? the game is Shin Megami Tensei : Imagine Online
AC Tool does click 6 when im not in the game....
actooldude
I'm not familiar with those games, but when you press the 6 ingame (not using actool) do you need to press return also to get it into the chat window ?

If this is the case, you need to add the line Keys {return} after the line keys 6 in your macro.

loop 999
keys 6
keys {return}
delay 2000
end
Agony
QUOTE(actooldude @ Jan 5 2009, 12:37 PM) *
I'm not familiar with those games, but when you press the 6 ingame (not using actool) do you need to press return also to get it into the chat window ?

If this is the case, you need to add the line Keys {return} after the line keys 6 in your macro.

loop 999
keys 6
keys {return}
delay 2000
end


nop i just want ac tool to key stroke spam that key "6" (or any other key, i can change it)
it does show 6666... in other active window (like when i open notepad) but not in the game
it looks like it doesnt detect the game window or maybe the game itself has a protection ?
so it is not possible to simulate someone pressing a keyboard key ?
DaMOB
"in other active window (like when i open notepad) but not in the game
it looks like it doesnt detect the game window or maybe the game itself has a protection ?
so it is not possible to simulate someone pressing a keyboard key ? "

You answered yourself. Either protected or uses DirectInput but for either you will need to seek another tool if that is the case.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.