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

    Help me with making my hack (VB6)

    when i make a hack with stamina and Winchester+hotkey for winchester
    i get an error

    text in : Command1 = timer1.enabled = true
    text in : Command2 = timer1.enabled = false
    text in : Timer1= Call WriteALong("WarRock", &H8C4AFC, 1120403456)
    my timer1 is Interval=1 and the timer = false

    for the winchester hack are these codes + hotkey

    text in : command3 = timer2.enabled = true
    text in : timer2 =
    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)

    and timer2 is Interval 1
    and timer2 is False

    But when i open warrock and click on the : Stamina button the Stamina works
    but if i Press "5" There is no Winchester
    But when i press on "Command3" i get a Winchester but cannot shoot and
    if i roll again i get a new Winchester ETC.

    WTF whats myt problem of the hack

    sorry about my long Thread

  2. #2
    floris12345!'s Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    gasdhf
    Posts
    63
    Reputation
    10
    Thanks
    13
    Can maybe make 1 Stamina and Winchester hack with hotkey for me
    and send your Project1 and Form1 so i can look how you made it
    or please a video tutorial ??

  3. #3
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    Since you're using a hotkey for Winchester, you don't need a button, and your code should look like this:

    Code:
    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)
    End If
    End Sub
    Timer2 (Wincherster hotkey) should be Interval 1 Enabled True

Similar Threads

  1. [Help] some help with making noobie hacks
    By AndrewxXx in forum Visual Basic Programming
    Replies: 4
    Last Post: 09-27-2011, 08:09 PM
  2. [Help Request] I need help I wanna make a hack
    By ekobena in forum Combat Arms Help
    Replies: 4
    Last Post: 09-09-2011, 01:16 AM
  3. Request: Need help of a Veteran Coder to help me with making hacks on C++
    By ladathion in forum Suggestions, Requests & General Help
    Replies: 0
    Last Post: 07-25-2010, 09:42 PM
  4. [Help] How to make a hack
    By bjorn1213 in forum Combat Arms Europe Hacks
    Replies: 10
    Last Post: 03-04-2009, 05:40 AM
  5. Help me to make a Hack for Combat Arms
    By cheatmaker in forum Visual Basic Programming
    Replies: 10
    Last Post: 02-27-2009, 01:41 PM