Thread: Cod WAW halp

Results 1 to 4 of 4
  1. #1
    ponystalker's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Cod WAW halp

    I dont know if this is the right section or not but I am starting a WaW zombies trainer and for some reason the offset for every single gun is different, if anyone knows how i can find 1 offset to suit them all please help me because i really have no idea how.
    And yes i have tried scanning for player_sustainammo.

  2. #2
    gogogokitty's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1,090
    Reputation
    113
    Thanks
    3,503
    Quote Originally Posted by ponystalker View Post
    I dont know if this is the right section or not but I am starting a WaW zombies trainer and for some reason the offset for every single gun is different, if anyone knows how i can find 1 offset to suit them all please help me because i really have no idea how.
    And yes i have tried scanning for player_sustainammo.
    are you just trying to do unlimited ammo? like sf_use_ignoreammo 1 where it changes to unlimited ammo for everybody or do you want it to just be for you?

    this may help. the addresses for each of the guns is for your total ammo, not the ammo in the mag, so when you shoot your ammo will go down but when you reload your total ammo wont go down, make sense?
    Code:
    sf_use_ignoreammo = 021CB718
    BOUNCING BETTY 018ED724
    MALTALVES(FIRE BOTTLES) 018ED680
    MONKEY BOMBS 018ED728
    GRANADES 018ED674
    starting pistol 018ED1FC
    kar98 018ED1EC
    ghewer 018ED214
    M1CARBINE 018ED218
    TRENCH GUN 018ED23C
    MP40 018ED224
    FG42 018ED248
    THOMPSON 018ED230
    BAR 018ED244
    RAY GUN 018ED264
    357 MAGNUM 018ED20C
    DOUBLE BARREL 018ED238
    WONDER WAFFLE 018ED268
    TYPE 100 018ED234
    STG44 018ED22C
    MG42 018ED24C
    Browning 018ED240
    PTRS41 018ED220
    M1 GRANDE 018ED21C LAUNCHER 018ED250
    LEEEEEEROY JEEEEENKINS

  3. #3
    AuT03x3C's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    kernel32.dll
    Posts
    453
    Reputation
    11
    Thanks
    4,561
    My Mood
    Sleepy
    Sorry for bad english.

    You can also use this method instead of player_sustainAmmo:
    Code:
    for(int i = 0; i < weapons; i++) 
    {
    	weaponAddress += weaponDistance;
    	Mem.WriteInt(weaponAddress, 1337);
    }
    weapons is the number of all weapons
    weaponAddress is the address of the first weapon
    weaponDistance is the value to add to weaponAddress to get the address for the next weapon

  4. The Following 2 Users Say Thank You to AuT03x3C For This Useful Post:

    dulosser (03-21-2015),gogogokitty (03-21-2015)

  5. #4
    Dazholmes's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    <---Your Ram--->
    Posts
    124
    Reputation
    10
    Thanks
    2,169
    My Mood
    Inspired
    call of duty doesn't use offsets but you can set the offsets like DWORD AmmoOffsets[] = {0x0, 0x0, 0x0}; for example

Similar Threads

  1. NEW MP HACK COMMING OUT BY ME :p for COD WAW 1.4
    By Kuro Tenshi in forum Call of Duty 5 - World at War Hacks
    Replies: 20
    Last Post: 06-13-2009, 10:44 AM
  2. Maple Story, Combat Arms, Counter Strike or CoD WAW
    By truongyyy in forum General Game Hacking
    Replies: 31
    Last Post: 05-30-2009, 03:09 PM
  3. selling or trading my cod waw cd key
    By acdcpills2 in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 04-22-2009, 05:32 PM
  4. COD WAW 1.4 MP BETA-HACK RELEASED
    By Kuro Tenshi in forum Call of Duty 5 - World at War Hacks
    Replies: 3
    Last Post: 04-21-2009, 04:30 PM