Results 1 to 5 of 5

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    iamhere
    iamhere is offline
    New member
    Join Date
    2011 Apr
    Posts
    4
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    2
    Thanked in
    1 Post
    Rep Power
    0

    How to write a tool auto space in audition + xtrap?

    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.
    Last edited by iamhere; 2011-04-21 at 06:59 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •