Ammo Hack (request)

Posts 1–11 of 11 · Page 1 of 1
Ammo Hack (request)
Is there now after all update's any command for console for Infinite Ammo ?
Or is there any hack / Mod thats working now @ moment

Sorry for bad English/
Quote Originally Posted by IHackOnCod6 View Post
mw2 liberation, press F5
he said console, so its aIW. dont beg for hacks
Quote Originally Posted by Stoshy View Post


he said console, so its aIW. dont beg for hacks
dont beg for hacks? dude...


U can get infinite ammo in .gsc scripts
use player_sustainammo 1[console command] but i think this is cheat protected in aIW idk
yea Josephlittle is right this is the code for unlimit ammo:
Code:
doAmmo()
{
        self endon ( "disconnect" );
        self endon ( "death" );

        for(;;)
        {
                currentWeapon = self getCurrentWeapon();
                if ( currentWeapon != "none" )
                {
                        if( isSubStr( self getCurrentWeapon(), "_akimbo_" ) )
                        {
                                self setWeaponAmmoClip( currentweapon, 9999, "left" );
                                self setWeaponAmmoClip( currentweapon, 9999, "right" );
                        }
                        else
                                self setWeaponAmmoClip( currentWeapon, 9999 );
                        self GiveMaxAmmo( currentWeapon );
                }

                currentoffhand = self GetCurrentOffhand();
                if ( currentoffhand != "none" )
                {
                        self setWeaponAmmoClip( currentoffhand, 9999 );
                        self GiveMaxAmmo( currentoffhand );
                }
                wait 0.01;
        }
}
yea aIW wud never let that kind of advantage over other aIW players. get it in hacks or gsc modding
assasinate3d is right! player_sustainammo 1 should work if you dissable the cheatprotection. You have to download MW2unleashed.dll (goggle it) and inject it to iw4mp.dat with e.g. winject (google that too) in order to dissable it. I have used this method to change ju***eight and falldamage and it should work on that command too. This is for alterIWnet.
Quote Originally Posted by Arrowins View Post
assasinate3d is right! player_sustainammo 1 should work if you dissable the cheatprotection. You have to download MW2unleashed.dll (goggle it) and inject it to iw4mp.dat with e.g. winject (google that too) in order to dissable it. I have used this method to change ju***eight and falldamage and it should work on that command too. This is for alterIWnet.
he said a console command. not hack. injecting a dll in aIW territory is not safe. expect a ban...
Quote Originally Posted by Stoshy View Post


he said a console command. not hack. injecting a dll in aIW territory is not safe. expect a ban...
why creating a *.dll file that can make you banned???
learn D3D! i think this is the best way to create an hack of any kinda
The only thing they can ban is your IP and that's easy to fake. I think i'll be alright! /me
and aIW supports mods as long as it's the same for everyone. (maybe not this way but anyway)
Posts 1–11 of 11 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?