| View previous topic :: View next topic |
| Author |
Message |
thexav Master Cheater
Reputation: 0
Joined: 10 Nov 2006 Posts: 402 Location: quebec, canada
|
Posted: Tue Mar 04, 2008 10:00 pm Post subject: AC tool question |
|
|
Hi, I'm curently working on a little macro, you know something basic. I'm doing a mouse macro for a pc game called stronghold crusader, the macro is going to create catapultes very quickely for you ^^. I got the mouse Left and top for going on the build button, but then I put in the function: LeftClick but it wont click. It does only that for this game... So macro clicking for this game is hard, cuz I tried with other auto-clickers, it wont work. So basically im asking if you know how to make it work. Btw I also tried double click function.
If someone can help ill +rep him/her ^^
_________________
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Tue Mar 04, 2008 11:48 pm Post subject: |
|
|
First of all, don't use ACTool, do it in C++ or something.
And try bypassing SendInput or PostMessage, or try Translate/DispatchMessage, I bet it works fine.
|
|
| Back to top |
|
 |
thexav Master Cheater
Reputation: 0
Joined: 10 Nov 2006 Posts: 402 Location: quebec, canada
|
Posted: Tue Mar 04, 2008 11:51 pm Post subject: |
|
|
| Symbol wrote: | First of all, don't use ACTool, do it in C++ or something.
And try bypassing SendInput or PostMessage, or try Translate/DispatchMessage, I bet it works fine. |
c++... Im not quite there yet, but i found a way to make it work, but its average. its a drag click, like you click down for a some time.
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Mar 06, 2008 4:21 pm Post subject: |
|
|
Look into something else other then ACTools. Such as AutoIT. ACTools was made specifically for one game but has the ability to work for others, while AutoIT works for almost all games, and is intended to work on any game or other macro uses a person would want to use it for.
Other then that, like Symbol said, code your own.
_________________
- Retired. |
|
| Back to top |
|
 |
|