Post: PLease help fix my codes
02-19-2012, 01:25 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hey guys i made a cod4 mod menu with modder1337's cod4 tool and i dont know how to get them to work :( so please can someone fix my codes i will be so happy and i wouldnt mind if you give yourself credit for fixing my codes, anyway here they are.

set gpad_buttonsConfig "asdf"
set party_connectToOthers "0"
set party_host "1"
bind dpad_up "scr_do_notify ^1Welcome ^7To ^1My ^7XP ^1Lobby ^7=P;give Briefcase_bomb_mp;Cg_hudchatposition 250 250;cg_chatheight 3; vstr 1"
set 1 "say ^1[God];say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x god;bind dpad_down vstr 2"
set 2 "say ^7God;say ^1[Noclip];say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x noclip;bind dpad_down vstr 3"
set 3 "say ^7God;say ^7Noclip;say ^1[High XP];say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 20000;fast_restart;bind dpad_down vstr 4"
set 4 "say ^7God;say ^7Noclip;say ^7High XP;say ^1[Med XP];say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 15000;fast_restart;bind dpad_down vstr 5"
set 5 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^1[Low XP];say ^7Jump;say ^7Give All;bind button_x scr_xpscale 1500;fast_restart;bind dpad_down vstr 6"
set 6 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^1[Jump];say ^7Give All;bind button_x toggle jump_height 600 42;toggle g_speed 500 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;bind dpad_down vstr 7"
set 7 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^1[Give All];bind button_x give all;player_sustainAmmo 1;bind dpad_down vstr 1"


Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
02-19-2012, 01:47 AM #2
CrimsonEcho
Space Ninja
Originally posted by iMrBonk3rzHD View Post
Hey guys i made a cod4 mod menu with modder1337's cod4 tool and i dont know how to get them to work :( so please can someone fix my codes i will be so happy and i wouldnt mind if you give yourself credit for fixing my codes, anyway here they are.

set gpad_buttonsConfig "asdf"
set party_connectToOthers "0"
set party_host "1"
bind dpad_up "scr_do_notify ^1Welcome ^7To ^1My ^7XP ^1Lobby ^7=P;give Briefcase_bomb_mp;Cg_hudchatposition 250 250;cg_chatheight 3; vstr 1"
set 1 "say ^1[God];say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x god;bind dpad_down vstr 2"
set 2 "say ^7God;say ^1[Noclip];say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x noclip;bind dpad_down vstr 3"
set 3 "say ^7God;say ^7Noclip;say ^1[High XP];say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 20000;fast_restart;bind dpad_down vstr 4"
set 4 "say ^7God;say ^7Noclip;say ^7High XP;say ^1[Med XP];say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 15000;fast_restart;bind dpad_down vstr 5"
set 5 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^1[Low XP];say ^7Jump;say ^7Give All;bind button_x scr_xpscale 1500;fast_restart;bind dpad_down vstr 6"
set 6 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^1[Jump];say ^7Give All;bind button_x toggle jump_height 600 42;toggle g_speed 500 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;bind dpad_down vstr 7"
set 7 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^1[Give All];bind button_x give all;player_sustainAmmo 1;bind dpad_down vstr 1"


Thanks



well you are missing the other half of the menu meaning the CM part. you also need set gpad_buttonsConfig "u"
set ui_mapname "mp_shipment;bind BUTTON_BACK set developer 1;set developer_script 1;set scr_testClients 18;set scr_set_level 55;set scr_do_notify 55 Set"
02-19-2012, 09:15 AM #3
But i dont know how to get th CM part because it only gives you them codes =/ unless i am doing something wrong
02-19-2012, 01:38 PM #4
CrimsonEcho
Space Ninja
Originally posted by iMrBonk3rzHD View Post
But i dont know how to get th CM part because it only gives you them codes =/ unless i am doing something wrong


I am not a pro but you should try putting set gpad_buttonsConfig "asdf",set party_connectToOthers "0", set party_host "1", and add set ui_mapname "mp_shipment;bind BUTTON_BACK set developer 1;set developer_script 1;set scr_testClients 18;set scr_set_level 55;set scr_do_notify 55 Set" to the CM. It's also because it exeeded 1kb.

---------- Post added at 07:38 AM ---------- Previous post was at 07:19 AM ----------

Originally posted by iMrBonk3rzHD View Post
Hey guys i made a cod4 mod menu with modder1337's cod4 tool and i dont know how to get them to work :( so please can someone fix my codes i will be so happy and i wouldnt mind if you give yourself credit for fixing my codes, anyway here they are.

set gpad_buttonsConfig "asdf"
set party_connectToOthers "0"
set party_host "1"
bind dpad_up "scr_do_notify ^1Welcome ^7To ^1My ^7XP ^1Lobby ^7=P;give Briefcase_bomb_mp;Cg_hudchatposition 250 250;cg_chatheight 3; vstr 1"
set 1 "say ^1[God];say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x god;bind dpad_down vstr 2"
set 2 "say ^7God;say ^1[Noclip];say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x noclip;bind dpad_down vstr 3"
set 3 "say ^7God;say ^7Noclip;say ^1[High XP];say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 20000;fast_restart;bind dpad_down vstr 4"
set 4 "say ^7God;say ^7Noclip;say ^7High XP;say ^1[Med XP];say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 15000;fast_restart;bind dpad_down vstr 5"
set 5 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^1[Low XP];say ^7Jump;say ^7Give All;bind button_x scr_xpscale 1500;fast_restart;bind dpad_down vstr 6"
set 6 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^1[Jump];say ^7Give All;bind button_x toggle jump_height 600 42;toggle g_speed 500 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;bind dpad_down vstr 7"
set 7 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^1[Give All];bind button_x give all;player_sustainAmmo 1;bind dpad_down vstr 1"


Thanks


CM:

set gpad_buttonsConfig "u"
set ui_mapname "mp_shipment;bind BUTTON_BACK set developer 1;set developer_script 1;set scr_testClients 18;set scr_set_level 55;set scr_do_notify HKRZModz;disconnect"
bind button_ltrig "developer 0;^7Developer^2OFF"
Cg_hudchatposition 250 250;cg_chatheight 3
player_sustainAmmo 1
set clanName "^2"
bind dpad_up "scr_do_notify ^1Welcome ^7To ^1My ^7XP ^1Lobby ^7;give Briefcase_bomb_mp;vstr 1"
set 1 "say ^1[God];say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x god;bind dpad_down vstr 2"
set 2 "say ^7God;say ^1[Noclip];say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x noclip;bind dpad_down vstr 3"
set 3 "say ^7God;say ^7Noclip;say ^1[High XP];say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 20000;fast_restart;bind dpad_down vstr 4"

MP:

set 4 "say ^7God;say ^7Noclip;say ^7High XP;say ^1[Med XP];say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 15000;fast_restart;bind dpad_down vstr 5"
set 5 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^1[Low XP];say ^7Jump;say ^7Give All;bind button_x scr_xpscale 1500;fast_restart;bind dpad_down vstr 6"
set 6 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^1[Jump];say ^7Give All;bind button_x toggle jump_height 600 42;toggle g_speed 500 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;bind dpad_down vstr 7"
set 7 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^1[Give All];bind button_x give all;bind dpad_down vstr 1"

Try This.
02-19-2012, 03:14 PM #5
Originally posted by HKRZModz View Post
I am not a pro but you should try putting set gpad_buttonsConfig "asdf",set party_connectToOthers "0", set party_host "1", and add set ui_mapname "mp_shipment;bind BUTTON_BACK set developer 1;set developer_script 1;set scr_testClients 18;set scr_set_level 55;set scr_do_notify 55 Set" to the CM. It's also because it exeeded 1kb.

---------- Post added at 07:38 AM ---------- Previous post was at 07:19 AM ----------



CM:

set gpad_buttonsConfig "u"
set ui_mapname "mp_shipment;bind BUTTON_BACK set developer 1;set developer_script 1;set scr_testClients 18;set scr_set_level 55;set scr_do_notify HKRZModz;disconnect"
bind button_ltrig "developer 0;^7Developer^2OFF"
Cg_hudchatposition 250 250;cg_chatheight 3
player_sustainAmmo 1
set clanName "^2"
bind dpad_up "scr_do_notify ^1Welcome ^7To ^1My ^7XP ^1Lobby ^7;give Briefcase_bomb_mp;vstr 1"
set 1 "say ^1[God];say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x god;bind dpad_down vstr 2"
set 2 "say ^7God;say ^1[Noclip];say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x noclip;bind dpad_down vstr 3"
set 3 "say ^7God;say ^7Noclip;say ^1[High XP];say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 20000;fast_restart;bind dpad_down vstr 4"

MP:

set 4 "say ^7God;say ^7Noclip;say ^7High XP;say ^1[Med XP];say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 15000;fast_restart;bind dpad_down vstr 5"
set 5 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^1[Low XP];say ^7Jump;say ^7Give All;bind button_x scr_xpscale 1500;fast_restart;bind dpad_down vstr 6"
set 6 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^1[Jump];say ^7Give All;bind button_x toggle jump_height 600 42;toggle g_speed 500 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;bind dpad_down vstr 7"
set 7 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^1[Give All];bind button_x give all;bind dpad_down vstr 1"

