I am writting a tool hack for audition vn, it's using xtrap 3361.
I want to write a function to auto press space.
Please help me.
+I tried to SendMessage, PostMessage, SendNotifyMessage, keybd_event, SendInput, and using tool to unhook all function xtrap hook. All is zero... It can't auto space.
+I tried to hook function DirectInput8Create, and xtrap block.
+I tried send key using library inpout32.dll to send data direct to keyboard port. I sent data to port 0x60 ok, but send data to port 0x64 then xtrap block.
+I tried to write a driver to make int 9h? I'm not good at write system driver, then after run tool, my computer blue screen.