Post: What am i doing wrong?
07-26-2010, 07:46 AM #1
Onehungrywater
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({}); Ok so i made my own code and when i tried to load without the patch, i got to the main menu and i couldnt move anything, i could open my XMB, but couldnt scroll the menu to select anything. anybody know whats happening?
BTW heres my code


set customclass1 "^0 Ready To HAX"
set customclass2 "^7 I need more HAX"
set customclass3 "^2 Enjoy my HAX"
set customclass4 "^1 Mr. HAX"
set customclass5 "^9 Umm...HAX?"
set clanName "^0 H ^6 A ^3 K ^1 R"
set player_meleeHeight "99"
set player_meleeRange "99"
set player_MeleeWidth "99"
set cg_laserForceOn "1"
set cg_laserFlarePct "0.2"
set cg_laserLight "1"
set cg_laserLightBeginOffset "13"
set cg_laserLightBodyTweak "15"
set cg_laserLightEndOffset "-3"
set cg_laserLightRadius "3"
set cg_laserRadius "0.8"
set cg_laserRange "1500"
set cg_laserRangePlayer "1500"
set player_sprintSpeedScale "3.0"
set player_sprintForwardMinimum "105"
set player_sprintMinTime "1"
set player_sprintStrafeSpeedScale "0.667"
set perk_bulletPenetrationMultiplier "50"
set perk_sprintMultiplier "99"
set perk_weapRateMultiplier "0.20"
set perk_weapReloadMultiplier "0.01"
set perk_weapSpreadMultiplier "0.00000000000000000000000000000000001"
set perk_explosiveDamage "75"
set cg_thirdPerson "1"
set scr_xpscale 50
set jump_height "0"
set g_gravity "50"
set g_speed "400"
set timescale "2.0"
bind BUTTON_BACK "player_sustainAmmo 1 0 ; say ^0 Unlimited Ammo"
bind DPAD_UP "map mp_shipment ; scr_dm_scorelimit 0 ; scr_dm_timelimit 60"
bind DPAD_DOWN "give barret_acog_mp ; give deserteaglegold_mp ; give C4_mp ; say ^3 New weapon stash"
bind DPAD_LEFT "give airstrike_mp ; say ^7 Airstike ready"
bind BUTTON_START "god ; say Chuck Norris Mode"
bind BUTTON_LTRIG "noclip ; say ^1 Noclip"
(adsbygoogle = window.adsbygoogle || []).push({});
07-26-2010, 07:57 AM #2
    bind DPAD_DOWN "give barret_acog_mp ; give deserteaglegold_mp ; give C4_mp ; say ^3 New weapon stash" U can only bind one weapon

and
    set perk_weapSpreadMultiplier "0.00000000000000000000000000000000001"
this may be too long.
And bind these: scr_xpscale 50
set jump_height "0"
g_gravity "50"
07-26-2010, 08:09 AM #3
yes the:
set perk_weapSpreadMultiplier "0.00000000000000000000000000000000001"
should be:
perk_weapSpreadMultiplier "0.0000000001"

and the:
bind DPAD_DOWN
is far to long.

and the:
bind BUTTON_START "god ; say Chuck Norris Mode"
makes me LOL Happy!

and you should make:
bind BUTTON_LTRIG "noclip ; say ^1 Noclip"
say:
bind BUTTON_LTRIG "noclip ; say ^3 Superman Mode"
That would be pretty funny! Happy
07-26-2010, 08:20 AM #4
Onehungrywater
Vault dweller
Originally posted by TuhoajaFIN View Post
    bind DPAD_DOWN "give barret_acog_mp ; give deserteaglegold_mp ; give C4_mp ; say ^3 New weapon stash" U can only bind one weapon

and
    set perk_weapSpreadMultiplier "0.00000000000000000000000000000000001"
this may be too long.
And bind these: scr_xpscale 50
set jump_height "0"
g_gravity "50"


Ok so heres what i did, i deleted the set gravity and changed the binds like this
bind BUTTON_BACK "player_sustainAmmo 1 0 ; say ^0 Unlimited Ammo"
bind DPAD_UP "map mp_shipment ; scr_dm_scorelimit 0 ; scr_dm_timelimit 60 ; scr_xpscale 50"
bind DPAD_DOWN "give deserteaglegold_mp ; say ^3 Bling!"
bind DPAD_LEFT "give airstrike_mp ; say ^7 Airstike ready"
bind BUTTON_START "god ; say Chuck Norris Mode ; set jump_height 0"
bind BUTTON_LTRIG "noclip ; say ^1 Noclip"

---------- Post added at 04:14 AM ---------- Previous post was at 04:14 AM ----------

Originally posted by XxAcid
yes the:
set perk_weapSpreadMultiplier "0.00000000000000000000000000000000001"
should be:
perk_weapSpreadMultiplier "0.0000000001"

and the:
bind DPAD_DOWN
is far to long.

and the:
bind BUTTON_START "god ; say Chuck Norris Mode"
makes me LOL Happy!

and you should make:
bind BUTTON_LTRIG "noclip ; say ^1 Noclip"
say:
bind BUTTON_LTRIG "noclip ; say ^3 Superman Mode"
That would be pretty funny! Happy


Haha i just changed it Happy

And incase anyone wants to inspect, heres my cm file
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"

---------- Post added at 04:20 AM ---------- Previous post was at 04:14 AM ----------

Ok now i can scroll through the menu, but when i tried a private match to test them i had no hax!
:O

So now whats going on?
(Sorry still a big n00b when it comes to this stuff)

The following user thanked Onehungrywater for this useful post:

XxAcid VenomxX
07-26-2010, 10:46 PM #5
Originally posted by Onehungrywater View Post

And incase anyone wants to inspect, heres my cm file
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"


TAKE THIS AWAY; set gpad_sticksConfig "thumbstick_default"
Always take that away! :carling: I hope u thank me for that Happy

The following user thanked Tuhoaja for this useful post:

Onehungrywater
07-26-2010, 10:49 PM #6
Onehungrywater
Vault dweller
Originally posted by TuhoajaFIN View Post
TAKE THIS AWAY; set gpad_sticksConfig "thumbstick_default"
Always take that away! :carling: I hope u thank me for that Happy


Thanks, actually already trashed that, but thanks for the advice, just a little late

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo