Post: Need Coding help!
11-08-2010, 12:27 PM #1
OuTCazT
QSing DoesntMeanUrGood
(adsbygoogle = window.adsbygoogle || []).push({}); Im trying to make i cod4 mod menu
i have one menu but when i try to make another my codes dont work.
Please help
(adsbygoogle = window.adsbygoogle || []).push({});
11-18-2010, 12:59 AM #2
Originally posted by OuTCazT View Post
Im trying to make i cod4 mod menu
i have one menu but when i try to make another my codes dont work.
Please help


MP me Winky Winky I'll Help Happy
12-05-2010, 08:55 PM #3
Originally posted by OuTCazT View Post
Im trying to make i cod4 mod menu
i have one menu but when i try to make another my codes dont work.
Please help


Well, seeing as I was the first one to release the mod menu codes, I'd be more than happy to help.
12-07-2010, 05:29 PM #4
OuTCazT
QSing DoesntMeanUrGood
Originally posted by FourzerotwoFAILS View Post
Well, seeing as I was the first one to release the mod menu codes, I'd be more than happy to help.


alryte thanks dude. heres my codes

Mp


set vs3 "bind dpad_up toggle r_debugShader 0 1 2 3 4;bind dpad_right toggle r_colorMap 0 1 2 3 4;bind dpad_down toggle r_clearColor 0 0 0 0 1 1 1 1;say ^5Visions;say ^3up for rainbow ^6right for other colors ^2down for clear color"
set vs4 "bind dpad_up r_filmTweakLightTint 1.06 0.5 1.3;bind dpad_right r_filmTweakLightTint 0.6 1.45 0.3;bind dpad_down toggle r_filmtweakenable 1 0;r_filmusetweaks 1;r_filmTweakInvert 1;say ^6Colors;say ^5Up for color1 ^3right for color2 ^2down toggle on/off"
set a3 "bind dpad_up god;bind dpad_right give all;bind dpad_down noclip;say ^2Normal;say ^3up for god ^3right for all ^6down for noclip"
set a4 "bind dpad_down toggle jump_height 999 39;bind dpad_right toggle friction 0 5;bind dpad_down toggle g_gravity 100 800;say ^2Fun;say ^5up=jump ^2right=friction ^6down=gravity"
bind button_ltrig "vstr a"
bind button_b "vstr vs"
bind Button_X "vstr xp"
bind button_rtrig "fast_restart"


CM


set gpad_buttonsConfig "default_systemlink"
set input_autoAim "1"
set a "vstr a1"
set a1 "vstr a3;set a vstr a2"
set a2 "vstr a4;set a vstr a1"
set vs "vstr vs1"
set vs1 "vstr vs3;set vs vstr vs2"
set vs2 "vstr vs4;set vs vstr vs1"
set xp "vstr xp1"
set xp1 "vstr xp3;set xp vstr xp2"
set xp2 "vstr xp4;set xp vstr xp1"
set xp3 "bind dpad_up scr_xpscale 400;bind dpad_right scr_xpscale 3000;bind dpad_down scr_xpscale 4000;say ^2 +xp menu;say up=2000 right=15000 down=2000"
set xp4 "bind dpad_up scr_xpscale -10000;bind dpad_right scr_xpscale -1000000;bind dpad_down scr_xpscale -300000;say ^1 -xp!;say up=-A Lot ^2right=-A Lot More ^6down=****=(("


How do i add another menu?
12-07-2010, 07:30 PM #5
Originally posted by OuTCazT View Post
alryte thanks dude. heres my codes

Mp


set vs3 "bind dpad_up toggle r_debugShader 0 1 2 3 4;bind dpad_right toggle r_colorMap 0 1 2 3 4;bind dpad_down toggle r_clearColor 0 0 0 0 1 1 1 1;say ^5Visions;say ^3up for rainbow ^6right for other colors ^2down for clear color"
set vs4 "bind dpad_up r_filmTweakLightTint 1.06 0.5 1.3;bind dpad_right r_filmTweakLightTint 0.6 1.45 0.3;bind dpad_down toggle r_filmtweakenable 1 0;r_filmusetweaks 1;r_filmTweakInvert 1;say ^6Colors;say ^5Up for color1 ^3right for color2 ^2down toggle on/off"
set a3 "bind dpad_up god;bind dpad_right give all;bind dpad_down noclip;say ^2Normal;say ^3up for god ^3right for all ^6down for noclip"
set a4 "bind dpad_down toggle jump_height 999 39;bind dpad_right toggle friction 0 5;bind dpad_down toggle g_gravity 100 800;say ^2Fun;say ^5up=jump ^2right=friction ^6down=gravity"
bind button_ltrig "vstr a"
bind button_b "vstr vs"
bind Button_X "vstr xp"
bind button_rtrig "fast_restart"


CM


set gpad_buttonsConfig "default_systemlink"
set input_autoAim "1"
set a "vstr a1"
set a1 "vstr a3;set a vstr a2"
set a2 "vstr a4;set a vstr a1"
set vs "vstr vs1"
set vs1 "vstr vs3;set vs vstr vs2"
set vs2 "vstr vs4;set vs vstr vs1"
set xp "vstr xp1"
set xp1 "vstr xp3;set xp vstr xp2"
set xp2 "vstr xp4;set xp vstr xp1"
set xp3 "bind dpad_up scr_xpscale 400;bind dpad_right scr_xpscale 3000;bind dpad_down scr_xpscale 4000;say ^2 +xp menu;say up=2000 right=15000 down=2000"
set xp4 "bind dpad_up scr_xpscale -10000;bind dpad_right scr_xpscale -1000000;bind dpad_down scr_xpscale -300000;say ^1 -xp!;say up=-A Lot ^2right=-A Lot More ^6down=****=(("


How do i add another menu?


The Variable strings look wrong and it looks too big !
12-07-2010, 08:11 PM #6
OuTCazT
QSing DoesntMeanUrGood
Originally posted by I
The Variable strings look wrong and it looks too big !


it all works.
is that why i cant put another one?
its just too big?
12-07-2010, 09:16 PM #7
Originally posted by OuTCazT View Post
it all works.
is that why i cant put another one?
its just too big?


Yea it's just too big, thats all. Try simplifying the say commands to like up=1 down=2 left=3 or whatever. Also, I have a tutorial on how to make more than one mod menu, so you could always check that out.
12-07-2010, 10:09 PM #8
Errors
Keeper
Yup, codes are WAY to big. Good luck with new codes.
12-07-2010, 10:35 PM #9
OuTCazT
QSing DoesntMeanUrGood
Originally posted by FourzerotwoFAILS View Post
Yea it's just too big, thats all. Try simplifying the say commands to like up=1 down=2 left=3 or whatever. Also, I have a tutorial on how to make more than one mod menu, so you could always check that out.


yea i read that. shyt was confusing.
12-08-2010, 12:40 AM #10
Originally posted by I
The Variable strings look wrong and it looks too big !


What's the groan for mate? Usually there's a reason for someone to groan

---------- Post added at 07:40 PM ---------- Previous post was at 07:39 PM ----------

Originally posted by OuTCazT View Post
yea i read that. shyt was confusing.


Well if you need help, let me know.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo