Post: [Code] Give All Weapons
05-28-2011, 11:25 PM #1
Dreamcather
Call me Eddie Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({}); I am tired, this is maybe released, idk...

but here is the code:

    
DoWeps(){
self takeallweapons();
self iPrintlnBold("^3Giving Weapons...");
Guns[1]="30cal_mp";
Guns[2]="357magnum_mp";
Guns[3]="bar_mp";
Guns[4]="bazooka_mp";
Guns[5]="colt_mp";
Guns[6]="doublebarreledshotgun_mp";
Guns[7]="dp28_mp";
Guns[8]="fg42_mp";
Guns[9]="frag_grenade_mp";
Guns[10]="gewehr43_mp";
Guns[11]="kar98k_mp";
Guns[12]="m1carbine_mp";
Guns[13]="m1garand_mp";
Guns[14]="m2_flamethrower_mp";
Guns[15]="mg42_mp";
Guns[16]="mine_bouncing_betty_mp";
Guns[17]="mosinrifle_mp";
Guns[18]="mp40_mp";
Guns[19]="nambu_mp";
Guns[20]="ppsh_mp";
Guns[21]="ptrs41_mp";
Guns[22]="shotgun_mp";
Guns[23]="stg44_mp";
Guns[24]="springfield_mp";
Guns[25]="svt40_mp";
Guns[26]="thompson_mp";
Guns[27]="walther_mp";
Guns[28]="type100smg_mp";
Guns[29]="type99lmg_mp";
Guns[30]="type99rifle_mp";
Guns[31]="m8_white_smoke_mp";
Guns[32]="molotov_mp";
Guns[33]="satchel_charge_mp";
Guns[34]="signal_flare_mp";
Guns[35]="sticky_grenade_mp";
Guns[36]="tabun_gas_mp";
Guns[37]="tokarev_mp";
Guns[38]="panzer4_gunner_mp";
Guns[39]="panzer4_turret_mp";
Guns[40]="t34_gunner_mp";
Guns[41]="t34_turret_mp";
Guns[42]="dog_bite_mp";
for( i=1; i<43; i++ ){
self GiveWeapon( Guns[i] );
wait 0.2;}
self iPrintlnBold("^2You have all Weapons");}


Shorter Script
    
DoWeps(){
for(i = 0; i < level.weaponlist.size; i++){
self GiveWeapon( level.weaponlist[i]);
wait .02;}}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to Dreamcather for this useful post:

HeAdsWillRoLL, Karoolus
05-29-2011, 11:40 AM #11
-Ginge
W@W Prem = Dead
Originally posted by EddieMeduza View Post
Hello none like my code???
And this give u all weapons in 2 sec


Yes it gives you all weapons quickly but it's a long code. You could just do like nay said and bind giveall in a .cfg.
05-29-2011, 11:42 AM #12
Dreamcather
Call me Eddie Winky Winky
Originally posted by Gingemk3 View Post
Yes it gives you all weapons quickly but it's a long code. You could just do like nay said and bind giveall in a .cfg.


Who cares about long codes? ...
Yeah i know...
05-29-2011, 01:40 PM #13
Karoolus
I'm the W@W Menu Guy !
there has to be a shorter way Winky Winky
05-29-2011, 01:51 PM #14
Dreamcather
Call me Eddie Winky Winky
Shorter Script Winky Winky
    
DoWeps(){
for(i = 0; i < level.weaponlist.size; i++){
self GiveWeapon( level.weaponlist[i]);
wait .02;}}

The following 3 users say thank you to Dreamcather for this useful post:

-Ginge, .Kane., Karoolus
05-29-2011, 01:53 PM #15
Karoolus
I'm the W@W Menu Guy !
Originally posted by EddieMeduza View Post
Shorter Script Winky Winky
    
DoWeps(){
for(i = 0; i < level.weaponlist.size; i++){
self GiveWeapon( level.weaponlist[i]);
wait .02;}}


nice find !! ^^
this actually gives you every weapon with every possible attachment !
05-29-2011, 01:55 PM #16
xxshredgnarxx
Treasure hunter
thx for this man
05-29-2011, 02:04 PM #17
.Kane.
Banned
Originally posted by EddieMeduza View Post
Shorter Script Winky Winky
    
DoWeps(){
for(i = 0; i < level.weaponlist.size; i++){
self GiveWeapon( level.weaponlist[i]);
wait .02;}}


Good job man.
07-08-2011, 03:47 PM #18
how do you use on xbox cod tool advanced tab?
07-08-2011, 11:53 PM #19
Dreamcather
Call me Eddie Winky Winky
Originally posted by GenesisCoast View Post
how do you use on xbox cod tool advanced tab?


Idk, I just mod on ps3...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo