Originally posted by nitronickyTV
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
This is the biggest rip off of my tutorial I've seen. It was posted about a year and a half back and I was also the first to release this method. Not only did you rip it off, but you called it noob friendly. There are much easier ways of making menus now. And don't even try to ask for rep. All you're getting is negative rep.