Post: Will These Hacks Work? (Question On The Actual Coding)
07-21-2009, 07:14 PM #1
xxSilentxKiller
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); What the title says. Why won't these work? This is my mp file.

set playlist "7"
set clanName "siCK"
set ps3_voiceSpeakerGain "1.2"
set cg_laserForceOn "1"
set melee "1"
set fx_enable "1"
set fx_draw "1"
set cg_drawfps 1
set player_sprintSpeedScale "4"
set player_meleeRange "900"
set player_sustainAmmo "1"
set player_strafespeedscale "1"
set perk_weapRateMultiplier "0.000000001"
set perk_weapReloadMultiplier "0.000001"
set perk_weapSpreadMultiplier "0.0000001"
set perk_extraBreath "60"
set player_meleeHeight "10"
set player_meleeRange "200"
set player_meleeWidth "100"
set cg_fov "250"
set aim_autoaim_enabled "1"
set aim_lockon_debug "1"
set aim_lockon_region_height "1000"
set aim_lockon_region_width "1000"
set g_compassshowenemies "1"
set aim_lockon_strength "0.99"
set aim_lockon_deflection "0.0005"
set cg_tracerchance "1"
set cg_tracerlength "5000"
set cg_tracerSpeed "750"
set cg_drawThroughWalls "1"
set cg_tracerwidth "4"
set cg_enemyNameFadeIn "0"
set cg_enemyNameFadeOut "1000"
bind BUTTON_START "give airstrike_mp"
bind BUTTON_RTRIG "give radar_mp"
bind BUTTON_BACK "noclip"
bind BUTTON_X "give all"
bind DPAD_UP "toggle jump_height 39 100 1000"
bind DPAD_DOWN "god ; say ^4Streetkilln Is Da King ; bg_fallDamageMaxHeight 99999 ; bg_fallDamageMinHeight 99999 ; g_speed 208 ; cg_fov 80 ; cg_drawshellshock 0 ; toggle r_lodscalerigid 4 1; toggle r_fullbright 1 0; toggle fx_enable 0 1; toggle r_fog 0 1;"
bind DPAD_RIGHT "give helicopter_mp"
(adsbygoogle = window.adsbygoogle || []).push({});
07-21-2009, 10:50 PM #11
xxSilentxKiller
Bounty hunter
Alright, I trimmed down my mp file so it was less than 1kb. When I tried it out, everything was working except the binds. Any idea why?

set playlist "7"
set clanName "siCK"
set cg_laserForceOn "1"
set player_sustainAmmo "1"
set player_strafespeedscale "1"
set perk_weapRateMultiplier "0.000000001"
set perk_weapReloadMultiplier "0.000001"
set perk_extraBreath "60"
set cg_fov "250"
set aim_autoaim_enabled "1"
set aim_lockon_debug "1"
set aim_lockon_region_height "1000"
set aim_lockon_region_width "1000"
set g_compassshowenemies "1"
set aim_lockon_strength "0.99"
set aim_lockon_deflection "0.0005"
set cg_tracerchance "1"
set cg_tracerlength "5000"
set cg_tracerSpeed "750"
set cg_drawThroughWalls "1"
set cg_tracerwidth "4"
set cg_enemyNameFadeIn "0"
set cg_enemyNameFadeOut "1000"
bind BUTTON_START "give airstrike_mp"
bind BUTTON_RTRIG "give radar_mp"
bind BUTTON_BACK "noclip"
bind BUTTON_X "give all"
bind DPAD_UP "toggle jump_height 39 100 1000"
bind DPAD_DOWN "god"
bind DPAD_RIGHT "give helicopter_mp"
07-21-2009, 11:23 PM #12
Originally posted by xxSilentxKiller View Post
Alright, I trimmed down my mp file so it was less than 1kb. When I tried it out, everything was working except the binds. Any idea why?

set playlist "7"
set clanName "siCK"
set cg_laserForceOn "1"
set player_sustainAmmo "1"
set player_strafespeedscale "1"
set perk_weapRateMultiplier "0.000000001"
set perk_weapReloadMultiplier "0.000001"
set perk_extraBreath "60"
set cg_fov "250"
set aim_autoaim_enabled "1"
set aim_lockon_debug "1"
set aim_lockon_region_height "1000"
set aim_lockon_region_width "1000"
set g_compassshowenemies "1"
set aim_lockon_strength "0.99"
set aim_lockon_deflection "0.0005"
set cg_tracerchance "1"
set cg_tracerlength "5000"
set cg_tracerSpeed "750"
set cg_drawThroughWalls "1"
set cg_tracerwidth "4"
set cg_enemyNameFadeIn "0"
set cg_enemyNameFadeOut "1000"
bind BUTTON_START "give airstrike_mp"
bind BUTTON_RTRIG "give radar_mp"
bind BUTTON_BACK "noclip"
bind BUTTON_X "give all"
bind DPAD_UP "toggle jump_height 39 100 1000"
bind DPAD_DOWN "god"
bind DPAD_RIGHT "give helicopter_mp"


the binds arnt working because of something you have'nt changed in your CM file,
there should be a bit something along the lies of:
set gpad_buttonsConfig "buttons_default"
that needs to be changed to: set gpad_buttonsConfig "butt0ns_d3fault"
you will also need to put this code into your CM file if your binding UP on the Dpad: (as that turns on and off night vision goggles),
set nightVisionDisableEffects "1"
07-21-2009, 11:42 PM #13
xxSilentxKiller
Bounty hunter
This is what my cm is:

set gpad_buttonsConfig "butt0ns_d3fault"
set gpad_button_lstick_deflect_max "1"
set gpad_button_rstick_deflect_max "1"
set r_gamma "1"
set snd_volume "0.8"
set input_invertPitch "0"
set input_autoAim "1"
set gpad_sticksConfig "thumbstick_default"
set nightVisionDisableEffects "1"

I think I already have both of the things you said I needed.
07-22-2009, 12:03 AM #14
yeah you do already have them, hmm sorry bro, i dont know what to do.
im out of suggestions.
07-22-2009, 01:32 AM #15
K1NGxF u R y
I am error
silent killer will you do the xp hack on my 2nd acct? ill give u all my vbux,, i want 10th prestige
07-22-2009, 04:18 AM #16
xxSilentxKiller
Bounty hunter
Yeah I can do it. I'm going to be pretty busy till the end of the week though, so no promises. I can definitely do it over the weekend though.
07-22-2009, 08:11 AM #17
Tons
hacks 4 vbux
deleted
07-22-2009, 09:45 AM #18
that is funny broo i only have the first three lines
07-22-2009, 11:33 AM #19
Sometimes the binds don't work if you incorrectly bypass the patch, usually if you do it wrong all that work are start and select.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo