Results 1 to 3 of 3
  1. #1
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1

    My Hack doesnt work oO

    Hi,
    i read all tut's here and tried out an hack.. (VB6)
    first all was going right but today it wont work oO...

    [since i turn hotkeys in..]

    could some1 help me pls?..
    per icq preffer or AIM..

    icq = 410-628-668

    Thx & Greetz

  2. #2
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0

    Cool Can't Help

    Quote Originally Posted by kingkicker8 View Post
    Hi,
    i read all tut's here and tried out an hack.. (VB6)
    first all was going right but today it wont work oO...

    [since i turn hotkeys in..]

    could some1 help me pls?..
    per icq preffer or AIM..

    icq = 410-628-668

    Thx & Greetz
    We can't help,You have to send your codes here
    and then we look what is wrong???!!!???!!!

  3. #3
    kingkicker8's Avatar
    Join Date
    Jun 2007
    Posts
    88
    Reputation
    10
    Thanks
    1
    my code:
    Code:
    Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As 
    
    Integer
    
    Private Sub Command1_Click()
    If GetAsyncKeyState(112) <> 0 Then Msgbox "Hotkey - F1"
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Command3_Click()
    Dim shotgun As Long
    Dim shotgun1 As Long
    If GetAsyncKeyState(17) <> 0 Then Msgbox "Hotkey - STRG"
    Call ReadALong("Warrock", &H896E28, shotgun)
    shotgun1 = shotgun + &H4C
    Call WriteALong("Warrock", shotgun1, 34)
    
    End Sub
    
    Private Sub Command4_Click()
    Dim shotgun As Long
    Dim shotgun1 As Long
    If GetAsyncKeyState(16) <> 0 Then Msgbox "Hotkey - SHIFT"
    Call ReadALong("Warrock", &H896E28, shotgun)
    shotgun1 = shotgun + &H4C
    Call WriteALong("Warrock", shotgun1, 46)
    End Sub
    
    Private Sub Command5_Click()
    If GetAsyncKeyState(113) <> 0 Then Msgbox "Hotkey - F2"
    Timer2.Interval = 1
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H7DB120, 1120403456)
    End Sub
    
    Private Sub Timer2_Timer()
    Call WriteALong("WarRock", &HDED290, 0)
    End Sub
    does anyone got a superjump code with hotkeys: alt + space? ^^.. [no fall dmg i dont know too xD]


    Thx & Greetz

Similar Threads

  1. CanadianAssassin hack doesnt work on laptop
    By seon9921 in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 04-19-2009, 03:00 AM
  2. mpgh hack doesnt work?
    By sungini1993 in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 10-18-2008, 03:37 PM
  3. Strife hack doesnt work anymore for me
    By Benzer238 in forum Combat Arms Hacks & Cheats
    Replies: 8
    Last Post: 09-16-2008, 03:48 PM
  4. Strides hack doesnt work, again
    By joshugrate in forum Combat Arms Hacks & Cheats
    Replies: 17
    Last Post: 09-12-2008, 09:17 PM
  5. The Weopons hack doesnt work???
    By Coolman in forum WarRock - International Hacks
    Replies: 18
    Last Post: 05-25-2006, 07:04 AM