C++ question (tool-development) (vs Autoit)

02/21/2013 08:42 jordman001#1
Hi all

I'm looking for someone with c++ experience.

I'm making a macro. I tried it first with autoit and it does work (64bit compiled)
I used the ControlSend-function.

Now i'm trying to do the same with c++, but it only works in the chat-bar. (can't cast skills)

What i could do was a klick on a specified place (x,y) with this code:


And now i want to do the same with keys ( to cast skills)

Can anyone help me pls?


Why i dont keep using autoit???
Well Memory reading is easier in c++. Also autoit doens't has classes like in c++.



Kind regards,
Jordman001
02/26/2013 17:33 jordman001#2
BUMP

pls, help? xd
02/26/2013 17:43 Dr. Coxxy#3
try keybd_event or SendInput.