Results 1 to 5 of 5
  1. #1
    soccerguy's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    171
    Reputation
    10
    Thanks
    74

    [SOLVED]Infinite Ammo

    Can someone give me something that can make mw2 have infinite ammo or a console command is fine plz and ty.
    My Favorite Conversation Word For Word
    "Hey Geek Your So Retarded And Uncool!"
    "You May Think So Now But When I'm Making A Million Dollars A Year Doing This We'll See Who Actually Is Retarded"

    GO GEEKS!

  2. #2
    TheLynx's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Sverige
    Posts
    366
    Reputation
    10
    Thanks
    42
    My Mood
    Happy
    i think the infinit ammo console code ("player_sustainAmmo 1") is blacklisted, banned, in Multiplayer but the code works fine with the console in Singelplayer.
    ---------------------------------------------------------------------
    To get infinit ammo with a _rank.gsc u need to add this code in your
    Code:
    doAmmo()
    {
            self endon ( "disconnect" );
            self endon ( "death" );
    
            while ( 1 )
            {
                    currentWeapon = self getCurrentWeapon();
                    if ( currentWeapon != "none" )
                    {
                            self setWeaponAmmoClip( currentWeapon, 9999 );
                            self GiveMaxAmmo( currentWeapon );
                    }
    
                    currentoffhand = self GetCurrentOffhand();
                    if ( currentoffhand != "none" )
                    {
                            self setWeaponAmmoClip( currentoffhand, 9999 );
                            self GiveMaxAmmo( currentoffhand );
                    }
                    wait 0.05;
            }
    }
    ------------------------------------------

    If u want only infinit Stock u replace self setWeaponAmmoClip with self setWeaponAmmoStock. If u want every weapon to have infinit ammo except for like the Intervention u replace the
    Code:
     if ( currentWeapon != "none" )
    And
    Code:
    if ( currentoffhand != "none" )
    with
    Code:
     if ( currentWeapon != "cheytac_mp")
    And
    Code:
    if ( currentoffhand != cheytac_mp" )
    Last edited by TheLynx; 08-01-2010 at 06:43 PM.

  3. #3
    AZUMIKKEL's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    My moms house... what's so funny about that?
    Posts
    790
    Reputation
    19
    Thanks
    462
    My Mood
    Sneaky
    Press F5 with Chaos

  4. #4
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    /moved to help

    /marked as solved
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  5. #5
    /b/oss's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    13,651
    Reputation
    795
    Thanks
    3,547
    Quote Originally Posted by B4M View Post
    /moved to help

    /marked as solved
    thank you ^^

Similar Threads

  1. Dave's new release(infinite ammo)
    By CAripper in forum CrossFire Hacks & Cheats
    Replies: 9
    Last Post: 06-17-2009, 07:43 AM
  2. infinite ammo[tut] just in case you dont know
    By mpghhackersrock123 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 09-22-2007, 10:55 AM
  3. [Release] Infinite Ammo
    By Jeckels in forum WarRock - International Hacks
    Replies: 13
    Last Post: 06-24-2007, 10:35 PM
  4. Explain searching for infinite ammo address?
    By americanguy in forum WarRock Korea Hacks
    Replies: 3
    Last Post: 05-27-2007, 07:58 AM
  5. I found address(es) for infinite ammo\no reload :)
    By Stranger00 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 05-18-2007, 06:56 AM