Results 1 to 10 of 10
  1. #1
    dawoodsaeed's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    3

    Exclamation Is there a way to get unlimited ammo in MP as HOST

    I tired using the drav way and it wouldn't work so if anyone know a way to get unlimited ammo that would be nice so i can give crazy severs running and allowing xp lobby so people can rank up.

  2. #2
    superfredekiller's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    xcvxcvxc
    Posts
    2
    Reputation
    10
    Thanks
    3
    This is possible with MW2Lua, just add CALLREF(0x0520980, playerEntnum) to the onTick callback.

  3. #3
    dawoodsaeed's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    3
    Can you explain in more depth and how to use mw2Lua

  4. #4
    minichibby's Avatar
    Join Date
    Feb 2016
    Gender
    male
    Posts
    140
    Reputation
    10
    Thanks
    8
    My Mood
    Cynical
    Quote Originally Posted by superfredekiller View Post
    This is possible with MW2Lua, just add CALLREF(0x0520980, playerEntnum) to the onTick callback.
    MW2Lua is for private matches only... useless

  5. #5
    dawoodsaeed's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    3
    Tell me more unless whattttt?

  6. #6
    BantixXD's Avatar
    Join Date
    Sep 2017
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    My Mood
    Amused
    Some mod menus allow you to do it, mine has it but its a private one so I can't send u it sorry, theres a couple on yt that have it if u want to go and look there

  7. #7
    dawoodsaeed's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    3
    No i don't want to make it private sever i want to have unlimited ammo on a public sever like mw2chaos
    is there anyhitng like that working right now

  8. #8
    Raymond J. Maxwell's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Location
    Salt Lake City, Utah
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Cool
    Pretty sure that you can only use unlimited ammo in private game lobbies.

  9. #9
    raptor75rus's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Location
    france/HyÈres
    Posts
    377
    Reputation
    10
    Thanks
    5
    My Mood
    Fine
    Quote Originally Posted by dawoodsaeed View Post
    I tired using the drav way and it wouldn't work so if anyone know a way to get unlimited ammo that would be nice so i can give crazy severs running and allowing xp lobby so people can rank up.
    no its impossible as i know

  10. #10
    ThatGamerBlue's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    369
    My Mood
    Sneaky
    Code:
    #define IW4_FUNCTION(FUNC_NAME, RETURN_TYPE, ARGUMENTS, ADDRESS) inline RETURN_TYPE(*FUNC_NAME) ARGUMENTS = reinterpret_cast<RETURN_TYPE(*) ARGUMENTS>(ADDRESS)
    IW4_FUNCTION(Add_Ammo, void, (gentity_s *target, int weaponIndex, char weaponModel, int count, int fillClip), 0x52B530);
    In your fire weapon detour:
    Code:
    for(int k = 0; k < 18; k++){
    gentity_s client = g_entities[k];
    Game::Add_Ammo(&g_entities[k], Game::BG_GetViewmodelWeaponIndex(&client.client->playerState), 1, 999, 999);
    }
    [IMG]https://*******/1oYV5.gif[/IMG]hunter2

Similar Threads

  1. How To Get Unlimited Ammo/Inventory In MineCraft
    By Margherita in forum Minecraft Discussions
    Replies: 15
    Last Post: 02-12-2011, 07:09 PM
  2. is there a way to get un ipbanned?
    By TJC20207 in forum Combat Arms Help
    Replies: 4
    Last Post: 11-12-2010, 05:33 AM
  3. Is there a way to get vip?
    By fast_skillz in forum General
    Replies: 9
    Last Post: 10-12-2010, 05:49 PM
  4. is there a way to get unbanned from super rewards
    By dakky in forum CrossFire Tutorials
    Replies: 25
    Last Post: 10-01-2010, 05:50 AM
  5. Is there a way to get GP faster?
    By brammeijer in forum Combat Arms Europe Hacks
    Replies: 7
    Last Post: 02-28-2009, 07:23 PM