(adsbygoogle = window.adsbygoogle || []).push({});
three possible god modes for .cfg modding
god1:
Originally posted by another user
devgui_cmd ◄--- we will use that to enable god mode (test it in a bind or just leave it

not sure if it will work)
devgui_cmd "Main:1/Development:2/Toggle God Mode:2" god ◄--- that's the god mode. It will look like this.
devgui_cmd
devgui_cmd "Main:1/Development:2/Toggle God Mode:2" god
theres the first one. No credit at all to me for this code its entirely uk vipers i'm just reposting it from the cod4 section. Its hard to understand though.
god2:
Originally posted by another user
This wouldn't be necessary at all if the first one works but here it is
g_player_maxhealth
not entirely sure what that code does or if it needs a value but feel free to test
god3
Originally posted by another user
I came up with this one myself but it might work not sure
bind dpad_up "vstr godtest"
set godtest "give health;wait 0.1;vstr godtest"
This might not work against guns that kill with one bullet or grenades but its just an idea.
here are some of my mods that i made myself for cod4.
Auto Drop-Shot
bind button_rshldr "+attack;goprone"
Auto Quick-Scope
bind button_lshldr "+toggleads_throw;wait 10;attack"
The rest i will spoiler as they are really big. They are random weapon/killstreak/prestige codes but they need a few touches and tweaks =D :carling:
random weapon
bind button_a "vstr 1"
set 1 "vstr 2"
set 2 "vstr say;vstr wep"
set say "say ^1random weapon;wait 1;vstr say"
set wep "vstr a;wait 1;vstr b;wait 1;vstr c;wait 1;vstr d;wait 1;vstr e;wait 1;vstr f;wait 1;vstr g;wait 1;vstr h;wait 1;vstr i;wait 1;vstr j;wait 1;vstr k;wait 1;vstr l;wait 1;vstr m;wait1;vstr n;wait 1;vstr vstr o;wait 1;vstr p;wait 1;vstr q;wait 1;vstr r;wait 1;vstr s;wait 1;vstr t;wait 1;vstr u;wait 1;vstr v;wait 1;vstr w;wait 1;vstr x;wait 1;vstr y;wait 1;vstr z;wait 1;vstr wep"
set a "set 1 give ak47_xmags_silencer_mp"
set b "set 1 give ump45_fmj_silencer_mp"
set c "set 1 give p90_akimbo_fmj_mp"
set d "set 1 give m4_eotech_fmj_mp"
set e "set 1 give cheytac_fmj_heartbeat_mp"
set f "set 1 give model1887_akimbo_fmj_mp"
set g "set 1 give m1014_grip_fmj_mp"
set h "set 1 give deserteaglegold_mp"
set i "set 1 give defaultweapon_mp"
set j "set 1 give rpg_mp"
set k "set 1 give barrel_mp
set l "set 1 give artillery_mp
set m "set 1 give stealth_bomb_mp
set n "set 1 give heli_remote_mp
set o "set 1 give defaultweapon_mp
set p "set 1 give harrier_20mm_mp
set q "set 1 give harrier_ffar_mp
set r "set 1 give harrier_missile_mp
set s "set 1 give pavelow_minigun_mp
set t "set 1 give nuke_mp
set u "set 1 give frag_grenade_short_mp
set v "set 1 give remotemissile_projectile_mp
set w "set 1 give lightstick_mp
set x "set 1 give flare_mp
set y "set 1 give throwingknife_mp
set z "set 1 give throwingknife_rhand_mp
I will make a random killstreak mod but I need a full list of killstreaks code to create it