Results 1 to 2 of 2
  1. #1
    ikillindreams's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    United Stats
    Posts
    190
    Reputation
    10
    Thanks
    556
    My Mood
    Aggressive

    How can i make a dll use a keybind after injection?

    If you have time i would love a quick tutorial, but ill be greatful for anything

  2. #2
    Kenshin13's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Cloud 9
    Posts
    3,470
    Reputation
    564
    Thanks
    6,168
    My Mood
    Psychedelic
    Don't know if you're just temporarily banned or permanently....but:
    Code:
    if( GetAsyncKeyState( VK_SHIFT ) )
       if( GetAsyncKeyState( VK_F1 ) & 1 )
       {
             //Code here
       }
    The above activates on the key combo Shift+F1

Similar Threads

  1. [Help] How can you make a .Dll with VB?
    By creto98 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 03-21-2011, 10:04 PM
  2. [Help] How can I make dll not to UnDeTECT?
    By kkandoli11 in forum Sudden Attack General
    Replies: 8
    Last Post: 04-19-2010, 05:45 PM
  3. how can i make a password on my hack
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-24-2007, 04:50 PM
  4. How can i make a hack for WarRock?
    By tomva in forum General Game Hacking
    Replies: 4
    Last Post: 06-09-2007, 03:13 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