Thread: i got bored...

Results 1 to 13 of 13
  1. #1
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh

    i got bored...

    Code:
    public enum VK : int
            {
                NUMPAD7 = 0x67,
                NUMPAD8 = 0x68,
                NUMPAD9 = 0x69,
                MULTIPLY = 0x6A,
                ADD = 0x6B,
                SEPARATOR = 0x6C,
                SUBTRACT = 0x6D,
                DECIMAL = 0x6E,
                DIVIDE = 0x6F,
                F1 = 0x70,
                F2 = 0x71,
                F3 = 0x72,
                F4 = 0x73,
                F5 = 0x74,
                F6 = 0x75,
                F7 = 0x76,
                F8 = 0x77,
                F9 = 0x78,
                F10 = 0x79,
                F11 = 0x7A,
                F12 = 0x7B,
                NUMLOCK = 0x90,
                SCROLL = 0x91,
                LSHIFT = 0xA0,
                RSHIFT = 0xA1,
                LCONTROL = 0xA2,
                RCONTROL = 0xA3,
                LMENU = 0xA4,
                RMENU = 0xA5,
                BACK = 0x08,
                TAB = 0x09,
                RETURN = 0x0D,
                SHIFT = 0x10,
                CONTROL = 0x11,
                MENU = 0x12,
                PAUSE = 0x13,
                CAPITAL = 0x14,
                ESCAPE = 0x1B,
                SPACE = 0x20,
                END = 0x23,
                HOME = 0x24,
                LEFT = 0x25,
                UP = 0x26,
                RIGHT = 0x27,
                DOWN = 0x28,
                PRINT = 0x2A,
                SNAPSHOT = 0x2C,
                INSERT = 0x2D,
                DELETE = 0x2E,
                LWIN = 0x5B,
                RWIN = 0x5C,
                NUMPAD0 = 0x60,
                NUMPAD1 = 0x61,
                NUMPAD2 = 0x62,
                NUMPAD3 = 0x63,
                NUMPAD4 = 0x64,
                NUMPAD5 = 0x65,
                NUMPAD6 = 0x66,
                A = 0x41,
                B = 0x42,
                C = 0x43,
                D = 0x44,
                E = 0x45,
                F = 0x46,
                G = 0x47,
                H = 0x48,
                I = 0x49,
                J = 0x4A,
                K = 0x4B,
                L = 0x4C,
                M = 0x4D,
                N = 0x4E,
                O = 0x4F,
                P = 0x50,
                Q = 0x51,
                R = 0x52,
                S = 0x53,
                T = 0x54,
                U = 0x55,
                V = 0x56,
                W = 0x57,
                X = 0x58,
                Y = 0x59,
                Z = 0x5A
            }

    that's every key on my keyboard except a few

    commando: You're probably the best non-coder coder I know LOL


  2. The Following User Says Thank You to supercarz1991 For This Useful Post:

    Nightmare (05-12-2012)

  3. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    It's kind of useless in my opinion.
    It's already all there as VK_(Keyname here) in C++.
    No I do not make game hacks anymore, please stop asking.

  4. The Following 2 Users Say Thank You to flameswor10 For This Useful Post:

    iPacket (04-24-2012),matypatty (04-24-2012)

  5. #3
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    did not know that... oh well

    commando: You're probably the best non-coder coder I know LOL


  6. #4
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    specifically it will be used that way?



  7. #5
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    i use this in my menu class

    commando: You're probably the best non-coder coder I know LOL


  8. #6
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,591
    Reputation
    5180
    Thanks
    14,178
    My Mood
    Inspired
    He doesn't know how to code, but can get things working.

    This is actually really useless

    But at least he's tried and has helped with other things
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  9. #7
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    i'm not a coder, i'm a problem solver

    some how, it works lol

    commando: You're probably the best non-coder coder I know LOL


  10. #8
    CookieMonster™'s Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Engine.exe
    Posts
    263
    Reputation
    31
    Thanks
    137
    My Mood
    Yeehaw
    This helps people who don't know all of the names of the keys.

  11. #9
    strangerdanger's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    93
    Reputation
    10
    Thanks
    454
    My Mood
    Aggressive
    OH YAY finally something nice to print on my toilet paper

  12. #10
    AtomicStone's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    827
    Reputation
    18
    Thanks
    476
    My Mood
    Lurking
    NUMPAD9 = 0x69

    Hehehehehe

  13. #11
    bonnySmith's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    81
    Reputation
    18
    Thanks
    91
    My Mood
    Cheerful
    lol? This is already in C++ but nice release i guess?

  14. #12
    CookieMonster™'s Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Engine.exe
    Posts
    263
    Reputation
    31
    Thanks
    137
    My Mood
    Yeehaw
    @bonnySmith
    It's already been stated on what you said.

  15. #13
    bonnySmith's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    81
    Reputation
    18
    Thanks
    91
    My Mood
    Cheerful
    @cookiemonster™ man can you fucking hop off my dick God stop stalking me on forums and saying bs -_- dumb noob

Similar Threads

  1. i got bored
    By moocow in forum Spammers Corner
    Replies: 10
    Last Post: 11-04-2012, 01:23 AM
  2. got bored made somethin stupid and wierd
    By yocinfluence in forum General
    Replies: 9
    Last Post: 01-19-2009, 11:43 AM
  3. I Got Bored So...
    By MikeM in forum General
    Replies: 8
    Last Post: 08-22-2007, 10:01 PM
  4. Lmao, i got bored
    By CrazyCracker in forum WarRock - International Hacks
    Replies: 2
    Last Post: 08-05-2007, 03:11 AM
  5. [Release] Little Fighters 2 Trainer xD (i got bored and wasted my time)
    By hahagotyoulooking in forum General Game Hacking
    Replies: 7
    Last Post: 05-31-2007, 09:08 AM