Results 1 to 9 of 9
  1. #1
    extremehack's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Why does this not work?

    My Void:
    [PHP]void autofire(void) {
    keybd_event(VK_LBUTTON,0,0,0);
    }[/PHP]

    And my Command:
    [PHP]if(GetAsyncKeyState(VK_NUMPAD1)<0) { // v
    autofire();
    }[/PHP]

    I want to make it when I press NUMPAD1 it will press the left mouse button. The first time I tried it totally messed up. And shot until I reloaded. And now it wont work at all? I don't know what happened? Can someone please help? I'm so

  2. #2
    scorpoistak's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    portland oregon
    Posts
    307
    Reputation
    21
    Thanks
    191
    first of all are u trying to make rapid fire?
    and ur sig is trolling

  3. #3
    swatfx's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    659
    Reputation
    20
    Thanks
    108
    My Mood
    Mellow
    Quote Originally Posted by extremehack View Post
    My Void:
    [PHP]void autofire(void) {
    keybd_event(VK_LBUTTON,0,0,0);
    }[/PHP]

    And my Command:
    [PHP]if(GetAsyncKeyState(VK_NUMPAD1)<0) { // v
    autofire();
    }[/PHP]

    I want to make it when I press NUMPAD1 it will press the left mouse button. The first time I tried it totally messed up. And shot until I reloaded. And now it wont work at all? I don't know what happened? Can someone please help? I'm so
    if you can make OPK TELEKILL and a REAL GLITCHER i'm sure u can code some basic commands by yourself

  4. #4
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Code:
    keybd_event(VK_LBUTTON,0,0,0);
    Only pushes the mouse down, you have to send a mouse release event for it to become a "click", but I believe that DirectInput checks inputs that are lower level than keybd_event...
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  5. #5
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    How does someone with :
    Hotkey Hack - Done
    Menu Hack - 85%

    OPK - 100%
    Advance Telekill - 100%
    Real Glitcher - 100%
    Ghost Mode - 50%
    Aimbot - 15%
    Hisect OPK - 80% (Need Hisect Pointer)
    not know how to do that? ._.

  6. #6
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Quote Originally Posted by freedompeace View Post
    How does someone with :

    not know how to do that? ._.
    Posing choobs...
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  7. #7
    DeadLinez's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    https://mpgh.net Sexy Points: 989,576,420
    Posts
    465
    Reputation
    11
    Thanks
    500
    My Mood
    Psychedelic
    um, everyone is stealing my hi-sec teleport idea.. what ever. i got it done btw, perfectly. um you press it down, you have to release it (up).

  8. #8
    gcflames12's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    wada
    Posts
    181
    Reputation
    10
    Thanks
    24
    Deadlinez i got one question when you drew your radar did u use SetRect?

  9. #9
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    This is very very basic's of c++..

    Learn c++ and come back later.
    /Closed
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. [Help] Why does this dont work?
    By skulhead in forum WarRock Hack Source Code
    Replies: 10
    Last Post: 04-01-2011, 08:47 AM
  2. [HELP] Why is this not working :\
    By skulhead in forum C++/C Programming
    Replies: 11
    Last Post: 03-10-2011, 01:57 AM
  3. [Help] Why is this not working...
    By skulhead in forum WarRock Hack Source Code
    Replies: 30
    Last Post: 03-05-2011, 06:42 PM
  4. [Help] Why does this dont work?
    By skulhead in forum WarRock Hack Source Code
    Replies: 11
    Last Post: 02-26-2011, 12:24 AM
  5. Does this hack work?
    By scoutboss in forum WarRock - International Hacks
    Replies: 15
    Last Post: 06-06-2007, 01:09 PM