Results 1 to 13 of 13
  1. #1
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy

    [TUT] Hotkeys VB 2008/2010

    Heeeeey!

    Welcome to my tutorial!

    You will need:
    A timer

    ------------------------------------

    First we will declare
    Code:
     Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Long) As Integer

    -------------------------------------
    Secound we will Add a timer! And these properties :

    Code:
    Timer1.interval = 10, timer1.enabled = true
    -------------------------------------
    Third, add this code to the timer:

    Code:
    Dim Hotkeyss As Boolean
            Hotkeyss = GetAsyncKeyState(Keys.F10)
    
            If Hotkeyss = True Then
                YOUR CODE HERE
            End If
    I take no creddz for this....
    Last edited by Zoom; 11-14-2009 at 03:13 PM.
    -Rest in peace leechers-

    Your PM box is 100% full.

  2. The Following 5 Users Say Thank You to Zoom For This Useful Post:

    ark1227 (11-15-2009),CounterAct (11-14-2009),Dark_Goliath (11-15-2009),lolbie (02-17-2011),luckie12 (04-02-2010)

  3. #2
    stevethehacker's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    USA bitch
    Posts
    416
    Reputation
    14
    Thanks
    51
    My Mood
    Bored
    cool I guess but their are tons of tut's on hotkeys allready

  4. #3
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by stevethehacker View Post
    cool I guess but their are tons of tut's on hotkeys allready
    Yepp, but ppl trusting me!

    And my tutorials are very easy to understand!
    -Rest in peace leechers-

    Your PM box is 100% full.

  5. The Following User Says Thank You to Zoom For This Useful Post:

    luckie12 (04-02-2010)

  6. #4
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    One has already been posted in the Staff Selected Tutorials, but I guess this is still good, just so members wont have to click many different links just to get 1 tutorial.

    Good job

  7. #5
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by PixieCorp View Post
    One has already been posted in the Staff Selected Tutorials, but I guess this is still good, just so members wont have to click many different links just to get 1 tutorial.

    Good job
    Thanks, I knew that..... But some ppl dont look there!
    -Rest in peace leechers-

    Your PM box is 100% full.

  8. #6
    Dark_Goliath's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Romania
    Posts
    308
    Reputation
    10
    Thanks
    28
    My Mood
    Sad
    Thanks man

  9. #7
    Bombsaway707's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Gym
    Posts
    8,799
    Reputation
    791
    Thanks
    4,004
    My Mood
    Amused
    This is ok i guess but if u really wanna b a VB pro then try to make hotkeys using integers

  10. #8
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Quote Originally Posted by bombsaway707 View Post
    This is ok i guess but if u really wanna b a VB pro then try to make hotkeys using integers
    Can you make a tut on it?

  11. The Following User Says Thank You to Pixie For This Useful Post:

    luckie12 (04-02-2010)

  12. #9
    [GameMaster]'s Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Nothing
    Posts
    38
    Reputation
    10
    Thanks
    25
    My Mood
    Yeehaw

    thanks

    thanks!

  13. #10
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by [GameMaster] View Post
    thanks!
    Reported you for a year old bump.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  14. The Following User Says Thank You to Jason For This Useful Post:

    Blubb1337 (10-13-2010)

  15. #11
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    User Banned (Bump_)
    Title Change
    Moved to Tuts
    Not Closed.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  16. #12
    ericsmart's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    1
    nice tutorial

  17. #13
    ___x][GooD.'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Portugal
    Posts
    255
    Reputation
    10
    Thanks
    136
    My Mood
    Tired
    Yeah, nice, i already know this...My question is...Can i use that keys inside a game like Crossfire...Becouse crossfire is blocking all user32 keystrokes..Is any alternative?

  18. The Following User Says Thank You to ___x][GooD. For This Useful Post:

    antihacking1 (12-09-2010)

Similar Threads

  1. [TuT]Hotkeys with 1 Letter
    By Invidus in forum Visual Basic Programming
    Replies: 22
    Last Post: 03-31-2010, 07:44 PM
  2. [Release] Combat Arms EU Pub - Hotkeys - 03/03/2010
    By vingadormaster in forum Combat Arms Europe Hacks
    Replies: 167
    Last Post: 03-11-2010, 10:42 AM
  3. [TUT](REQUEST) VB 2008 injector tutorial
    By No5cope in forum Visual Basic Programming
    Replies: 8
    Last Post: 11-01-2009, 12:13 PM
  4. [TuT] Hotkeys - VB 08
    By iownageXD in forum Visual Basic Programming
    Replies: 13
    Last Post: 10-10-2009, 01:16 PM
  5. Replies: 3
    Last Post: 01-28-2009, 09:16 AM

Tags for this Thread