Post: three possible god mode codes and some of my own custom codes
03-25-2011, 06:17 PM #1
!x-MONKEY-BOMB!
League Champion
(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 Smile 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 Smile
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to !x-MONKEY-BOMB! for this useful post:

HacksReleaser,
03-25-2011, 09:26 PM #20
DEREKTROTTER
You're Goddamn Right
am i the only one trying to get GSC back lol

CFG is boring

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

Mw2Freak13, New Account
03-25-2011, 09:28 PM #21
Matt1511
R.I.P. MVIEYRA</3
Originally posted by DEREKTROTTER View Post
am i the only one trying to get GSC back lol

CFG is boring


cfg is really boring. but i dont think there is any way to do gsc ever again :(
03-25-2011, 09:33 PM #22
TheFallen
Former Dark Night
Originally posted by Ihatecompvir View Post
I highly doubt this will work at all. Even reenabling Godmode/noclip in the .self with IDA still makes it say unknown cmd.


Well yes, god mode has been removed from the game engine but some commands you can re-enable through this.
03-25-2011, 09:34 PM #23
pcfreak30
>> PCFreak30.com Happy<<
trotter isnt the only one trying to re-enable gsc's. me and thefallen have too, but no luck.
03-25-2011, 09:45 PM #24
Here's an idea to get GSC's working again.
If the check is CRC32, then add a comment at the end of your GSC(important) and use BruteCRC32 on the GSC to force the CRC32 to be the same as the original GSC. This will beat Cyclic Redundancy Checks(assuming this is what they use as the check)
03-25-2011, 09:48 PM #25
juddylovespizza
I'VE GOT JUNGLE FEVER
Originally posted by DEREKTROTTER View Post
am i the only one trying to get GSC back lol

CFG is boring


npdrm decrypter :banhamma:
03-25-2011, 09:55 PM #26
New Account
Bounty hunter
Originally posted by Ihatecompvir View Post
Here's an idea to get GSC's working again.
If the check is CRC32, then add a comment at the end of your GSC(important) and use BruteCRC32 on the GSC to force the CRC32 to be the same as the original GSC. This will beat Cyclic Redundancy Checks(assuming this is what they use as the check)


reminds me of when u taught me tf2 hacks lol
03-25-2011, 09:56 PM #27
anddrew
League Champion
Originally posted by Ihatecompvir View Post
Here's an idea to get GSC's working again.
If the check is CRC32, then add a comment at the end of your GSC(important) and use BruteCRC32 on the GSC to force the CRC32 to be the same as the original GSC. This will beat Cyclic Redundancy Checks(assuming this is what they use as the check)


Sounds too complicated to me, worth a try for someone Smile
03-25-2011, 11:11 PM #28
!x-MONKEY-BOMB!
League Champion
Originally posted by UK
godmode doesnt exist in mw2(appart from campaign)it will not ork because its was removed from the multiplayer engine,including give,setviewpos,ufo,noclip,god and much more.


ye i know but you said they would work?

Originally posted by DEREKTROTTER View Post
am i the only one trying to get GSC back lol

CFG is boring


i only do cfg because i mod the gpads in cod4. Patching is a mans sport xD too complicated for me Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo