Results 1 to 5 of 5
  1. #1
    x0hack0x's Avatar
    Join Date
    Feb 2008
    Posts
    8
    Reputation
    10
    Thanks
    10

    Exclamation Need Help With Shotgun Hack

    i need to make a hotkey for the hack but i dunno what to do ! this is the code i got so far
    Code:
    Dim Shotgun1 As Long
    Dim Shotgun2 As Long
    Call ReadALong("Warrock", &H1279280, Shotgun1)
    Shotgun2 = Shotgun1 + &H4C
    Call WriteAFloat("Warrock", Shotgun1, Text1.Text)
    If GetKeyPress(vbKey) And GetKeyPress(vbKey)
    please help
    and are the addresses right ?
    and will it need a timer to?
    Last edited by x0hack0x; 02-04-2008 at 06:16 AM.

  2. #2
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    • Wrong addresses
    • Hotkey code is in the wrong place, and it's incorrect
    • Weapons uses WriteALong, not WriteAFloat


    Code:
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeyS)
    Dim Shotgun1 As Long
    Dim Shotgun2 As Long
    Call ReadALong("Warrock", &H1306A70, Shotgun1)
    Shotgun2 = Shotgun1 + &H4C
    Call WriteALong("Warrock", Shotgun1, Text1.Text)
    This is the correct code.

  3. The Following User Says Thank You to wr194t For This Useful Post:

    x0hack0x (02-04-2008)

  4. #3
    x0hack0x's Avatar
    Join Date
    Feb 2008
    Posts
    8
    Reputation
    10
    Thanks
    10
    but when i put them parts in i get a compile error and this part comes up in red
    Code:
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeyS)
    Dim Shotgun1 As Long
    im rubbish at this

  5. #4
    wr194t's Avatar
    Join Date
    Jul 2007
    Gender
    male
    Location
    Guess.
    Posts
    3,016
    Reputation
    21
    Thanks
    361
    My Mood
    Hot
    I see. I forgot Then and End If:
    Code:
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeyS) Then
    Dim Shotgun1 As Long
    Dim Shotgun2 As Long
    Call ReadALong("Warrock", &H1306A70, Shotgun1)
    Shotgun2 = Shotgun1 + &H4C
    Call WriteALong("Warrock", Shotgun1, Text1.Text)
    End If

  6. #5
    ivopereira's Avatar
    Join Date
    Jan 2008
    Posts
    20
    Reputation
    10
    Thanks
    2
    Do you know how to make the weapons hack working on VB.Net? I can't get to work Weapons Hack and Stamina Hack on VB.Net

Similar Threads

  1. [Help Request] Need help with these hacks..
    By mgelmo11 in forum Vindictus Help
    Replies: 4
    Last Post: 07-28-2011, 10:50 PM
  2. [Help Request] i need help with the hack im using
    By kingster626 in forum Combat Arms Help
    Replies: 12
    Last Post: 06-18-2011, 10:15 PM
  3. [Help Request] I need Help With CAEU Hacks
    By ♪ςander!♪ in forum Combat Arms EU Help
    Replies: 3
    Last Post: 06-08-2011, 03:47 AM
  4. I need help with fly hack
    By snoop1994 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-15-2007, 06:29 PM
  5. Need help with ammo hack
    By AthlaS in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-19-2006, 01:50 PM

Tags for this Thread