You are viewing our Forum Archives. To view or take place in current topics click here.
cod tool how to make a mod menu
Posted:

cod tool how to make a mod menuPosted:

TTGspratman27
  • New Member
Status: Offline
Joined: Oct 13, 201112Year Member
Posts: 16
Reputation Power: 0
Status: Offline
Joined: Oct 13, 201112Year Member
Posts: 16
Reputation Power: 0
tutorial on cod tool



this is how to make a mod menu on cod tool, first you need to knowthese words:

activeaction -this is important you need this at the start setting to activate the mods

bind -means when pressed. example:bind dpad_left noclip (when pressed left on dpad turn on noclip)

bind2 -means the same a bind but still dose the thing its supposed to do likeif i wanted to press start to activate

the mod menu bind2 means that it would open the mod menu and open the start menu

dvar -the mod code

vstr -means got to the setting(?)

setting -name of the string

value -this is where you put the mods in

set -this is used to make mod menus it is hard to understand at first but you understand it after a while. it means
use this to select this. example (bind dpad_left vstr 1) then (set 1 noclip)and then on a different bit of the menu you can put
(set 1 god)

; -you need the semicolon to seperate mods. example:jump_height "999";player_sustainAmmo "1"


______________________________________________________________________________________________________________________


how to make a mod menu tutorial


go to the advanced section and follow these instructions

setting:activeaction
value:bind2 button_start vstr a
(you need to put this to start the mod menu this means press start to activeate mods:go to setting a)
add setting

setting:a
value:vstr b;vstr c;vstr D;vstr e;vstr f;vstr g;vstr h;vstr i;vstr j
(this means activeate all these settings
now add setting

setting:b
value:jump_height "999";player_sustainAmmo "1";g_speed "500"
(in the value put whatever mods you want)
now add setting

setting:c
value:party_host "1";party_connectToOthers "0";party_iamhost "1"
now add setting

setting:d
value:superuser "1";developeruser "1:;perk_weapRateMultiplier "0.001"
now add setting

setting:e
value:player_sprintSpeedScale "5.0";g_gravity "175"
now add setting

setting:f
value:cg_laserForceOn "1";phys_gravity "99";
now add setting

setting:g
value:bg_fallDamageMaxHeight "999";bg_fallDamageMinHeight "998"
now add setting

setting:h
value:^1M^2O^3D^4S_^5O^6N;bind dpad_left god
now add setting

setting:i
value:bind dpad_right noclip;bind dpad_up give all
now add setting

setting:j
value:bind dpad_down dropweapon
now add setting


save changes and then you have made a mod menu





______________________________________________________________________________________________________________________






(how to do stuff):



how to make writing on your screen:
on your value just put in some writing. to make couloured writing put one of the codes in bellow behind a letter or a word
or a sentence.
(colours)
^1 = red
^2 = green
^3 = yellow
^4 = blue
^5 = light blue
^6 = purple
^7 = white
^9 = grey
^0 = black
you cannot use spaces so you use underscore _ insted.




example:^1mods_^2on



how to make a toggle:(like toggle game speed to different speeds)



example:toggle timescale 1 5 10 0.2
(change time scale)



(Button Binds);




bind BUTTON_RTRIG - Right Trigger
bind BUTTON_LTRIG - Left Trigger
bind BUTTON_RSHLDR - Right Bumper
bind BUTTON_LSHLDR - Left Bumper
bind BUTTON_RSTICK - Right Stick
bind BUTTON_LSTICK - Left Stick
bind BUTTON_A - A Button
bind BUTTON_B - B Button
bind BUTTON_X - X Button
bind BUTTON_Y - Y Button
bind DPAD_UP - DPad Up
bind DPAD_DOWN - DPad Down
bind DPAD_LEFT - DPad Left
bind DPAD_RIGHT - DPad Right
bind Button_back - Back button
bind button_start - Start button
bind apad_up - Left analog stick forward

The following 1 user thanked TTGspratman27 for this useful post:

SlasherXxXx (07-31-2012)
#2. Posted:
SlasherXxXx
  • New Member
Status: Offline
Joined: Jan 16, 201212Year Member
Posts: 29
Reputation Power: 1
Status: Offline
Joined: Jan 16, 201212Year Member
Posts: 29
Reputation Power: 1
awesome tut XD i was trying to finish my mod menu 50% complete thanks
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.