Post: modmenu plus tutorial
10-31-2010, 05:29 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); these are some codes that are pretty usefull plus i will be showing how to make a modmenu


MODDING clantag & costom classes and MOTD if your new

modding your clan tag is pretty easy were it sayes clanname thats your clan tag you can only use four letters or it wont work and if you want to add colors you put this symbol ^ then a number to define the color you want
^0 black
^1 red
^2 green
^3 yellow
^4 blue
^5 cyan
^6 purple
^7 white or pink
^8 grey
^9 random
here are some symbols you can add
† ‡ ˆ ‰ Š ‹ Œ . Ž • — ˜ ™ š › œ ž Ÿ ¡ ¢ £ ¤ \
¥ ¦ § ¨ © ª « ¬ ® ¯ ° ± ² ³ ´ µ ¶ • ¸ ¹ º » ¿ ☼
if you want the L3 & R3 symbols you put ¼½


For the costom classes you write
set customclass1 ""
set customclass2 ""
and so on
you can write what ever you want in between the two "" as long as you dont write to much it should work you can add some of the stuff from above.

And for the message of the day you would put
set motd "insert text" and write what ever you want
there is a limit to how much you can write u should probably use hexediter for that
you can download it from google for free

basic bindes
when you bind something you bound a command to a button like
bind DPAD_DOWN "god"
that would mean that if you press down on the dpad it would activate godmode
here are all the buttons
bind DPAD_DOWN
bind DPAD_UP
bind DPAD_RIGHT
bind DPAD_LEFT
bind BUTTON_X sqaure
bind BUTTON_Y triangle
bind BUTTON_B circle
bind BUTTON_A x
bind BUTTON_BACK select
bind BUTTON_START start
bind BUTTON_LTRIG L2
bind BUTTON_RTRIG R2

commands
you need to put "" around the command
god
no clip
UFO
toggle jump_height 36 68 1000
give brick_blaster_mp
give m4oa3_mp or any other weapon
toggle g_speed 0.5 3 9.4 2
toggle timescale 0.5 3 9.42
give all
toggle g_gravity 100 525
g_gametype sd
toggle xpscale 500 1000000
or any others you can think of
and if you want automatic fire you put
set af "vstr af1"
set af1 "vstr afe ; set af vstr af2"
set af2 "vstr afd ; set af vstr af1"
set afe "+attack ; +toggleads_throw"
set afd "-attack ; -toggleads_throw"
bind DPAD_UP "vstr"

and here is the code for ranked private match_this is a bind
"xblive_privatematch 0;xblive_rankedmatch 1;wait 10;fast_restart"

if you want it to work for splitscreen you put
"xblive_privatematch 0;xblive_rankedmatch 1;onlinegame 1;wait 10;fast_restart"




and now for the modmenu
i would advise that you put
set Cg_hudchatposition "310 250"
in garado cm it makes the writing appear in the middle of your screen helpfull for modmenu
now to get started on the menu
say you want to make two menu's you would put
bind BUTTON_X "vstr xp"
set xp "vstr xp1"
set xp1 "vstr xp3;set xp vstr xp2"
set xp2 "vstr xp4;set xp vstr xp1"
set xp3 "INSERT COMMANDS HERE"
set xp4 "INSERT COMMANDS HERE"
so you would press sqaure to change menu

and if you wanted 3modmenus you would put

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 xp3 "INSERT COMMANDS HERE"
set xp5 "INSERT COMMANDS HERE"
set xp6 "INSERT COMMANDS HERE"

and if you want 4 menus you would put
bind BUTTON_X "vstr xp"
set xp "vstr xp1"
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"
set xp5 "INSERT COMMANDS HERE"
set xp6 "INSERT COMMANDS HERE"
set xp7 "INSERT COMMANDS HERE"
set xp8 "INSERT COMMANDS HERE"

you should make it tell you what menu you are on or elese it will just be realy hard to understand when your in game
so it should look something like this
altough it shouldent actually say INSERT COMMANDS HERE

bind BUTTON_X "vstr xp"
set xp "vstr xp1"
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"
set xp5 "bind dpad_left god;say menu1"
set xp6 "INSERT COMMANDS HERE;say menu2"
set xp7 "INSERT COMMANDS HERE;say menu3"
set xp8 "INSERT COMMANDS HERE;say menu4"

and when you put binds in to a modmenu its not in capitals

here is the menu i made
mp
bind BUTTON_RTRIG "vstr xp"
set xp "vstr xp1"
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"
set xp5 "bind dpad_down god;bind dpad_right UFO;bind dpad_up give all;say ^6PLAYER;say ^1down=godmode.^2right=UFO.^6up=allweapons"
set xp6 "bind dpad_down toggle g_gravity 100 525;bind dpad_right toggle timescale 0.5 1;bind dpad_up toggle jump_height 1000 150;bg_fallDamageMaxHeight 99999;say ^0HOSTING;say ^3down=lowgravity.^6right=slowmotion^1up=jumphight"
set xp7 "bind dpad_down fast_restart;scr_dm_timelimit 0;scr_dm_scorelimit 0;toggle scr_xpscale 2000;bind dpad_right fast_restart;toggle scr_xpscale 500;say ^6XP;say ^1right=1000.^4down=^6NOOBE"
set xp8 "bind dpad_down give brick_blaster_mp;bind dpad_right give m4oa3_mp;say ^6EXTRAS;say ^4HIDDENWEAPONS"
bind BUTTON_LTRIG "xblive_privatematch 0;xblive_rankedmatch 1;onlinegame 1;wait 10;fast_restart"

here are the cm codes

set gpad_buttonsConfig "butt0ns_d3fault"
set gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set r_gamma "1"
set snd_volume "0.8"
set input_invertPitch "0"
set input_autoAim "1"
set gpad_sticksConfig "enable_art"
set cg_enemyNameFadeIn "0"
set cg_enemyNameFadeOut "9999999"
set cg_drawThroughWalls "1"
set aim_lockon_debug "1"
set customclass1 "^0ALL^1CRED^3TO"
set customclass2 "^6T^2P^4K"
set g_antilag "1"
set Cg_hudchatposition "310 250"
set MOTD "^1vist^6tpkchronic100^2at^1YOUTUBE"
set party_connectToOthers "0"
set party_host "1"
set perk_weapSpreadMultiplier "0.0001"
set perk_bulletPenetrationMultiplier "1000"
set perk_bulletDamage "1000"
set playlist "12"
set clanName "^6"
set player_sustainAmmo "1"
set cg_laserForceOn "1"
set ps3_voiceSpeakerGain "5.0"
set player_meleeRange "999"
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to tpkchronic2020 for this useful post:

AgentKing-Botz, oosterbaanjes
11-01-2010, 08:28 PM #2
not all credit to u i got the clan tag symbols and sent them to u so thereCool Man (aka Tustin)Cool Man (aka Tustin)Cool Man (aka Tustin)Cool Man (aka Tustin)
11-01-2010, 08:42 PM #3
Outie:black:Claps:p:derp::beer::pedo::pedo:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo