Results 1 to 6 of 6
  1. #1
    h4x0r m3mb3r's Avatar
    Join Date
    Jul 2007
    Posts
    33
    Reputation
    10
    Thanks
    0

    Making hotkeys to trainer...

    Sorry about questions but I am going to be one of mpgh trainer makers

    So...
    I am making hotkeys to my trainer
    I need numeric keypad hotkeys, you know... ctrl + 1 ctrl + 2
    But How I make them??
    I tried everything like:

    If GetKeyPress(vbKeyNum2) Then

    And so on...
    But what is right...

  2. #2
    ........'s Avatar
    Join Date
    May 2007
    Posts
    189
    Reputation
    15
    Thanks
    0
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeyNum2) Then
    End If

  3. #3
    h4x0r m3mb3r's Avatar
    Join Date
    Jul 2007
    Posts
    33
    Reputation
    10
    Thanks
    0
    I know that ctrl:

    If GetKeyPress(vbKeyControl) Then
    If GetKeyPress(vbKeyNum2) Then <<<----Is this "Num" Right?
    I need it to work on keypad...

  4. #4
    Elliwood's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    Netherlands
    Posts
    459
    Reputation
    16
    Thanks
    11
    Hotkey Control + 1: If GetKeyPress(vbKeyControl) And GetKeyPress(vbKey1) Then
    End If

    Hotkey Control + Numpad 1: If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeynumpad1) Then




    Give me rep i you like my hacks.

  5. #5
    h4x0r m3mb3r's Avatar
    Join Date
    Jul 2007
    Posts
    33
    Reputation
    10
    Thanks
    0
    Thanx that helped much

  6. #6
    Elliwood's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    Netherlands
    Posts
    459
    Reputation
    16
    Thanks
    11
    No problem glad to help you.




    Give me rep i you like my hacks.

Similar Threads

  1. Make your own trainer with CE 5.4
    By Twirlyman15 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 08-18-2008, 09:10 PM
  2. (HELP) how do I make hotkeys?
    By noobi4life in forum Visual Basic Programming
    Replies: 3
    Last Post: 12-05-2007, 02:15 PM
  3. cn sum1 give me adres and vaules so i can make my own trainer????
    By myzilla in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-24-2007, 10:32 AM
  4. What Are Boxes And How Do You Make Stand Alone Trainers?
    By condor01 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 04-19-2007, 02:17 AM
  5. Help making warrock wepon trainer. Needs to be undetected
    By shadowsecret in forum WarRock - International Hacks
    Replies: 8
    Last Post: 03-23-2007, 10:04 AM