Link cheatengine to a macro?

12/26/2008 04:07 bobbyaube#1
Ok, this is my first attempt at making a "game hack".

I dont know much about gamehacking, all i want to do is to make a simple macro that react to what a npc say.

I already found a text adress from the client (with cheat engine).

What i would like to do is, link the adress value to an action.

Ex:
If adress 0x019DBDBA = "Yes" Then move mouse to xxx-yyy and click.
If adress 0x019DBDBA = "No" Then move mouse to xxx-yyy and click.

Any idea on how i could do that, or programs i could use? (assuming i have no real knowlege in cheat engine)
12/26/2008 09:55 °Remus°#2
With autoit it`s possible to do this, it`s easy to learn
12/26/2008 23:51 bobbyaube#3
thanks thats what im gonna do.
12/27/2008 01:30 Atheuz#4
You could also use CheatEngine itself. It parses C Code.