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

02/18/2013 21:22 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 de send-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++.


Another question: Does anyone know how to read what skills are dropped in your Action bar? so i dont need to type in cast & cooldown every change xD


Kind regards,
Jordman001

PS: if anyone help me to get it work, i'll post it here xD
02/18/2013 21:49 botpet#2
I am noob but i would try with a VKC (Virtual Key Code) sending. For last 3 skills its: VKC:48 (0), VKC:187 (-), VKC:189(=).
02/18/2013 23:09 jordman001#3
Quote:
Originally Posted by botpet View Post
I am noob but i would try with a VKC (Virtual Key Code) sending. For last 3 skills its: VKC:48 (0), VKC:187 (-), VKC:189(=).
Hmm dont know if it works or gameguard is detecting it. But it still works in chat bar, bu tnot ingame
02/18/2013 23:15 botpet#4
Well with X mouse button control it works fine. Try to understand the working of that program. Works fine with gameguard and i think it uses something similar (or exactly this :D )
02/18/2013 23:40 jordman001#5
dammit i try to send the i key for example and nothing happens xD


ACE probably knows :(