What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

DB API - Sending Keystrokes

Vertraag

New Member
Joined
May 14, 2010
Messages
286
Reaction score
5
Anyone know how to send keystrokes to the D3 client using the Demonbuddy API? I don't want to have to mess around with using PostMessage unless I have to. I saw that there is an enum at Zeta.UIKeys but I'm not sure which function to pass those into.
 
There is none, you have to pinvoke SendMessage
 
That would involve getting a process handle on the D3 client the bot is attached to. Is there any way to know the process ID if there are multiple bots/clients running?
 
AFAIK keystroke by simulation is easily detectable. The buddy team probably won't make it happen
 
autoit + memory reading, google that shit if you plan to continue on this topic.
 
I don't want to use AutoIt. This is for part of a plugin I'm working on for DB.
 
Back
Top