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 )
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked KobeTheCoder for this useful post:

Hacks 'n' Mods
12-03-2012, 11:53 AM #11
KobeTheCoder
Pokemon Trainer
Originally posted by Beastyv1 View Post
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.


Funny , your in the same section calling us gay Not Happy or Sad go to sleep Kidd.....

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo