Results 1 to 4 of 4
  1. #1
    ltkort213's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    I live in my own pc and, I hack in my pc!
    Posts
    203
    Reputation
    11
    Thanks
    16
    My Mood
    Stressed

    My Hotkeys Dont Work!

    Can Someone Help me? My hotkeys dont work anymore!!!
    I searched almost the whole warrock section for help, but none of them helped!

    Here is a Part of My code:

    Code:
    Private Sub Command3_Click()
    If GetKeyPress(vbKeyNumpad1) Then
    Label6.Visible = True
    Dim jump As Long
    Dim jump1 As Long
    Dim jump3 As Single
    Call ReadALong("WarRock", &H8B5288, jump)
    jump1 = jump + &H180
    jump3 = Text1.Text
    Call WriteAFloat("WarRock", jump1, jump3)
    Label6.Visible = False
    End If
    End Sub
    Of Course If have This:

    Code:
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal key As Long) As Integer
    or this

    Code:
    Public Declare Function GetKeyPress Lib "user32" Alias "GetAsyncKeyState" (ByVal key As Long) As Integer
    In My Module and my Form Code!

    Thnx, LTKort213
    Srry for Bad English, I am Dutch!




    Help me raise my Habamon!

  2. #2
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    timer interval = 100 ???

  3. #3
    juppeli's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    768
    Reputation
    12
    Thanks
    19
    Code:
    Private Sub Command3_Click()
    It need to be timer (you have command button), and its interval should be 1-100(or something like that).

  4. #4
    ltkort213's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    I live in my own pc and, I hack in my pc!
    Posts
    203
    Reputation
    11
    Thanks
    16
    My Mood
    Stressed
    thnx guys it worked!

    One of you wants to test my hack?
    Srry for Bad English, I am Dutch!




    Help me raise my Habamon!

Similar Threads

  1. [Help] HotKey Dont Work.!
    By Deus Ex in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-20-2011, 07:03 PM
  2. Hotkey hack dont work
    By 1545 in forum Combat Arms Help
    Replies: 7
    Last Post: 07-18-2010, 08:30 PM
  3. (NEW PATCH) Trainer dont work anymore
    By miregal in forum WarRock - International Hacks
    Replies: 19
    Last Post: 06-06-2007, 10:26 PM
  4. Hacks dont work
    By blackmarth in forum WarRock Korea Hacks
    Replies: 3
    Last Post: 06-03-2007, 09:35 AM
  5. all bypasses dont work?
    By theplayer45 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 05-08-2007, 10:00 PM