Results 1 to 8 of 8
  1. #1
    krijnrien's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    7
    My Mood
    Goofy

    Exclamation need code for inf. equipment

    hi ppl

    i have an request for 2 codes

    when you use the infinite ammo code for the weapons ofcourse there is no infinite ammo for your grenades claymore and shit.

    so my question can any1 give me the code for infinite equipment ( grenades semtex grenades etc.)

    and the code that you can throw grenades very fast ( rapid fire)

    because im working on a mod and this is the only thing i still need

    thnx

  2. #2
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Moved to GSC Help.
    Texture Mods


    Obedear, the sky is low

  3. #3
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    This is the code for unlimited equipment. Why do you want it full-auto. Why not just make a semtex gun then. Using MagicBullet.

    Code:
    doAmmoEquipment()
    {
        self endon ( "disconnect" );
        self endon ( "death" );
    
        while ( 1 )
        {
            currentoffhand = self GetCurrentOffhand();
            if ( currentoffhand != "none" )
            {
                self setWeaponAmmoClip( currentoffhand, 5 );
                self GiveMaxAmmo( currentoffhand );
            }
            wait 0.05;
        }
    }
    If you want automatic TK there is a weapon called throwingknife_mp.


    The lines in my Steam are i's

  4. The Following User Says Thank You to Nachos For This Useful Post:

    krijnrien (08-28-2011)

  5. #4
    krijnrien's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    7
    My Mood
    Goofy
    that doesnt work dude
    even i know that

    you cant use maic bullet code to shoot semtex

  6. #5
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by krijnrien View Post
    that doesnt work dude
    even i know that

    you cant use maic bullet code to shoot semtex
    No you can't. You can shot the model of it. But not the Damage and so of it.
    Well, that would be hard I guess. I can't say 100% sure that you can't. but for what I have seen here. you can't.

    But I am sure that it's possible. Just need some brain

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  7. #6
    Yamato's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    839
    Reputation
    13
    Thanks
    154
    My Mood
    Amazed
    Quote Originally Posted by Jorndel View Post
    No you can't. You can shot the model of it. But not the Damage and so of it.
    Well, that would be hard I guess. I can't say 100% sure that you can't. but for what I have seen here. you can't.

    But I am sure that it's possible. Just need some brain
    With a super big quantity of codes, is possible,

  8. #7
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    Quote Originally Posted by Yamato View Post
    With a super big quantity of codes, is possible,
    Nothing is impossible for you


    The lines in my Steam are i's

  9. The Following User Says Thank You to Nachos For This Useful Post:

    Yamato (08-30-2011)

  10. #8
    krijnrien's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    7
    My Mood
    Goofy
    hmm that sucks

    really wanne make some fun mod with that you can shoot semtex or throw it insane fast

Similar Threads

  1. [Request] Need code for Anti Block chat in Cf
    By MightySaa0d in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 09-24-2011, 02:27 AM
  2. [Help] Need code for button
    By Mokou-Sama in forum Visual Basic Programming
    Replies: 3
    Last Post: 07-09-2011, 02:15 PM
  3. Need Code for Special Bullet...
    By GoDZeN in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 2
    Last Post: 02-21-2011, 08:10 AM
  4. I need Codes For warrock PH help me new Coder here
    By windowsxp925 in forum WarRock Philippines Hacks
    Replies: 13
    Last Post: 02-05-2011, 03:14 AM
  5. NEED RETAIL CODE FOR WARROCK
    By noobi4life in forum Trade Accounts/Keys/Items
    Replies: 5
    Last Post: 11-01-2007, 12:17 PM

Tags for this Thread