Thread: Mousebuttons?

Results 1 to 6 of 6
  1. #1
    bohnenbong's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    On the toilette^^
    Posts
    222
    Reputation
    10
    Thanks
    47

    Mousebuttons?

    Hey ,
    wr194t was so helpy and wrote here this VBKeys...
    Code:
    vbKeyLButton (1)
    vbKeyRButton (2)
    vbKeyCancel (3)
    vbKeyMButton (4)
    vbKeyBack (8)
    vbKeyTab (9)
    vbKeyClear (12)
    vbKeyReturn (13)
    vbKeyShift (16)
    vbKeyControl (17)
    vbKeyMenu (18)
    vbKeyPause (19)
    vbKeyCapital (20)
    vbKeyEscape (27)
    vbKeySpace (32)
    vbKeyPageUp (33)
    vbKeyPageDown (34)
    vbKeyEnd (35)
    vbKeyHome (36)
    vbKeyLeft (37)
    vbKeyUp (38)
    vbKeyRight (39)
    vbKeyDown (40)
    vbKeySelect (41)
    vbKeyPrint (42)
    vbKeyExecute (43)
    vbKeySnapshot (44)
    vbKeyInsert (45)
    vbKeyDelete (46)
    vbKeyHelp (47)
    vbKeyNumlock (144)
    vbKeyScrollLock (145)
    
    Alphabetic Key Code Constants
    
    VbKeyA (65)
    VbKeyB (66)
    VbKeyC (67)
    VbKeyD (68)
    VbKeyE (69)
    VbKeyF (70)
    VbKeyG (71)
    VbKeyH (72)
    VbKeyI (73)
    VbKeyJ (74)
    VbKeyK (75)
    VbKeyL (76)
    vbKeyM (77)
    VbKeyN (78)
    VbKeyO (79)
    VbKeyP (80)
    VbKeyQ (81)
    VbKeyR (82)
    VbKeyS (83)
    VbKeyT (84)
    VbKeyU (85)
    VbKeyV (86)
    VbKeyW (87)
    VbKeyX (88)
    VbKeyY (89)
    VbKeyZ (90)
    
    Numeric Key Constants
    
    
    vbKey0 (48)
    vbKey1 (49)
    vbKey2 (50)
    vbKey3 (51)
    vbKey4 (52)
    vbKey5 (53)
    vbKey6 (54)
    vbKey7 (55)
    vbKey8 (56)
    vbKey9 (57)
    
    Numeric Keypad Key Constants
    
    
    vbKeyNumpad0 (96)
    vbKeyNumpad1 (97)
    vbKeyNumpad2 (98)
    vbKeyNumpad3 (99)
    vbKeyNumpad4 (100)
    vbKeyNumpad5 (101)
    vbKeyNumpad6 (102)
    vbKeyNumpad7 (103)
    vbKeyNumpad8 (104)
    vbKeyNumpad9 (105)
    VbKeyMultiply (106)
    VbKeyAdd (107)
    VbKeySeparator (108)
    VbKeySubtract (109)
    VbKeyDecimal (110)
    VbKeyDivide (111)
    
    Function Key Constants
    
    
    vbKeyF1 (112)
    vbKeyF2 (113)
    vbKeyF3 (114)
    vbKeyF4 (115)
    vbKeyF5 (116)
    vbKeyF6 (117)
    vbKeyF7 (118)
    vbKeyF8 (119)
    vbKeyF9 (120)
    vbKeyF10 (121)
    vbKeyF11 (122)
    vbKeyF12 (123)
    vbKeyF13 (124)
    vbKeyF14 (125)
    vbKeyF15 (126)
    vbKeyF16 (127)
    But what are the mouse keys ? oO
    Thx all..

  2. #2
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    I didn't write those and the mouse keys are:
    Code:
    vbKeyLButton (1)
    vbKeyRButton (2)
    vbKeyMButton (4)

  3. The Following User Says Thank You to wr194t For This Useful Post:

    bohnenbong (11-03-2007)

  4. #3
    Threadstarter
    Advanced Member
    bohnenbong's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    On the toilette^^
    Posts
    222
    Reputation
    10
    Thanks
    47
    You write it to meee THx Thx
    Aaa and how can make it on scope ?
    Right klick on ok
    but how can i make it with right klick off ?
    Push it again ?

  5. #4
    radnomguywfq3's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    J:\E\T\A\M\A\Y.exe
    Posts
    8,858
    Reputation
    381
    Thanks
    1,823
    My Mood
    Sad
    This goes in the VB Section, It is in no way related to WarRock.



    There are two types of tragedies in life. One is not getting what you want, the other is getting it.

    If you wake up at a different time in a different place, could you wake up as a different person?


  6. #5
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Quote Originally Posted by bohnenbong View Post
    You write it to meee THx Thx
    Aaa and how can make it on scope ?
    Right klick on ok
    but how can i make it with right klick off ?
    Push it again ?
    I'm not sure about right click on/off but i know hold right click on/off:
    Code:
    If GetKeyPress(vbKeyRButton) Then
    Call WriteALong("Warrock", &HAddress, 1)
    Else:
    Call WriteALong("Warrock", &HAddress, 0)
    End If

  7. The Following User Says Thank You to wr194t For This Useful Post:

    bohnenbong (11-04-2007)

  8. #6
    DoubleDutch's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    Koning
    Posts
    11,346
    Reputation
    1179
    Thanks
    1,199
    My Mood
    Bored
    and err... its called google or search?

    i got an site with all these keys just pm when u need