Results 1 to 9 of 9
  1. #1
    King-Orgy's Avatar
    Join Date
    Dec 2010
    Gender
    female
    Posts
    119
    Reputation
    15
    Thanks
    628
    My Mood
    Angelic

    Black ops - Get Ammo Stats

    Code:
    0x2ab98100 + 0x044C = Primary_Ammo
    
    0x2ab98100 + 0x0454  = Second_Ammo
    
    0x2ab98100 + 0x045C  = Nade__Ammo
    
    0x2ab98100 + 0x0464  = Smoke__Ammo
    
    0x2ab98100 + 0x0474  = Current Killstreaks
    
    0x2ab98100 + 0x0484  = DoubleWeapon_Ammo_Right_Hand
    
    0x2ab98100 + 0x048C  = DoubleWeapon_Ammo_Left_Hand
    other stats

    Code:
    typedef enum {
        MATCHES_PLAYED,
        SCORE,
        TIME_PLAYED_TOTAL,
        SCORE_PER_MINUTE,
        RANKXP,
        PLEVEL,
        KILLS,
        DEATHS,
        KDRATIO,
        ASSISTS,
        CAPTURES,
        RETURNS,
        DEFENDS,
        PICKUPS,
        PLANTS,
        DEFUSES,
        DESTRUCTIONS,
        MAX_STATS
    } Player_stats_t;//PlayerSnap + 0x0064

  2. The Following 6 Users Say Thank You to King-Orgy For This Useful Post:

    ♪~ ᕕ(ᐛ)ᕗ (12-22-2010),Blubb1337 (12-04-2010),Hell_Demon (12-25-2010),House (12-02-2010),Skyline. (12-04-2010),w34k0ss (12-09-2010)

  3. #2
    rage94's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    Could you add a description on how to apply and where to apply these commands.

  4. #3
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by rage94 View Post
    Could you add a description on how to apply and where to apply these commands.
    can you not beg and learn how to code?..
    your pretty much asking for him to make the hack/trainer for you...


  5. The Following 3 Users Say Thank You to Skyline. For This Useful Post:

    dutchtimer (12-08-2010),Hell_Demon (12-25-2010),King-Orgy (12-04-2010)

  6. #4
    qwertz22's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    vgas
    Posts
    8
    Reputation
    10
    Thanks
    2
    My Mood
    Angry
    ummm can i ask for stats trainer please like prestiges and level please ? xD

  7. #5
    dutchtimer's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    in a town
    Posts
    518
    Reputation
    9
    Thanks
    45
    My Mood
    Fine
    i agree with toobanooba

    first learn C#,C++,visualbasic

  8. #6
    Beaverman's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    53
    Reputation
    20
    Thanks
    16
    i know all of theese languages... and i know this is memory addresses... and i (almost) know how to apply them... but if someone ever make a trainer with these i would sure love a nicely commentated version on the source code i learn best by seeing other peoples work

    but nice work

  9. #7
    David's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Guantanamo Bay
    Posts
    4,613
    Reputation
    405
    Thanks
    1,198
    My Mood
    Aggressive
    Thanks man .

  10. #8
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by MindFuck View Post
    Thanks man .
    you just bumped a 2 week old thread?..
    smart..this goes towards you being a good role model.


  11. #9
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by Beaverman View Post
    i know all of theese languages... and i know this is memory addresses... and i (almost) know how to apply them... but if someone ever make a trainer with these i would sure love a nicely commentated version on the source code i learn best by seeing other peoples work

    but nice work
    Once again that is basically just saying 'Can I have source code and take all credit'? Just use the calculator, set it to Hex mode (Programmer) and add the addresses and the offset then you will get your final address because those are pointers.

    0x2ab98100 + 0x044C = 0x2ab9854c

    Sorry, if I'm bumping btw.
    Last edited by master131; 12-23-2010 at 08:24 PM.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  12. The Following User Says Thank You to master131 For This Useful Post:

    Skyline. (12-23-2010)