Post: COD4 - How to create a basic mod menu (for noobs PS3)
12-11-2011, 10:28 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); YOU MUST READ THE WHOLE TUTORIAL:

Most of you already no how to create a mod menu this way because it is very simple if you know how to hack. You will have to use the bypass method (suggest elite mossy patch blocker) in order for it to work.

First you put your cod4 savegame onto your pc and open GPAD0_CM and GPAD0_MP (with notepad) and delete everything that is in both of them.

Then in GPAD0_CM , you are going to wanna put this:

set gpad_buttonsConfig "tonsillitis"
set input_autoAim "1"


Then if you wanna play online with your menu(force host) put this:

set party_connectToOthers "0"
set party_host "1"


Now for the menu code, put this:

set xp "vstr xp1"


Now to decide how many menus you want:

If you want 2 menus put:

set xp1 "vstr xp3 ; set xp vstr xp2"
set xp2 "vstr xp4 ; set xp vstr xp1"


If you want 3 menus put:

set xp1 "vstr xp4 ; set xp vstr xp2"
set xp2 "vstr xp5 ; set xp vstr xp3"
set xp3 "vstr xp6 ; set xp vstr xp1"

If you want 4:
set xp1 "vstr xp5 ; set xp vstr xp2"
set xp2 "vstr xp6 ; set xp vstr xp3"
set xp3 "vstr xp7 ; set xp vstr xp4"
set xp4 "vstr xp8 ; set xp vstr xp1"


If you can see how the pattern goes you can have as many menus as you want (note: You can only have about 5 before the space in both files run out:
Im going to have 3 menus for this tutorial. OK at the moment this should be your code in GPAD0_CM - (You shouldn't have anything in GPAD0_MP):


set gpad_buttonsConfig "tonsillitis"
set input_autoAim "1"
set party_connectToOthers "0"
set party_host "1"
set xp "vstr xp1"
set xp1 "vstr xp4 ; set xp vstr xp2"
set xp2 "vstr xp5 ; set xp vstr xp3"
set xp3 "vstr xp6 ; set xp vstr xp1"

Ok now you are going to want to add your mods your menus. For your first menu put:

set xp4 " "

In the speech marks put what you want you do (with the binds) Im going to use the four Dpads, the R2 button to say something and Im going to make it say something when you get onto the menu. So, I'm going to put this:

set xp4 "say^4MODS ; bind BUTTON_RTRIG say Get ready to get pwned ; bind dpad_up god ; bind dpad_down noclip ; bind dpad_left give all ; bind dpad_right player_sustain ammo 1"


The controls for this menu are:
dpad up - god mode
dpad down - no clip
dapd left - give all weapons
dpad right - infinite ammo
R2 - a message comes up saying - Get ready to get pwned

Copy this into your GPAD0_CM and feel free to change the mods.

Now for menu 2 - READ IMPORTANT : The max size for GPAD0_CM and GPAD0_MP is 1025 bytes so put this and everything else you put into GPAD0_MP.

set xp5 " "

Then you put more mods and crap into that one. Im putting super jump, speed, gravity and laser:

set xp5 "say^4TOGGLES ; bind dpad_up set jump_height 999 ; bind dpad_down g_speed 999 ; bind dpad_left g_gravity 998 ; bind dpad_right toggle cg_laserforceon 1 0"

You should be able to see which 1 is which

For your 3rd menu:

set xp6 " "


I will put in this 1 some random mods - fast restart, third person, default weapon and slow mo:


set xp6 "say^4RANDOM ; bind dpad_up fast_restart ; bind dpad_down toggle cg_thirdperson 1 0 ; bind dpad_left give defaultweapon_mp ; bind dpad_right toggle timescale 0.3 1.0"

And that's your three menus:
At the end your going to want to put:

bind BUTTON_BACK "vstr xp ; say menu changed"

This makes it so when you press select, the menu changes to the next one. You have to press select to get the 1st one. You will know which menu your on because it will say either MODS , TOGGLES or RANDOM. You should be able to see that in the code. OK your complete codes should look like this.

GPAD0_CM:


set gpad_buttonsConfig "tonsillitis"
set input_autoAim "1"
set party_connectToOthers "0"
set party_host "1"
set xp "vstr xp1"
set xp1 "vstr xp4 ; set xp vstr xp2"
set xp2 "vstr xp5 ; set xp vstr xp3"
set xp3 "vstr xp6 ; set xp vstr xp1"set xp4 "say^4MODS ; bind BUTTON_RTRIG say Get ready to get pwned ; bind dpad_up god ; bind dpad_down noclip ; bind dpad_left give all ; bind dpad_right player_sustain ammo 1"



GPAD0_MP:


set xp5 "say^4TOGGLES ; bind dpad_up set jump_height 999 ; bind dpad_down g_speed 999 ; bind dpad_left g_gravity 998 ; bind dpad_right toggle cg_laserforceon 1 0"
set xp6 "say^4RANDOM ; bind dpad_up fast_restart ; bind dpad_down toggle cg_thirdperson 1 0 ; bind dpad_left give defaultweapon_mp ; bind dpad_right toggle timescale 0.3 1.0"
bind BUTTON_BACK "vstr xp ; say menu changed"


And that's your menu but with your mods.


If you want my menu but with 5 menus copy these into yours:

GPAD0_CM

set gpad_buttonsConfig "tonsillitis"
set input_autoAim "1"
set party_connectToOthers "0"
set party_host "1"
set customclass1 "^5www.youtube.com/nitronickyTV"
set clanname "^5NN"
set xp "vstr xp1"
set xp1 "vstr xp6 ; set xp vstr xp2"
set xp2 "vstr xp7 ; set xp vstr xp3"
set xp3 "vstr xp8 ; set xp vstr xp4"
set xp4 "vstr xp9 ; set xp vstr xp5"
set xp5 "vstr xp10 ; set xp vstr xp1"
set xp6 "say^2MAIN^3|^1MODS ; bind BUTTON_RTRIG say up is no clip - down is godmode - left is all weapons - right is infinite ammo ; bind dpad_up noclip ; bind dpad_down god ; bind dpad_left give all ; bind dpad_right player_sustainammo 1"
set xp7 "say^4GAME^3|^1SETTINGS ; bind BUTTON_LTRIG fast_restart ; bind BUTTON_RTRIG say up is toggle fast motion - down is toggle slow motion - left is kick all - right is toggle xp per kill - L2 is restart(after xp) ; bind dpad_up toggle timescale 2.5 1.0 ; bind dpad_down toggle timescale 0.5 1.0 ; bind dpad_left kick all ; bind dpad_right toggle scr_xpscale 700 1"



GPAD0_MP


set xp8 "say^4TOGGLES ; bind BUTTON_RTRIG say up is super speed - down is super jump - left is super gravity - right is laser ; bind dpad_down set jump_height 999 ; bind dpad_up g_speed 999 ; bind dpad_left g_gravity 800 ; bind dpad_right toggle cg_laserforceon 1 0"
set xp9 "say^3VISIONS ; bind BUTTON_RTRIG say up is rainbow vision down is promod left is third person right is see enemies through walls ; bind dpad_up toggle r_debugShader 0 1 2 3 4 ; bind dpad_down toggle cg_fov 100 1 ; bind dpad_left toggle cg_thirdperson 1 0 ; bind dpad_right set cg_drawThroughWalls 1"
set xp10 "say^1WEAPONS ; bind BUTTON_RTRIG say up is take all weapons - down is brick blaster - left is default weapon - right is gold desert eagle ; bind dpad_up take all ; bind dpad_down give brick_blaster_mp ; bind dpad_left give defaultweapon_mp ; bind dpad_right give deserteaglegold_mp"
bind BUTTON_BACK "vstr xp ; say nitronickyTV mod menu - press R2 to see what buttons to press"



Thanks for reading please rep
For cod4 mods or you want to do partnership modding and stuff add on PS3:

x_BCFC-BEAST_x
(adsbygoogle = window.adsbygoogle || []).push({});
12-12-2011, 05:01 PM #11
SupImBirdy
Climbing up the ladder
How the F could I forget?! D*m I'm dumb! I forgot put correy ! He is actually really good coffee! <3

The following user thanked SupImBirdy for this useful post:

Correy
12-12-2011, 05:35 PM #12
Correy
I'm the Original
Originally posted by EliteFa7e View Post
yeah...
its only vstr strings

try to make .gsc menu in c, this is only xml... its easy


nothing which i already havent done, if you look at my threads you'll see i create the SMALLEST EVER GSC menu, a .FF viewer and so one :yuno:
and .gsc menu is the language, not C.. and CFG is CFG not xml.. xml is a form of html & php combined.
12-12-2011, 08:49 PM #13
Originally posted by Correy View Post
nothing which i already havent done, if you look at my threads you'll see i create the SMALLEST EVER GSC menu, a .FF viewer and so one :yuno:
and .gsc menu is the language, not C.. and CFG is CFG not xml.. xml is a form of html & php combined.


sorry, but i cant answer because im italian and i cant explain for my bad english Sad Awesome
12-12-2011, 09:03 PM #14
Originally posted by Correy View Post
nothing which i already havent done, if you look at my threads you'll see i create the SMALLEST EVER GSC menu, a .FF viewer and so one :yuno:
and .gsc menu is the language, not C.. and CFG is CFG not xml.. xml is a form of html & php combined.
Correy Yoo Wad Up Yo Are You Still Bypassing Or Just Hosting CL's

---------- Post added at 04:03 PM ---------- Previous post was at 04:03 PM ----------

Originally posted by SupImBirdy View Post
How the F could I forget?! D*m I'm dumb! I forgot put correy ! He is actually really good coffee! <3
Yoo Was Up SupImBirdy How You Been??
12-12-2011, 09:51 PM #15
SupImBirdy
Climbing up the ladder
Do i know you?!
12-12-2011, 11:18 PM #16
Originally posted by SupImBirdy View Post
No your not?! Professional codders are fourzerotwofails , codglitcher, bananaman !monkeybomb!
Lol I Didnt Mean That I Meant That Im Really Good At Coding Now Smile Besides You Leftout Yourself :p Your Professional To
12-12-2011, 11:43 PM #17
Correy
I'm the Original
Originally posted by ToyModz View Post
Correy Yoo Wad Up Yo Are You Still Bypassing Or Just Hosting CL's

---------- Post added at 04:03 PM ---------- Previous post was at 04:03 PM ----------

Yoo Was Up SupImBirdy How You Been??


just chilling :whistle:
12-12-2011, 11:50 PM #18
Originally posted by Correy View Post
just chilling :whistle:
Same Here Bout To Release My 1st 1st 1st Ever Sub-Menu Ive Made Might Be Stupid :(
12-14-2011, 02:25 AM #19
Originally posted by ToyModz View Post
:P But Good Thread Bout To Post My Unreleased codes They Are ****ing LEGIT!


Riqht Awesome face Lol

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo