Posted: Thu Jul 30, 2009 10:38 pm Post subject: c++ window hooking and xtrap....
Hello, I'm building some bots i'm running 2 clients one that i play and the other that just follows me around and heals me whenever i say too.
Once you hook the window title and send input keys would this interfear with me running key inputs as normal game play... basicly just a memory bot that reads my hp bar and heals me base on %'s i guess...
I'm also trying to disable xtrap.. Is there any insite as to what calls are made to turn it off. This is for a private server use not for hacking purposes. I can find the ****.xt and the xproc3 call.. Should i be nop... or jmp calls.... im kind of new to xtrap...
if you're sending key inputs as raw input via something like sendinput/keybd_event then it's the same as if you pressed it so shouldn't get any interference. same with windows messages. only problem with WM is if you happen to fill up the message queue but that's unlikely from what you're doing
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum