Post: [ TUT ] How to successfully create a .CFG File
11-11-2012, 08:11 PM #1
KobeTheCoder
Pokemon Trainer
(adsbygoogle = window.adsbygoogle || []).push({}); I made this thread to clear up one part of Correy's new 'Unlimited Modding' Method
Now usually , some people would apply download links that already have the '.CFG' File there
But some don't ...... So , to clear that up this is how to create a .CFG File

Now generally you have to create a .CFG File because they just give you the code all slapped out on the forum like this :

player_sustainAmmo 1
set ui_mapname "mp_bog;bind BUTTON_BACK set developer 1;set scr_testClients 18;set scr_forceRankedMatch 1;set developer_script 1;set scr_do_notify CFG v1;set scr_set_level 55"
bind button_ltrig "developer 0;"\""^5Developer OFF""
bind dpad_up "vstr bind;r_blur 9;vstr 1"
set bind "bind dpad_up vstr u;bind dpad_down vstr d;bind button_a vstr a;bind button_b vstr b"
set b "unbind dpad_up;unbind dpad_down;bind button_a +gostand;bind button_b +stance;r_blur 0"
set 1 "cg_hudchatPosition 50 250;cg_chatHeight 3;say ^1Admin<--;say ^2VIP;say ^2Verified;set u vstr 3;set d vstr 2;set a vstr 1a"
set 2 "say ^2Admin;say ^1VIP<--;say ^2Verified;set u vstr 1;set d vstr 3;set a vstr 2a"
set 3 "say ^2Admin;say ^2VIP;say ^1Verified<--;set u vstr 2;set d vstr 1;set a vstr 3a"
set 1a "cg_chatHeight 6;say ^1God Mode;say ^2Noclip;say ^2Spawn Bots;say ^2All Guns;say ^2Advertise;say ^2SlowMo;set u vstr 1f;set d vstr 1b;set a god"
set 1b "say ^2God Mode;say ^1Noclip;say ^2Spawn Bots;say ^2All Guns;say ^2Advertise;say ^2SlowMo;set u vstr 1a;set d vstr 1c;set a noclip"
set 1c "say ^2God Mode;say ^2Noclip;say ^1Spawn Bots;say ^2All Guns;say ^2Advertise;say ^2SlowMo;set u vstr 1b;set d vstr 1d;set a scr_testClients 18"
set 1d "say ^2God Mode;say ^2Noclip;say ^2Spawn Bots;say ^1All Guns;say ^2Advertise;say ^2SlowMo;set u vstr 1c;set d vstr 1e;set a give all"
set 1e "say ^2God Mode;say ^2Noclip;say ^2Spawn Bots;say ^2All Guns;say ^1Advertise;say ^2SlowMo;set u vstr 1d;set d vstr 1f;set a scr_do_notify ^5Welcome to ^2HKRZModz ^1CFG v1"
set 1f "say ^2God Mode;say ^2Noclip;say ^2Spawn Bots;say ^2All Guns;say ^2Advertise;say ^1SlowMo;set u vstr 1e;set d vstr 1a;set a toggle timescale 0.5 1.0"
set 2a "cg_chatHeight 6;say ^1Wall Hack;say ^2Aim Assist;say ^2Unlimited Ammo;say ^2Level 55;say ^2Super Jump;say ^2Gold Deagle;set u vstr 2f;set d vstr 2b;set a toggle r_znear 55 5"
set 2b "say ^2Wall Hack;say ^1Aim Assist;say ^2Unlimited Ammo;say ^2Level 55;say ^2Super Jump;say ^2Gold Deagle;set u vstr 2a;set d vstr 2c;set a toggle aim_lockon_debug 1;set aim_lockon_region_height 0;set aim_lockon_region_width 999999;set aim_lockon_deflection 0.0005"
set 2c "say ^2Wall Hack;say ^2Aim Assist;say ^1Unlimited Ammo;say ^2Level 55;say ^2Super Jump;say ^2Gold Deagle;set u vstr 2b;set d vstr 2d;set a toggle player_sustainAmmo 1"
set 2d "say ^2Wall Hack;say ^2Aim Assist;say ^2Unlimited Ammo;say ^1Level 55;say ^2Super Jump;say ^2Gold Deagle;set u vstr 2c;set d vstr 2e;set a scr_set_level 55"
set 2e "say ^2Wall Hack;say ^2Aim Assist;say ^2Unlimited Ammo;say ^2Level 55;say ^1Super Jump;say ^2Gold Deagle;set u vstr 2d;set d vstr 2f;set a toggle jump_height 1000;toggle bg_falldamageminheight 999"
set 2f "say ^2Wall Hack;say ^2Aim Assist;say ^2Unlimited Ammo;say ^2Level 55;say ^2Super Jump;say ^1Gold Deagle;set u vstr 2e;set d vstr 2a;set a give deserteaglegold_mp"
set 3a "cg_chatHeight 6;say ^1Modded Clan Tag;say ^2Laser Gun;say ^2UAV;say ^2Menu Color;say ^2Low Gravity;say ^210th Prestige;set u vstr 3f;set d vstr 3b;set a clanName {@@}"
set 3b "say ^2Modded Clan Tag;say ^1Laser Gun;say ^2UAV;say ^2Menu Color;say ^2Low Gravity;say ^210th Prestige;set u vstr 3a;set d vstr 3c;set a toggle cg_laserForceOn 1"
set 3c "say ^2Modded Clan Tag;say ^2Laser Gun;say ^1UAV;say ^2Menu Color;say ^2Low Gravity;say ^210th Prestige;set u vstr 3b;set d vstr 3d;set a toggle g_compassshowenemies 1"
set 3d "say ^2Modded Clan Tag;say ^2Laser Gun;say ^2UAV;say ^1Menu Color;say ^2Low Gravity;say ^210th Prestige;set u vstr 3c;set d vstr 3e;set a ui_playerPartycolor 0 1 0 1"
set 3e "say ^2Modded Clan Tag;say ^2Laser Gun;say ^2UAV;say ^2Menu Color;say ^1Low Gravity;say ^210th Prestige;set u vstr 3d;set d vstr 3f;set a toggle g_gravity 20 800"
set 3f "say ^2Modded Clan Tag;say ^2Laser Gun;say ^2UAV;say ^2Menu Color;say ^2Low Gravity;say ^110th Prestige;set u vstr 3e;set d vstr 3a;set a statSet 2326 10"

Now you have to put this in a CFG

--First Step--

[ATTACH=CONFIG]20376[/ATTACH]

Create a Notpad document and name it whatever you want

--Second step--

[ATTACH=CONFIG]20377[/ATTACH]

Now open the file and put whatever you want as in this case I put "GGG"
*This step is neccesary *

--Third Step--

[ATTACH=CONFIG]20378[/ATTACH]

Now go to File / Save as /

--Fourth Step--

[ATTACH=CONFIG]20379[/ATTACH]

Now , right where it says 'File name' Rename it to whatever you want continuing with .CFG
Ex: 'COD4_MODS.cfg'
Then where it says 'File type' Put 'All files'

--Fifth and final step--

Press save and you should notice you have a new .CFG File on your desktop or wherever you put to save it

[ATTACH=CONFIG]20380[/ATTACH]

^ This is what you should have ^
Not exactly the same but whatever you name it when your about to save as will be saved


Now , you would open the .CFG File with Notepad++ and put the code in that the user gives you and you put whatever dev../../.. Codes in either CM/MP.

Credits to
-HKRZModz ( Using his codes )
-HnM ( For a warm welcome Smile )
Last edited by KobeTheCoder ; 11-12-2012 at 06:22 PM.

The following user thanked KobeTheCoder for this useful post:

Hacks 'n' Mods
11-11-2012, 08:42 PM #2
Hacks 'n' Mods
Maggbot timeout!
Great post, this will help ALOT of newbies to .cfg coding method. This should be a sticky Happy

The following user groaned Hacks 'n' Mods for this awful post:

*xActionMods*
11-11-2012, 09:12 PM #3
KobeTheCoder
Pokemon Trainer
Originally posted by Hacks
Great post, this will help ALOT of newbies to .cfg coding method. This should be a sticky Happy


It should ! Hopefully it will !! :/
11-11-2012, 11:54 PM #4
*xActionMods*
I’m too L33T
Originally posted by Hacks
Great post, this will help ALOT of newbies to .cfg coding method. This should be a sticky Happy


this should not be sticky (shake my head) look at the code he cant even at least put it in a [code*][/code*] and this doesnt really help alot.

The following user groaned *xActionMods* for this awful post:

Hacks 'n' Mods
11-12-2012, 12:17 AM #5
KobeTheCoder
Pokemon Trainer
Originally posted by TheDonAlex View Post
this should not be sticky (shake my head) look at the code he cant even at least put it in a [code*][/code*] and this doesnt really help alot.


Bro seriously stop riding my dick , your really annoying and haven't contributed anything to this type of forum ....
And if you would read its supposed to be like that I would've put it in to a code if I needed to.
11-12-2012, 01:08 AM #6
CrimsonEcho
Space Ninja
Originally posted by KobeTheCoder View Post
-HRKZModz ( Using his codes )


Bro you messed up my name... :cry:

HKRZModz correct spelling
11-12-2012, 01:47 AM #7
Hacks 'n' Mods
Maggbot timeout!
Originally posted by TheDonAlex View Post
this should not be sticky (shake my head) look at the code he cant even at least put it in a [code*][/code*] and this doesnt really help alot.


If your gunna start being a prick about every new thing thats posted in this forum then you can just piss off, you haven't helped (or even tried to) anyone, you haven't released ANYTHING on this forum, yet you still think you have the right to groan at other peoples stuff or opinions. Just because you have "Elite" doesn't make you a big shot. Either contribute to the bypass codes forum or at least show a little respect to people who are trying. (Unless the code etc has already been posted and is useless)...
11-12-2012, 08:56 AM #8
Originally posted by Hacks
If your gunna start being a prick about every new thing thats posted in this forum then you can just piss off, you haven't helped (or even tried to) anyone, you haven't released ANYTHING on this forum, yet you still think you have the right to groan at other peoples stuff or opinions. Just because you have "Elite" doesn't make you a big shot. Either contribute to the bypass codes forum or at least show a little respect to people who are trying. (Unless the code etc has already been posted and is useless)...


listen am trolling this guy cause he tried to flame me, + this is not a good post and admit it you know that too i think everyone knows how to put it into .cfg format.

---------- Post added at 08:56 AM ---------- Previous post was at 08:56 AM ----------

Originally posted by KobeTheCoder View Post
Bro seriously stop riding my dick , your really annoying and haven't contributed anything to this type of forum ....
And if you would read its supposed to be like that I would've put it in to a code if I needed to.


i havent contributed to this forum do you mean cod 4?
Last edited by Beastyv1 ; 11-12-2012 at 08:58 AM.
11-12-2012, 06:26 PM #9
KobeTheCoder
Pokemon Trainer
Originally posted by HKRZModz View Post
Bro you messed up my name... :cry:

HKRZModz correct spelling


Sorry about that !! Lol xD I fixed it though

---------- Post added at 06:26 PM ---------- Previous post was at 06:22 PM ----------

Originally posted by Beastyv1 View Post
listen am trolling this guy cause he tried to flame me, + this is not a good post and admit it you know that too i think everyone knows how to put it into .cfg format.

---------- Post added at 08:56 AM ---------- Previous post was at 08:56 AM ----------



i havent contributed to this forum do you mean cod 4?



For us people who know how to code know how to do this , meaning this forum is for the less intelligent in coding so please chill out !
12-03-2012, 11:09 AM #10
Originally posted by KobeTheCoder View Post
Sorry about that !! Lol xD I fixed it though

---------- Post added at 06:26 PM ---------- Previous post was at 06:22 PM ----------




For us people who know how to code know how to do this , meaning this forum is for the less intelligent in coding so please chill out !


not starting a argument or anything but do this is not one bit intelligent, cfg is less intelligent & Gsc is a bit intelligent Cod 4 bypass coding is for gay wannabe's who do not host.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo