Results 1 to 3 of 3
  1. #1
    martuksxxxx's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Location
    Lithunia
    Posts
    171
    Reputation
    24
    Thanks
    48
    My Mood
    Innocent

    Question Infinite ammo script

    Anyone know any infinite ammo scripts (planes, helicopter,cars) , because i tryed basic ones, but it seems it doesnt do much, I need the ones that work on MP, dot care if its detected... And is it possible to make drones with infinite ammo?
    Last edited by martuksxxxx; 11-02-2014 at 11:29 AM.

  2. #2
    MrMadNoobbie's Avatar
    Join Date
    Sep 2014
    Gender
    male
    Location
    Up in cold north
    Posts
    78
    Reputation
    16
    Thanks
    652
    My Mood
    Cold
    Code:
    if (isnil("Im_a_Variable")) then {
        Im_a_Variable = 0;
    };
    if (Im_a_Variable == 0) then {
        Im_a_Variable = 1;
        hint "Unlimited Ammo ON";
    } else {
        Im_a_Variable = 0;
        hint "Unlimited Ammo OFF";
    };
    while {
        Im_a_Variable == 1
    }
    do {
        _l25 = primaryWeapon player;
        _l31 = secondaryWeapon player;
        player setAmmo[_l25, 999];
        player setAmmo[_l31, 999];
        (vehicle player) setVehicleAmmo 1;
        (vehicle player) setVehicleAmmo 1;
        sleep 0.01;
    };
    Credits to @evskin i guess...

  3. #3
    Jim Morrison's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Canterlot, Equestria
    Posts
    12,444
    Reputation
    1090
    Thanks
    3,336
    No response after two days, assuming solved.
    /Closed


    MPGH Staff History:
    Minion: 02-12-2013 - 6-28-2013
    Former Staff: 6-28-2013 - 7-14-2014
    Minion: 7-14-2014 - 1-3-2015
    Minion+: 1-3-2015 - 6-1-2015
    Moderator: 6-1-2015 - 10-2-2016
    Global Moderator: 10-2-2016 - Current

    Current Sections:
    DayZ Mod & Standalone Hacks & Cheats
    BattleOn Games Hacks, Cheats & Trainers
    Minecraft Hacks
    Other Semi-Popular First Person Shooter Hacks
    Blackshot Hacks & Cheats
    Need For Speed World Hacks
    Other First Person Shooter Hacks
    CounterStrike: Global Offensive Hacks
    Garry's Mod Hacks & Cheats


    Donating:
    If you want to donate money to me I take Bitcoin & Paypal, PM me for either of these if you're interested and thanks.
    Top Donators: (Awesome People)
    FanticSteal $75.00
    smurf_master $58.00 <- Best DayZ Gear Seller
    Fujiyama $25.00
    [MPGH]Black $10.00
    [MPGH]Hova $10.00
    xJudgez $4.54
    [MPGH]Normen's Sheep $3.50
    eminemlover $1.50


    Brony?
    https://www.mpgh.net/forum/groups/1728-mpgh-bronies.html

Similar Threads

  1. [Release] Infinite Health & Ammo script
    By Bioscence in forum Team Fortress 2 Hacks
    Replies: 11
    Last Post: 03-27-2013, 09:00 PM
  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