Post: Hack problem Cod4 controls
04-13-2010, 12:26 AM #1
Default Avatar
tehtk
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Hi, can someone tell me what Im doing wrong ?

I want to have a simple say cmd on my Dpad_Left

so here is my code.


CM
Originally posted by another user
set gpad_buttonsConfig "butt0ns_d3fault"
set gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set gpad_sticksConfig "thumbstick_d3fault"
set nightVisionDisableEffects "1"
set r_gamma "1"
set snd_volume "0.8"
set input_invertPitch "0"
set input_viewSensitivity "6"
set waypointIconHeight "1"
set waypointIconWidth "1"
set perk_extraBreath "0"
set perk_sprintMultiplier "0"
set perk_weapRateMultiplier "1.00"
set perk_weapReloadMultiplier "0.9"
set perk_weapSpreadMultiplier "0.999"
set perk_explosiveDamage "1"
set perk_armorVest "100"
set perk_bulletPenetrationMultiplier "30"
set perk_bulletDamage "56"
set perk_bullet_penetrationEnabled "1"
set perk_bullet_penetrationMinFxDist "39"
set cg_brass "0"
set cg_blood "0"
set player_meleeRange "28"
set input_autoAim "0"
set aim_autoaim_enabled "0"
set aim_lockon_debug "0"


MP

Originally posted by another user
set playlist "5"
set clanName "^5©"
set cg_drawShellshock "0"
set ps3_voiceSpeakerGain "5.5"
set motd "Player"
set customclass1 "^1M16"
set customclass2 "^0ŔK~7^34µ"
set customclass3 "^0ÁK~^147"
set customclass4 "^0M4^2ŘA3"
set customclass5 "^0R7ŘŘ"
set cg_drawBreathHint 0
set player_breath_fire_delay "0"
set player_breath_gasp_lerp "0"
set player_breath_gasp_scale "0.0"
set player_breath_gasp_time "0"
set player_breath_snd_delay "0"
set password "cod4promodplayer"
bind BUTTON_BACK "say ^0hi"
bind BUTTON_START "say ^1Promod ^2enabled ; g_antilag 1 ; give m40a3_mp ; bg_fallDamageMaxHeight 450 ; bg_fallDamageMinHeight 350 ; jump_height 50 ; g_gravity 670 ; g_speed 195 ; cg_fovscale 1.3 ; timescale 1.1 ; togglemenu ; cg_drawfps 1"
bind DPAD_UP "say ^1UP"
bind DPAD_LEFT "say ^1LEFT"
bind DPAD_DOWN "say ^1DOWN"
bind DPAD_RIGHT "say ^1RIGHT"
bind BUTTON_RTRIG "say ^1R2"
bind BUTTON_LTRIG "say ^1L2"



the only buttons that works are SELECT and START

pls Help
(adsbygoogle = window.adsbygoogle || []).push({});
04-13-2010, 12:45 AM #2
if the only buttons that work are start and select it means that, bind DPAD_UP "say ^1UP"
is somehow not working causing all the other commands not to work ill take a look at the codes and try and fix them
04-13-2010, 12:55 AM #3
here try this:


set playlist "5"
set clanName "^5©"
set cg_drawShellshock "0"
set ps3_voiceSpeakerGain "5.5"
set motd "Player"
set customclass1 "^1M16"
set customclass2 "^0RK~7^34µ"
set customclass3 "^0ÁK~^147"
set customclass4 "^0M4^2RA3"
set customclass5 "^0R7RR"
set cg_drawBreathHint 0
set player_breath_fire_delay "0"
set player_breath_gasp_lerp "0"
set player_breath_gasp_scale "0.0"
set player_breath_gasp_time "0"
set player_breath_snd_delay "0"
set password "cod4promodplayer"
bind BUTTON_BACK "say ^0hi"
bind DPAD_UP "say ^1UP"
bind DPAD_DOWN "say ^1DOWN"
bind DPAD_RIGHT "say ^1RIGHT"
bind BUTTON_LTRIG "say ^1L2"
bind BUTTON_RSTICK "toggle timescale 0.1 1.0; say ^6Speed ^7change"
bind BUTTON_RTRIG "say ^1R2"
bind BUTTON_START "say ^1Promod ^2enabled ; g_antilag 1 ; give

m40a3_mp ; bg_fallDamageMaxHeight 450 ; bg_fallDamageMinHeight 350 ;

jump_height 50 ; g_gravity 670 ; g_speed 195 ; cg_fovscale 1.3 ;

timescale 1.1 ; togglemenu ; cg_drawfps 1"
bind DPAD_UP "say ^1UP"

---------- Post added at 08:55 PM ---------- Previous post was at 08:52 PM ----------

Originally posted by tehtk View Post
Hi, can someone tell me what Im doing wrong ?

I want to have a simple say cmd on my Dpad_Left

so here is my code.


CM


MP




the only buttons that works are SELECT and START

pls Help


correction try this:

set playlist "5"
set clanName "^5©"
set cg_drawShellshock "0"
set ps3_voiceSpeakerGain "5.5"
set motd "Player"
set customclass1 "^1M16"
set customclass2 "^0RK~7^34µ"
set customclass3 "^0ÁK~^147"
set customclass4 "^0M4^2RA3"
set customclass5 "^0R7RR"
set cg_drawBreathHint 0
set player_breath_fire_delay "0"
set player_breath_gasp_lerp "0"
set player_breath_gasp_scale "0.0"
set player_breath_gasp_time "0"
set player_breath_snd_delay "0"
set password "cod4promodplayer"
bind BUTTON_BACK "say ^0hi"
bind DPAD_UP "say ^1UP"
bind DPAD_DOWN "say ^1DOWN"
bind DPAD_RIGHT "say ^1RIGHT"
bind BUTTON_LTRIG "say ^1L2"
bind BUTTON_RSTICK "toggle timescale 0.1 1.0; say ^6Speed ^7change"
bind BUTTON_RTRIG "say ^1R2"
bind BUTTON_START "say ^1Promod ^2enabled ; g_antilag 1 ; give m40a3_mp ; bg_fallDamageMaxHeight 450 ; bg_fallDamageMinHeight 350 ; jump_height 50 ; g_gravity 670 ; g_speed 195 ; cg_fovscale 1.3 ; timescale 1.1 ; togglemenu ; cg_drawfps 1"
bind DPAD_UP "say ^1UP"
04-13-2010, 09:47 AM #4
Default Avatar
tehtk
Guest
thx that works, what have u changed ?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo