Page 3 of 3 FirstFirst 123
Results 31 to 40 of 40
  1. #31
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    GetAsyncKeyState is global, the window does not need to have focus in order for it to trigger.
    Ah we-a blaze the fyah, make it bun dem!

  2. #32
    serpentine's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In your moms bed
    Posts
    1,623
    Reputation
    22
    Thanks
    176
    OMG, yes it does. The window has to be active for GetAsyncKeyState to recognize the hotkey. If you don't believe me look at this thing that I made. It uses GetAsyncKeyState and everyone was complaining that nothing happens when they press the hotkey.
    [IMG]https://i306.photobucke*****m/albums/nn265/chugsweet23/Reverb.png[/IMG]


    Bans: 1337

    .:Gifts:.

    Johhny 3 Tears: [x] [x]

  3. #33
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    I use it in my console app while playing games to (de)activate bot parts, so yes, it does work when it doesnt have focus.
    Ah we-a blaze the fyah, make it bun dem!

  4. #34
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Mine never have to be focused..

  5. #35
    serpentine's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In your moms bed
    Posts
    1,623
    Reputation
    22
    Thanks
    176
    Alright, I'm going to make a movie to show all of you...

    EDIT: It worked? Oh fuck, I'm the most retardedest person in th world... I put the GetAsyncKeyState in the message loop.
    Last edited by serpentine; 06-11-2010 at 10:16 AM.
    [IMG]https://i306.photobucke*****m/albums/nn265/chugsweet23/Reverb.png[/IMG]


    Bans: 1337

    .:Gifts:.

    Johhny 3 Tears: [x] [x]

  6. The Following User Says Thank You to serpentine For This Useful Post:

    mwb1234 (06-12-2010)

  7. #36
    thekm1994's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    79
    Reputation
    8
    Thanks
    1
    My Mood
    Daring
    in the registerkey , what the to NULLS means, and the one ? i mean what "varible" should be in the register hotkey ? like how this function build and what the words in the barckets says ? (GetAsyncKeyState(int))

  8. #37
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by serpentine View Post
    Alright, I'm going to make a movie to show all of you...

    EDIT: It worked? Oh fuck, I'm the most retardedest person in th world... I put the GetAsyncKeyState in the message loop.
    Got Owned. GetAsyncKeyState works with hidden windows... Thats how I keylogged meh sister lol/yea

  9. #38
    serpentine's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In your moms bed
    Posts
    1,623
    Reputation
    22
    Thanks
    176
    Wouldn't that mean you'd have to make a GetAsyncKeyState for every key?
    [IMG]https://i306.photobucke*****m/albums/nn265/chugsweet23/Reverb.png[/IMG]


    Bans: 1337

    .:Gifts:.

    Johhny 3 Tears: [x] [x]

  10. #39
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by serpentine View Post
    Wouldn't that mean you'd have to make a GetAsyncKeyState for every key?
    Yes, that would be the stupidest way to key log, using GetAsyncKeyState on every key..

    I'd just create a hook and monitor everything being pressed, makes life simpler.

  11. The Following User Says Thank You to Void For This Useful Post:

    Hell_Demon (06-13-2010)

  12. #40
    serpentine's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    In your moms bed
    Posts
    1,623
    Reputation
    22
    Thanks
    176
    I guess it's the way to key log for people who don't know how to do it the easy way? Anyways that kinda program would probably eat CPU and such. Gives it away. =/
    [IMG]https://i306.photobucke*****m/albums/nn265/chugsweet23/Reverb.png[/IMG]


    Bans: 1337

    .:Gifts:.

    Johhny 3 Tears: [x] [x]

Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 9
    Last Post: 04-27-2011, 09:14 PM
  2. {tut} How to make simple key logger
    By sigmahero in forum Visual Basic Programming
    Replies: 4
    Last Post: 12-09-2009, 12:08 AM
  3. how to i make a bypass in vb6 with the hack?
    By Oneirish in forum Visual Basic Programming
    Replies: 13
    Last Post: 03-31-2008, 12:53 PM
  4. I'm making a UCE, but what is the Invisible address?
    By scooby107 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 04-17-2007, 07:11 PM
  5. how can i make game hack?!!!!
    By UnknownID in forum General Game Hacking
    Replies: 2
    Last Post: 02-07-2006, 07:21 PM