Results 1 to 7 of 7
  1. #1
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0

    Question Vb6 Problem With Weapon Code?

    I know this is weapon address with pointer: 00896e28 +4c
    BUT QUESTION IS HOW I KNOW WHAT GUN IT GIVES?
    And how I can make it giving WINCHESTER!!!
    GIVE ME CODES!!!PLEASE...

    00896e28 +4c

  2. #2
    ziom2322's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Posts
    111
    Reputation
    10
    Thanks
    1
    Dim winchester As Long
    Dim winchester1 As Long
    Call ReadALong("Warrock", &H896E28, winchester)
    winchester1 = winchester + &H4C
    Call WriteALong("Warrock", winchester1, 34)

  3. #3
    MS Word's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Posts
    483
    Reputation
    11
    Thanks
    2
    yop zioms' is correct

  4. #4
    Threadstarter
    Advanced Member
    jokuvaan11's Avatar
    Join Date
    May 2007
    Posts
    192
    Reputation
    11
    Thanks
    0

    !!!thanks!!

    Quote Originally Posted by ziom2322 View Post
    Dim winchester As Long
    Dim winchester1 As Long
    Call ReadALong("Warrock", &H896E28, winchester)
    winchester1 = winchester + &H4C
    Call WriteALong("Warrock", winchester1, 34)
    THANKS ALOT

  5. #5
    cjg333's Avatar
    Join Date
    Apr 2007
    Location
    indianapolis
    Posts
    300
    Reputation
    17
    Thanks
    54
    u just need to know what gun you want,and look around in the tuts section is a gun list with all the numbers of the guns,change the value of your pointer to the gun u want

  6. #6
    HeXel's Avatar
    Join Date
    Apr 2007
    Gender
    male
    Location
    Portugal
    Posts
    1,093
    Reputation
    40
    Thanks
    57
    My Mood
    Amused
    but if i change the number 34 to other number dont works !!!

  7. #7
    Stranger00's Avatar
    Join Date
    May 2007
    Posts
    208
    Reputation
    17
    Thanks
    0
    It should still work with other numbers...

Similar Threads

  1. [Help]weird problem with my code
    By trevor206 in forum Visual Basic Programming
    Replies: 6
    Last Post: 09-02-2010, 12:34 PM
  2. Problems with promo retail code of warrock generator.
    By DonLukem in forum Suggestions, Requests & General Help
    Replies: 2
    Last Post: 08-08-2007, 08:21 PM
  3. Something is wrong! :S -- Problem with VB6 code
    By Darky in forum WarRock - International Hacks
    Replies: 13
    Last Post: 07-25-2007, 11:52 PM
  4. wats wrong with this weapon code
    By CHECK2PASS in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-03-2007, 04:38 AM
  5. Again Problem With Vb6 Swim Code
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-09-2007, 05:26 PM