You are viewing our Forum Archives. To view or take place in current topics click here.
COD4 mod menu code
Posted:

COD4 mod menu codePosted:

ii_Andyy
  • New Member
Status: Offline
Joined: Aug 15, 201113Year Member
Posts: 7
Reputation Power: 0
Status: Offline
Joined: Aug 15, 201113Year Member
Posts: 7
Reputation Power: 0
I have been working on a mod menu code and i have eventually finished it
CM

set gpad_buttonsConfig "default_systemlink"

set input_autoAim "1"

set xp6 "bind dpad_down scr_xpscale 200 ; bind dpad_right scr_xpscale 3000 ; bind dpad_left scr_xpscale 2147000 ; bind dpad_up scr_xpscale -2147000 ; say ^2Xp ^1MenU"

set xp7 "bind dpad_down give brick_blaster_mp ; bind dpad_right give defaultweapon_mp ; say ^3GuN ^5MenU"

set xp8 "bind dpad_down fast_restart;xblive_privatematch 0;xblive_rankedmatch 1;onlinegame 1 ; bind dpad_right timescale 1.0 ; bind dpad_up timescale 12.0 ; bind dpad_left timescale 0.5 ; say ^6match ^1MeNu"

set clanName "^0"

MP

set Cg_hudchatposition "310 250"

set party_connectToOthers "0"

set party_host "1"

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 noclip ; bind dpad_right god ; bind dpad_up give all ; say ^2Super ^6Mods^1"

set perk_weapRateMultiplier "0.0000000001"

set perk_weapReloadMultiplier "0.0000000001"

set perk_weapSpreadMultiplier "0.0000000001"

set player_sustainAmmo "1"

bind BUTTON_LTRIG "jump_height 0 ; g_speed 0 ; say ^0Subscribe to ^2Youtube.com/user/ ^3iiAndyy

bind BUTTON_RTRIG "jump_height 999 ; bg_fallDamageMaxHeight 999 ; bg_fallDamageMinHeight 999 ; g_speed 700 ; say ^0 Modded by iA-n-d-y
bind BUTTON_X "vstr xp ; say ^3iA-n-d-y is the BEST ^0{@@}
set customclass1 "^4iAndy"
set customclass2 "^3iAndy"
set customclass3 "^4iAndy"
set customclass4 "^3iAndy"
set customclass5 "^4iAndy"

I took me a lot of time to do this so please thank the topic and +REP
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.