PDA

View Full Version : Black Desert Online Key Presses Help



willbur201
08-11-2017, 07:56 PM
Hey guys, I'm writing a grinding bot for BDO and for some reason, the client isn't accepting keypresses(but it does take mouseclicks/holds).
Heres the example procedure, which unlocks and locks the mouse to the screen( or it should, but it doesnt.)

procedure ulmouse(x:integer);
begin
//locks, unlocks mouse based on milliseconds.
keyDown(17);
wait(x);
keyUp(17);
end;

I noticed that if the chat window is open, the keys do show up in there(if its a letter key), but they do not work on hotkeys. why? :(

I've also tried typebyte(VK_CONTROL);

Frement
08-12-2017, 02:02 AM
I tested a few things and I'm assuming XIGNCODE is blocking fake keyboard input.

badman1
08-12-2017, 08:35 AM
Bdo uses Directinput I think. May need something like this
https://villavu.com/forum/showthread.php?t=115073
I'm on mobile and can't test if that works right now.

Sent you a PM about BDO ideas, I'm in the same boat.

skollstagg
08-14-2017, 08:15 PM
Bdo uses Directinput I think. May need something like this
https://villavu.com/forum/showthread.php?t=115073
I'm on mobile and can't test if that works right now.

Sent you a PM about BDO ideas, I'm in the same boat.

I didn't have any luck with that when I tried botting BDO ages ago

MemeMan
10-08-2017, 05:49 PM
XIGNCODE is basically a rootkit would advise anyone to try a game thats less invasive