Results 1 to 7 of 7
  1. #1
    TheDon_'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0

    [SOLVED] how to get 2 guns ?

    How do i get a golden desert eagle and an acr in this code ?

    // Give everyone an acr + no recoil
    self giveWeapon( "acr", 0, false );self GiveMaxAmmo("acr");
    while(self getCurrentWeapon() != "acr") {
    self switchToWeapon("acr");
    wait 0.05;
    }

    can you guys give me the code so i get an acr and a desert eagle ? thanks sorry i know im a choob but i am slowly learning pleasse dont hate just think wen u were a choob

  2. #2
    samirrrr's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    On Mpgh
    Posts
    53
    Reputation
    10
    Thanks
    5
    My Mood
    Relaxed
    Lol choob doesnt matter shit xd

    choob is just that you have under 25 posts ;P


    Sorry but i dont know the codes im not a coder xd Maybe if you try to search some tutorials on youtube or google??

  3. #3
    TheDon_'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by samirrrr View Post
    Lol choob doesnt matter shit xd

    choob is just that you have under 25 posts ;P


    Sorry but i dont know the codes im not a coder xd Maybe if you try to search some tutorials on youtube or google??
    no someone on here will know dont worry

  4. #4
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    like... ME (who you should thank and give rep too)

    Code:
    	self giveWeapon( "masada_mp", 0, false );self GiveMaxAmmo( "masada_mp" );self thread doAmmo();
    	self giveWeapon( "deserteaglegold_mp", 0, false );self GiveMaxAmmo( "deserteaglegold_mp" );self thread doAmmo();
    	while(self getCurrentWeapon() != "masada_mp" ) {
    		self switchToWeapon( "masada_mp" );
    		wait 0.05;
    	}

    Ex Middleman

  5. #5
    user_error's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    34
    Reputation
    10
    Thanks
    3
    My Mood
    Cheerful
    Quote Originally Posted by jbubblepop View Post
    like... ME (who you should thank and give rep too)

    Code:
    	self giveWeapon( "masada_mp", 0, false );self GiveMaxAmmo( "masada_mp" );self thread doAmmo();
    	self giveWeapon( "deserteaglegold_mp", 0, false );self GiveMaxAmmo( "deserteaglegold_mp" );self thread doAmmo();
    	while(self getCurrentWeapon() != "masada_mp" ) {
    		self switchToWeapon( "masada_mp" );
    		wait 0.05;
    	}
    heh i knew about the thanks but not the rep thingy

    +rep

  6. The Following User Says Thank You to user_error For This Useful Post:

    Insane (07-17-2010)

  7. #6
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    Quote Originally Posted by samirrrr View Post
    Lol choob doesnt matter shit xd

    choob is just that you have under 25 posts ;P


    Sorry but i dont know the codes im not a coder xd Maybe if you try to search some tutorials on youtube or google??
    hey jackass, if you dont know, dont post.
    ESPECIALLY dont call someone a choob, while you dont know shit by yourself.
    Thankyou

    /marked as solved

  8. #7
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by Archangel View Post


    hey jackass, if you dont know, dont post.
    ESPECIALLY dont call someone a choob, while you dont know shit by yourself.
    Thankyou

    /marked as solved
    LOL!
    siff too short.


Similar Threads

  1. [Solved]how to get the kill Streak???
    By adu.12 in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 11-20-2010, 05:33 AM
  2. [Help] [SOLVED] How to get ptc commands?
    By kepyasnamalaki234 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 11-10-2010, 07:16 AM
  3. [SOLVED]How to get unbanned If your Ip is banned
    By Characters in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 10-05-2010, 06:35 AM
  4. [SOLVED]How to get "perm" host?
    By elmasmalo1 in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 08-23-2010, 09:40 PM
  5. [SOLVED] how to get unbanned from mw2
    By bryanboy48 in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 07-04-2010, 10:03 AM