Results 1 to 2 of 2
  1. #1
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13

    How do i add hotkeys to my hack (VB6) ??

    Can somebody help me with adding hotkeys to my hack
    I have winchester hack but how do i put a hotkey to it
    like when i pres "5" i see a winchester ??

  2. #2
    Th3 0wnzman's Avatar
    Join Date
    Oct 2007
    Gender
    male
    Location
    I k2 networks bathroom
    Posts
    111
    Reputation
    10
    Thanks
    53
    you make one button and one timer
    set this in the button:

    Timer?.enabled=true

    Set this in the timer:

    If GetKeyPress(vbKey5) Then
    Dim Shotgun1 As Long
    Dim Shotgun2 As Long
    Call ReadALong("Warrock", &H12A8560, Shotgun1)
    Shotgun2 = Shotgun1 + &H4C
    Call WriteALong("Warrock", Shotgun2, 42)

    Set interval 1

    And you have shotgunhotkey
    The maker of th3 0wnzman hacks





Similar Threads

  1. how can add farfog in my hack??
    By spartacchio in forum C++/C Programming
    Replies: 9
    Last Post: 04-23-2008, 02:30 PM
  2. How to add Winchester hack to my hack ?? (VB6)
    By floris12345! in forum Visual Basic Programming
    Replies: 7
    Last Post: 01-04-2008, 06:19 AM
  3. How can i add hotkeys in Visual c++
    By nbr1dan in forum C++/C Programming
    Replies: 7
    Last Post: 11-03-2007, 03:32 PM
  4. How do i add my userbar ??
    By Jumper01 in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 07-09-2007, 03:42 PM
  5. how do you add fonts in PS
    By darkone1149 in forum Art & Graphic Design
    Replies: 2
    Last Post: 02-06-2006, 05:32 PM