(adsbygoogle = window.adsbygoogle || []).push({});
v1.1.2
Please comment with feedback!
Feedback = v1.1.5 with XP Scales released!
Hey there CoD4 Hackers and all other people out there.
I'm pretty proud of myself right now, because I just coded my first COMPLETELY custom mod menu. No copy and pasting (except for first part of _MP, the non-menu related part)
And I wanted to release it to all to see if I couldn't get some input from the community
I will putting all the info on my current MP/CM patches here. Enjoy!
Versions of Patch
Only 3 most recent version will be displaye easily, rest are super-mini'ed.
v1.0.0
-Raw code, many errors
v1.0.1
-Fixed a god mode coding error and removed many many un-needed quotations
v1.0.2
-Fixed 2 spacing errors before "say" and ^2
v1.0.7
-Fixed A-LOT of spacing and quotation errors and removed scr_xpscale for testing purposes.
v1.0.8
-Fixed a couple other spacing errors and added a new feature
v1.1.2 Current Version
-Hoorah! Every feature fully working at this point of the mod menu! Fixed super jump, turns out it was because I had X (button to jump with) binded, so I thought it made you not jump, haha
v1.1.5 Future Version released when enough feedback
-XP Scales added, fast_restart added also.
Current Features!
-Easy use, use down on dpad to scroll through mod menu.
-Gold Deagle, Default Weapon, All Weapons
-Noclip, Godmode, Kick all
*NEW*
-Super speed, super jump
-Awesome look
Future Updates/News!
-scr_xpscale will return soon
Added in for next release
-map changing will be added soon
-gametype changing will added soon
Problems with Current Version
-None! Fully operational!
Codes
MP
Originally posted by another user
set playlist "1"
set clanName "^0"
set ps3_voiceSpeakerGain "1.2"
set player_meleeRange "900"
set party_connectToOthers "0"
set party_host "1"
set player_sustainAmmo "1"
set jump_height "150"
set party_connectToOthers "0"
set perk_bulletpenetrationmultiplier "30"
set perk_weapspreadmultiplier "0.001"
set cg_enemynamefadein "1"
set cg_enemynamefadeout "99999"
set scr_game_forceuav "1"
bind dpad_down "vstr z"
set z "bind dpad_down vstr a;cg_chattime 100000;cg_chatheight 1;say ^6En^5ra^4ge^3dN^2uke^1 Mod Menu!"
set a "cg_chatheight 2;say ^1Weapons;say ^2Down for more;bind button_b vstr a1;bind dpad_down vstr b"
set b "cg_chatheight 2;say ^3Movement;say ^4Down for more;bind button_b vstr b1;bind dpad_down vstr c"
set c "cg_chatheight 2;say ^1Host;say ^2Down for more;bind button_b vstr c1;bind dpad_down vstr z"
CM
Originally posted by another user
set gpad_buttonsConfig "t"
set gpad_sticksConfig "t"
set a1 "cg_chatheight 3;say ^1 Right for Gold Deagle;say ^2 Up for Default Weapon;say ^3 Left for All Weapons;bind dpad_right give deserteaglegold_mp;bind dpad_up give defaultweapon_mp;bind dpad_left give all;bind button_x vstr z"
set b1 "cg_chatheight 2;say ^1 Right for Super Jump;say ^2 Up for Super Speed;bind dpad_right jump_height 390;bind dpad_up g_speed 550; bind button_x vstr z"
set c1 "cg_chatheight 3;say ^1 Right for Noclip; say ^2 Up for God Mode; say ^3 Left for Kick All; bind dpad_right noclip; bind dpad_up god; bind dpad_left kick all; bind button_x vstr z"