Results 1 to 1 of 1
  1. #1
    Abdoghatrify's Avatar
    Join Date
    Jun 2013
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0

    Mouse click doesnt work in Lobbies/Channels

    Hey, Im having a problem with a bot i have made long time ago. It used to work until 2 days ago; Mouse clicks stopped working in game lobby, channels, server select, etc.. but it still works in game

    that's the code of my click ( direct input )

    Code:
        INPUT input;
        input.type = INPUT_MOUSE;
        input.mi.dx = 0;
        input.mi.dy = 0;
        input.mi.dwFlags = MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP;
        SendInput (1, &input, sizeof(input));
        Sleep(5);
        input.mi.dwFlags = MOUSEEVENTF_LEFTUP | MOUSEEVENTF_LEFTUP;
        SendInput (1, &input, sizeof(input));
    Note: after finishing some games, with luck, the click works in the room lobby and keeps working untill i restart the game
    Last edited by Abdoghatrify; 08-22-2013 at 12:03 AM. Reason: Adding note

Similar Threads

  1. Stamina doesnt work!
    By ltkort213 in forum WarRock - International Hacks
    Replies: 13
    Last Post: 06-09-2007, 07:39 AM
  2. DS2 doesnt work
    By acepwnage in forum General Gaming
    Replies: 1
    Last Post: 07-03-2006, 10:21 PM
  3. Warrok Doesnt work for me!?!?!
    By acepwnage in forum General Gaming
    Replies: 8
    Last Post: 06-13-2006, 09:55 PM
  4. The Weopons hack doesnt work???
    By Coolman in forum WarRock - International Hacks
    Replies: 18
    Last Post: 05-25-2006, 07:04 AM
  5. WPE doesnt work anymore!!!!!!!!!!!!!!!!!!!!
    By kayhesse in forum WarRock - International Hacks
    Replies: 3
    Last Post: 01-22-2006, 12:47 PM