What's new

Discussion I need help making codes

  • Thread starter SmuexxiBunneh
  • Start date
  • Views 376
S

SmuexxiBunneh

Newbie
Messages
7
Reaction score
0
Points
35
Sin$
7
I would like some help using codtool4.1 The 3.0 menu tool is confusing me. Can somebody make a video?
 
S

SmuexxiBunneh

Newbie
Messages
7
Reaction score
0
Points
35
Sin$
7
which tool is it?,
what menu does it make also?

It is under Cod4 and it creates Mod menus made from things already ingame such as unlocking challenges with dev codes etc. I want to make a menu that acts like a challenge lobby but I dont even know basic :|

BTW this menu maker is for PS3 I like it because it is easy to mod :3_ It uses GPAD0_MP.PRF and GPAD0_CM.PRF Files, You mod the origional codes to dev codes.. Here is a basic code I made with 2.0 menu maker:

MP:

set playlist "7"
set party_connectToOthers "0"
set party_host "1"
set a "Cg_hudchatposition 300 300;say [^1UFO];bind DPAD_UP vstr l;bind DPAD_DOWN vstr b;bind BUTTON_X ufo;cg_chatheight 1"
set b ";say [^1Noclip];bind DPAD_UP vstr a;bind DPAD_DOWN vstr c;bind BUTTON_X noclip"
set c ";say [^1God mode];bind DPAD_UP vstr b;bind DPAD_DOWN vstr d;bind BUTTON_X god"
set d ";say [^1Aim Bot];bind DPAD_UP vstr c;bind DPAD_DOWN vstr e;bind BUTTON_X toggle aim_lockon_debug 1 0"
set e ";say [^1Unlimited Ammo];bind DPAD_UP vstr d;bind DPAD_DOWN vstr f;bind BUTTON_X player_sustainAmmo 1"
set f ";say [^1Give All];bind DPAD_UP vstr e;bind DPAD_DOWN vstr g;bind BUTTON_X give all"
set g ";say [^1Default Weapon];bind DPAD_UP vstr f;bind DPAD_DOWN vstr h;bind BUTTON_X give defaultweapon_mp"
bind button_LTRIG "cg_fov 80"
bind button_RTRIG "toggle timescale 2.0 1.0"
set clanName "^2"


CM:

set t "cg_chatheight 0;bind BUTTON_X +gostand;bind DPAD_UP +actionslot 1;r_filmtweakenable 0;bind DPAD_DOWN vstr a"
set h ";say [^1Shoot bricks];bind DPAD_UP vstr g;bind DPAD_DOWN vstr i;bind BUTTON_X give brick_blaster_mp"
set i ";say [^1Cod Jumper];bind DPAD_UP vstr h;bind DPAD_DOWN vstr j;bind BUTTON_X toggle jump_height 220 42;toggle g_speed 250 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;"
set j ";say [^1Chrome];bind DPAD_UP vstr i;bind DPAD_DOWN vstr k;bind BUTTON_X toggle r_specularmap 2 0"
set k ";say [^1];bind DPAD_UP vstr j;bind DPAD_DOWN vstr l;bind BUTTON_X toggle r_specularmap 2 0"
set l ";say [^1];bind DPAD_UP vstr k;bind DPAD_DOWN vstr a;bind BUTTON_X toggle r_specularmap 2 0"
bind button_RSTICK "toggle timescale 0.5 1.0"
set gpad_buttonsConfig "asdf"
bind DPAD_DOWN "vstr a"
set perk_weapSpreadMultiplier 0
set cg_laserForceOn 1
set player_sustainAmmo 1
set cg_drawThroughWalls 1 ; set cg_enemyNameFadeIn 0 ; set cg_enemyNameFadeOut 900000
 
Top Bottom
Login
Register