Search:

Type: Posts; User: diducktape

Search: Search took 0.01 seconds.

  1. SendMessage(hwnd, WM_KEYDOWN, VK_SHIFT, NULL);...

    SendMessage(hwnd, WM_KEYDOWN, VK_SHIFT, NULL);
    would that work?

    and what is the #include statment for VK? is it <winuser.h>?
  2. but how to i make it keep sending the shift down...

    but how to i make it keep sending the shift down message to the game? , that was my main problem
  3. hot to send a key message to another program?

    I am attempting to create a bot for a fps game that can make another program think i am holding down the shift button(because thats the button you hold down when you want your character to run) when...
  4. (help me pls)how do you change memory value in other programs?

    I am trying to make a program that changes the value of the ammo in an online RPG (Combat Arms). What i need is a snippit of code that i can use to change the value of a specified address in a...
Results 1 to 4 of 4