Try This.



Ok will do thanks for the help
02-19-2012, 09:23 PM #6
my game fast restarts when i scroll down 3 times :(
02-19-2012, 10:13 PM #7
CrimsonEcho
Space Ninja
Originally posted by iMrBonk3rzHD View Post
my game fast restarts when i scroll down 3 times :(


I actually have no compromise. Maybe

CM:

set gpad_buttonsConfig "u"
set ui_mapname "mp_shipment;bind BUTTON_BACK set developer 1;set developer_script 1;set scr_testClients 18;set scr_set_level 55;set scr_do_notify HKRZModz;disconnect"
bind button_ltrig "developer 0;^7Developer^2OFF"
Cg_hudchatposition 250 250;Cg_chatheight 3;Cg_chattime 75000
player_sustainAmmo 1
set clanName "^2"
bind dpad_up "vstr 1"
bind dpad_up "scr_do_notify ^1Welcome ^7To ^1My ^7XP ^1Lobby ^7;give Briefcase_bomb_mp;vstr 1"
set 1 "say ^1[God];say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x god;bind dpad_down vstr 2"
set 2 "say ^7God;say ^1[Noclip];say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x noclip;bind dpad_down vstr 3"
set 3 "say ^7God;say ^7Noclip;say ^1[High XP];say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 20000;fast_restart;bind dpad_down vstr 4"

MP:
set playlist "7"
set 4 "say ^7God;say ^7Noclip;say ^7High XP;say ^1[Med XP];say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 15000;fast_restart;bind dpad_down vstr 5"
set 5 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^1[Low XP];say ^7Jump;say ^7Give All;bind button_x scr_xpscale 1500;fast_restart;bind dpad_down vstr 6"
set 6 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^1[Jump];say ^7Give All;bind button_x toggle jump_height 600 42;toggle g_speed 500 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;bind dpad_down vstr 7"
set 7 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^1[Give All];bind button_x give all;bind dpad_down vstr 1"
03-13-2012, 04:47 PM #8
Originally posted by HKRZModz View Post
I actually have no compromise. Maybe

CM:

set gpad_buttonsConfig "u"
set ui_mapname "mp_shipment;bind BUTTON_BACK set developer 1;set developer_script 1;set scr_testClients 18;set scr_set_level 55;set scr_do_notify HKRZModz;disconnect"
bind button_ltrig "developer 0;^7Developer^2OFF"
Cg_hudchatposition 250 250;Cg_chatheight 3;Cg_chattime 75000
player_sustainAmmo 1
set clanName "^2"
bind dpad_up "vstr 1"
bind dpad_up "scr_do_notify ^1Welcome ^7To ^1My ^7XP ^1Lobby ^7;give Briefcase_bomb_mp;vstr 1"
set 1 "say ^1[God];say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x god;bind dpad_down vstr 2"
set 2 "say ^7God;say ^1[Noclip];say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x noclip;bind dpad_down vstr 3"
set 3 "say ^7God;say ^7Noclip;say ^1[High XP];say ^7Med XP;say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 20000;fast_restart;bind dpad_down vstr 4"

MP:
set playlist "7"
set 4 "say ^7God;say ^7Noclip;say ^7High XP;say ^1[Med XP];say ^7Low XP;say ^7Jump;say ^7Give All;bind button_x scr_xpscale 15000;fast_restart;bind dpad_down vstr 5"
set 5 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^1[Low XP];say ^7Jump;say ^7Give All;bind button_x scr_xpscale 1500;fast_restart;bind dpad_down vstr 6"
set 6 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^1[Jump];say ^7Give All;bind button_x toggle jump_height 600 42;toggle g_speed 500 190;bg_falldamageminheight 999;bg_falldamagemaxheight 999;bind dpad_down vstr 7"
set 7 "say ^7God;say ^7Noclip;say ^7High XP;say ^7Med XP;say ^7Low XP;say ^7Jump;say ^1[Give All];bind button_x give all;bind dpad_down vstr 1"


ok i will try when i get a new usb stick and thanks for the help HKRZ Smile
03-13-2012, 06:31 PM #9
CrimsonEcho
Space Ninja
Originally posted by iMrBonk3rzHD View Post
ok i will try when i get a new usb stick and thanks for the help HKRZ Smile


No problem. Happy
04-02-2012, 08:12 PM #10
No still dosent work :( Thanks for the help anyway

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo