Thread: Hot Keys

Results 1 to 4 of 4
  1. #1
    nub_g0t_high's Avatar
    Join Date
    Aug 2007
    Location
    How the fuck should i know?
    Posts
    242
    Reputation
    10
    Thanks
    15

    Hot Keys

    hey im tring to add hot keys in my VB6.0 hax, so i would type in

    If GetKeyPress(vbKeyControl) Then
    Command1_Click
    End If

    if i wanted to get control right?
    so wat would i put in for the number buttons or the mouse keys. e.g. midle mouse button.

  2. #2
    Iam"iDude"'s Avatar
    Join Date
    Sep 2007
    Location
    El Estado unido de América (Tejas)
    Posts
    235
    Reputation
    10
    Thanks
    2

    Cool

    Quote Originally Posted by nub_g0t_high View Post
    hey im tring to add hot keys in my VB6.0 hax, so i would type in

    If GetKeyPress(vbKeyControl) Then
    Command1_Click
    End If

    if i wanted to get control right?
    so wat would i put in for the number buttons or the mouse keys. e.g. midle mouse button.
    for the getkeypress line put it in a timer that is enabled and set its interval to 100. And i dont know about middle mouse button. I know that left mouse button is:

    Code:
    if getkeypress(VbkeyLeftbutton) then
    and right mouse button is:

    Code:
    If getkeypress(VbKeyrightbutton) then
    so im guessing that middle button is:?

    Code:
    If getkeypress(vbkeymiddlebutton) then
    ionno lol xD try it out for me.

  3. #3
    mooso142's Avatar
    Join Date
    Jun 2007
    Posts
    50
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Iam"iDude" View Post
    for the getkeypress line put it in a timer that is enabled and set its interval to 100. And i dont know about middle mouse button. I know that left mouse button is:

    Code:
    if getkeypress(VbkeyLeftbutton) then
    and right mouse button is:

    Code:
    If getkeypress(VbKeyrightbutton) then
    so im guessing that middle button is:?

    Code:
    If getkeypress(vbkeymiddlebutton) then
    ionno lol xD try it out for me.
    Is it the same for vb5.0???

  4. #4
    Threadstarter
    Advanced Member
    nub_g0t_high's Avatar
    Join Date
    Aug 2007
    Location
    How the fuck should i know?
    Posts
    242
    Reputation
    10
    Thanks
    15
    kk thx.

Similar Threads

  1. hot SEXY WOMANHOOD
    By kvmn8 in forum General
    Replies: 28
    Last Post: 01-19-2009, 11:48 AM
  2. giving away GuildWars 14days and 10hrs trial acces key
    By AN1MAL in forum General Game Hacking
    Replies: 6
    Last Post: 11-12-2006, 05:00 PM
  3. obtaining a warrock key
    By zjgz in forum WarRock - International Hacks
    Replies: 2
    Last Post: 07-09-2006, 11:46 PM
  4. Hot SiG Request
    By Hotdog in forum Help & Requests
    Replies: 5
    Last Post: 04-08-2006, 06:43 AM
  5. Look I Made A Hot Sig
    By Brandon in forum Art & Graphic Design
    Replies: 6
    Last Post: 02-21-2006, 06:44 AM