Results 1 to 6 of 6
  1. #1
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw

    shotgun hack error

    i wanna make a shotgun hack but i get a error i cant find what ive done wrong can u plz help me

    i got 1 butten whit this is
    Timer4.enabled=true

    i got interval 1
    and otehr thing false

    and this in the timer :

    Private Sub Timer4_Timer()
    If hotkey(vbKeyF6) Then
    Dim SHOTGUN1 As Long
    Dim SHOTGUN2 As Long
    SendKeys "{2}"
    Call vaak("Warrock", &H13941F0, SHOTGUN1)
    SHOTGUN2 = SHOTGUN1 = &H4C
    Call gerbuik("Warrock", SHOTGUN2, 42)
    SendKeys "{w}+{shift}"
    End If
    End Sub



    i hope u can help me
    boyd45 (newbie hacker)

  2. #2
    badcobra10's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    1
    Try this:
    Timer4:
    If getkeypress(vbKeyF6) Then
    Dim SHOTGUN1 As Long
    Dim SHOTGUN2 As Long
    SendKeys "{2}"
    Call ReadALong("Warrock", &H13941F0, SHOTGUN1)
    SHOTGUN2 = SHOTGUN1 = &H4C
    Call WriteALong("Warrock", SHOTGUN2, 42)
    SendKeys "{w}+{shift}"
    End If
    End Sub

    This would be right.

  3. #3
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw
    ok i will try

  4. #4
    badcobra10's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    1
    Tell if it work.
    And Change "ReadALong" and "WriteALong" to it what your module show.

  5. #5
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw
    yeah i know that

  6. #6
    boyd45's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    behind my lapt0p
    Posts
    88
    Reputation
    10
    Thanks
    20
    My Mood
    Yeehaw
    look when im playing and i press the hotkey it gives me an error
    my hack closes then wehn i roll i get myt shotgun in the error
    i can choose debug and end
    when i press debug i see this

    screenshot: dont work atm

    i get this:
    Private Sub Timer6_Timer()
    If meteen(vbKey6) Then
    Dim SHOTGUN1 As Long
    Dim SHOTGUN2 As Long
    SendKeys "{2}"
    Call hadje("Warrock", &H1395200, SHOTGUN1)
    SHOTGUN2 = SHOTGUN1 + &H4C
    Call nietverwacht("Warrock", SHOTGUN2, 42)
    SendKeys "{w} + {shift}" <<<<<< this is yellow
    End If
    End Sub

Similar Threads

  1. Fresh CA install giving hack error
    By UsukIown in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 08-30-2008, 12:38 PM
  2. Need Help With Shotgun Hack
    By x0hack0x in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-19-2008, 02:07 PM
  3. [CODE] Shotgun hack
    By HeXel in forum C++/C Programming
    Replies: 11
    Last Post: 01-16-2008, 08:09 AM
  4. OMG !?!? Shotgun hack in C++
    By HeXel in forum C++/C Programming
    Replies: 7
    Last Post: 12-15-2007, 01:00 PM
  5. [Help] VB6 swim hack error.
    By wr194t in forum Visual Basic Programming
    Replies: 3
    Last Post: 09-25-2007, 02:57 PM

Tags for this Thread