Results 1 to 12 of 12
  1. #1
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent

    List of Virtual Key Codes

    Hi , This only a simple Virtual Key Codes that can be use . This all what I know and already use It .

    Code:
    F1 - VK_F1 
    F2 - VK_F2
    F3 - VK_F3
    F4 - VK_F4
    F5 - VK_F5
    F6 - VK_F6
    F7 - VK_F7
    F8 - VK_F8
    F9 - VK_F9
    F10 - VK_F10 
    F11 - VK_F11
    F12 - VK_F12
    Code:
    0 - ('0')
    1 - ('1')
    2 - ('2')
    3 - ('3')
    4 - ('4')
    5 - ('5')
    6 - ('6')
    7 - ('7')
    8 - ('8')
    9 - ('9')
    Code:
    A - ('A')
    B - ('B')
    C - ('C')
    D - ('D')
    E - ('E')
    F - ('F')
    G - ('G')
    H - ('H')
    I - ('I')
    J - ('J')
    K - ('K')
    L - ('L')
    M - ('M')
    N - ('N')
    O - ('O')
    P - ('P')
    Q - ('Q')
    R - ('R')
    S - ('S')
    T - ('T')
    U - ('U')
    V - ('V')
    W - ('W')
    X - ('X')
    Y - ('Y')
    Z - ('Z')
    Code:
    Insert - VK_INSERT
    Home - VK_HOME
    Delete - VK_DELETE
    End - VK_END
    PageUp - VK_PRIOR
    PageDown - VK_NEXT
    Code:
    Arrow Up - VK_UP
    Arrow Down - VK_DOWN
    Arrow Left - VK_LEFT
    Arrow Right - VK_RIGHT
    Code:
    Right Shift - VK_RSHIFT
    Left Shift - VK_LSHIFT
    Right Alt - VK_RMENU
    Left Alt - VK_LMENU
    Right Ctrl - VK_RCONTROL
    Left Ctrl - VK_LCONTROL
    Code:
    Left Button [Mouse] - LBUTTON
    Right Button [Mouse] - RBUTTON
    Middle Button [Mouse] - MBUTTON
    Code:
    Numpad 0 - VK_NUMPAD0
    Numpad 1 - VK_NUMPAD1
    Numpad 2 - VK_NUMPAD2
    Numpad 3 - VK_NUMPAD3
    Numpad 4 - VK_NUMPAD4
    Numpad 5 - VK_NUMPAD5
    Numpad 6 - VK_NUMPAD6
    Numpad 7 - VK_NUMPAD7
    Numpad 8 - VK_NUMPAD8
    Numpad 9 - VK_NUMPAD9
    Numpad + - VK_ADD
    Numpad – - VK_SUBTRACT
    Code:
    Tab - VK_TAB
    Caps Lock - VK_CAPITAL
    Enter - VK_RETURN
    Backspace - VK_BACK
    Space - VK_SPACE
    Code:
    Num Lock - VK_NUMLOCK
    Scroll Lock - VK_VKSCROLL
    Sleep - VK_SLEEP
    Pause - VK_PAUSE
    Print Screen - VK_SNAPSHOT
    ESC - VK_ESCAPE
    Last edited by Heroes; 12-20-2016 at 10:55 AM. Reason: Updated


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  2. The Following 6 Users Say Thank You to RuShi For This Useful Post:

    DangeBlazer (08-30-2017),fckfck6000 (12-20-2016),Hacker Fail (07-09-2016),jhoowqwe (07-11-2016),XiiaoHan (07-09-2016),[GM]Luffy (09-13-2016)

  3. #2
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish
    Quote Originally Posted by Akem125zr View Post
    Hi , This only a simple Virtual Key Codes that can be use . This all what I know and already use It .

    Code:
    F1 - VK_F1 
    F2 - VK_F2
    F3 - VK_F3
    F4 - VK_F4
    F5 - VK_F5
    F6 - VK_F6
    F7 - VK_F7
    F8 - VK_F8
    F9 - VK_F9
    F10 - VK_F10 
    F11 - VK_F11
    F12 - VK_F12
    Code:
    0 - ('0')
    1 - ('1')
    2 - ('2')
    3 - ('3')
    4 - ('4')
    5 - ('5')
    6 - ('6')
    7 - ('7')
    8 - ('8')
    9 - ('9')
    Code:
    A - ('A')
    B - ('B')
    C - ('C')
    D - ('D')
    E - ('E')
    F - ('F')
    G - ('G')
    H - ('H')
    I - ('I')
    J - ('J')
    K - ('K')
    L - ('L')
    M - ('M')
    N - ('N')
    O - ('O')
    P - ('P')
    Q - ('Q')
    R - ('R')
    S - ('S')
    T - ('T')
    U - ('U')
    V - ('V')
    W - ('W')
    X - ('X')
    Y - ('Y')
    Z - ('Z')
    Code:
    Insert - VK_INSERT
    Home - VK_HOME
    Delete - VK_DELETE
    End - VK_END
    PageUp - VK_PRIOR
    PageDown - VK_NEXT
    Code:
    Arrow Up - VK_UP
    Arrow Down - VK_DOWN
    Arrow Left - VK_LEFT
    Arrow Right - VK_RIGHT
    Code:
    Right Shift - VK_RSHIFT
    Left Shift - VK_LSHIFT
    Right Alt - VK_RMENU
    Left Alt - VK_LMENU
    Right Ctrl - VK_RCONTROL
    Left Ctrl - VK_LCONTROL
    Code:
    Left Button [Mouse] - LBUTTON
    Right Button [Mouse] - RBUTTON
    Middle Button [Mouse] - MBUTTON
    Code:
    Numpad 0 - VK_NUMPAD0
    Numpad 1 - VK_NUMPAD1
    Numpad 2 - VK_NUMPAD2
    Numpad 3 - VK_NUMPAD3
    Numpad 4 - VK_NUMPAD4
    Numpad 5 - VK_NUMPAD5
    Numpad 6 - VK_NUMPAD6
    Numpad 7 - VK_NUMPAD7
    Numpad 8 - VK_NUMPAD8
    Numpad 9 - VK_NUMPAD9
    Numpad + - VK_ADD
    Code:
    Tab - VK_TAB
    Caps Lock - VK_CAPITAL
    Enter - VK_RETURN
    Backspace - VK_BACK
    Space - VK_SPACE
    never add mouse button?
    RUSHIL69 == rE-BoOt

  4. The Following User Says Thank You to rushil69 For This Useful Post:

    ScorpionVenom789 (07-09-2016)

  5. #3
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by rushil69 View Post
    never add mouse button?
    Already add there .=
    Left Button [Mouse] - LBUTTON
    Right Button [Mouse] - RBUTTON
    Middle Button [Mouse] - MBUTTON


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  6. The Following 2 Users Say Thank You to RuShi For This Useful Post:

    rushil69 (07-09-2016),[GM]Luffy (09-13-2016)

  7. #4
    Hacker Fail's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    C++
    Posts
    2,136
    Reputation
    242
    Thanks
    12,558
    Good jop bro
    Member Level 1 since November, 2011
    Contributor since March, 2015
    Game Hacking Team : 06/14/2017

     

  8. The Following User Says Thank You to Hacker Fail For This Useful Post:

    RuShi (07-10-2016)

  9. #5
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,417
    My Mood
    Cheerful
    This will make our new coder more understand about dll creating (C++) GOOD JOB

  10. The Following User Says Thank You to ScorpionVenom789 For This Useful Post:

    RuShi (07-10-2016)

  11. #6
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    This is For Subtract Key ( - ) :-

    VK_SUBTRACT

    - - - Updated - - -


    Numpad - : VK_SUBTRACT
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  12. The Following User Says Thank You to nikazizi97 For This Useful Post:

    RuShi (07-10-2016)

  13. #7
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,433
    My Mood
    Amazed
    Good Job .. Nicee
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  14. #8
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    /Updated 21/12/2016.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  15. #9
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by Luffy View Post
    /Updated 21/12/2016.

    I just realize ESC Key is missing:
    ESC : VK_ESCAPE
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  16. #10
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,739
    My Mood
    Relaxed
    Quote Originally Posted by nikazizi97 View Post

    I just realize ESC Key is missing:
    ESC : VK_ESCAPE
    Hi, this is pretty old and already a lot of threads with same information, so, if you noted that is incomplete then you can check here full list:

    https://www.mpgh.net/forum/showthread.php?t=163676 // Credits ^...,^ 07-12-2010
    https://www.mpgh.net/forum/showthread.php?t=527047 // Credits Frought 10-12-2012
    https://www.mpgh.net/forum/showthread.php?t=912898 //Credits JwMercyy 02-17-2015
    ...

  17. The Following 2 Users Say Thank You to Minerva For This Useful Post:

    RuShi (12-21-2016),nikazizi97 (12-20-2016)

  18. #11
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by Minerva View Post


    Hi, this is pretty old and already a lot of threads with same information, so, if you noted that is incomplete then you can check here full list:

    https://www.mpgh.net/forum/showthread.php?t=163676 // Credits ^...,^ 07-12-2010
    https://www.mpgh.net/forum/showthread.php?t=527047 // Credits Frought 10-12-2012
    https://www.mpgh.net/forum/showthread.php?t=912898 //Credits JwMercyy 02-17-2015
    ...

    nothings to say than thanks !
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  19. #12
    BabyBabyoh2's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    7
    Multiply key -> VK_MULTIPLY
    Add key -> VK_ADD
    Separator key -> VK_SEPARATOR
    Subtract key -> VK_SUBTRACT
    Divide key -> VK_DIVIDE

Similar Threads

  1. [Release] C++ - Cheat Engine Virtual Keys Codes!
    By Frought in forum Alliance of Valiant Arms (AVA) Coding / Source Code
    Replies: 15
    Last Post: 10-14-2012, 12:02 PM
  2. Selfhook v.92 - Key Code in use V1.7?
    By bobdole1212 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 11
    Last Post: 05-20-2009, 02:39 PM
  3. Selling Cod4 Key Code
    By true1playa in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 3
    Last Post: 07-22-2008, 09:46 PM
  4. KEY CODES EMAIL ME PLZZZ
    By dizzie31 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 0
    Last Post: 06-01-2008, 06:51 AM
  5. I get error key code already in use some one can help???
    By aprill27 in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 6
    Last Post: 01-11-2008, 09:37 PM