Post: Some One test these codes, i will pay vbux.
07-19-2011, 08:40 PM #1
Mr__Shalemari
Vault dweller
(adsbygoogle = window.adsbygoogle || []).push({});
Originally posted by another user
<menu>
<item>
<menu>
<title>Main Mods</title>
<item>
<name>Super Jump</name>
<cmd>toggle jump_height 1000 700 39;bg_fallDamageMinHeight 999999;bg_fallDamageMaxHeight 999999</cmd>
</item>
<item>
<name> Super Jump Off</name>
<cmd>toggle jump_hight 39 999</cmd>
</item>
<item>
<name>Super Speed</name>
<cmd>g_speed 800 500 190</cmd>
</item>
<item>
<name>Green Box</name>
<cmd>toggle aim_slowdown_region_height 2.85 0; toggle aim_slowdown_region_width 2.85 0</cmd>
</item>
</menu>
</item>
</menu>


i keep getting a black screeni idk if im doing it right
07-19-2011, 08:45 PM #2
cjmurder123
What do I say here?
Originally posted by Shalemari View Post
i keep getting a black screeni idk if im doing it right


Blackscreen = bad compression.

Code looks fine.

Edit: Wait did you convert it to a menu?
07-19-2011, 08:51 PM #3
cjmurder123
What do I say here?
Originally posted by Shalemari View Post
i keep getting a black screeni idk if im doing it right


Try this.

    bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
set gpad_button_rstick_deflect_max 1
set gpad_button_lstick_deflect_max 1
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 1"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind DPAD_LEFT "vstr 1m"
set 1m "con_errormessagetime 90;bind BUTTON_B vstr 1e; cg_chatheight 2;vstr 1opt1"
set 1t "========;"
set 1e "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind BUTTON_B +stance;bind BUTTON_A +gostand;con_errormessagetime 10;Mod_Menu_Closed;set Cg_hudchatposition 5 500;"
set 1opt1 "vstr 1t;^2;bind BUTTON_A vstr 1opt1r; bind DPAD_UP vstr 1opt1; bind DPAD_DOWN vstr 1opt1"
set 1opt1r "vstr 2m"
set 2t "====Main_Mods====;"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt1 "vstr 2t;^2Super_Jump;bind BUTTON_A vstr 2opt1r; bind DPAD_UP vstr 2opt4; bind DPAD_DOWN vstr 2opt2"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt2 "vstr 2t;^2_Super_Jump_Off;bind BUTTON_A vstr 2opt2r; bind DPAD_UP vstr 2opt1; bind DPAD_DOWN vstr 2opt3"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt3 "vstr 2t;^2Super_Speed;bind BUTTON_A vstr 2opt3r; bind DPAD_UP vstr 2opt2; bind DPAD_DOWN vstr 2opt4"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt4 "vstr 2t;^2Green_Box;bind BUTTON_A vstr 2opt4r; bind DPAD_UP vstr 2opt3; bind DPAD_DOWN vstr 2opt1"
set 2opt1r "toggle jump_height 1000 700 39;bg_fallDamageMinHeight 999999;bg_fallDamageMaxHeight 999999;"
set 2opt2r "toggle jump_hight 39 999;"
set 2opt3r "g_speed 800 500 190;"
set 2opt4r "toggle aim_slowdown_region_height 2.85 0; toggle aim_slowdown_region_width 2.85 0;"
set 2e "vstr 1m;"
07-19-2011, 08:52 PM #4
Mr__Shalemari
Vault dweller
Originally posted by cjmurder123 View Post
Blackscreen = bad compression.

Code looks fine.

Edit: Wait did you convert it to a menu?

yea. how do i compress it better, whenever i paste it all gets jumbled up.
07-19-2011, 08:55 PM #5
cjmurder123
What do I say here?
Originally posted by Shalemari View Post
yea. how do i compress it better, whenever i paste it all gets jumbled up.


Are you using Packzip and Offzip?
07-19-2011, 09:02 PM #6
Mr__Shalemari
Vault dweller
Originally posted by cjmurder123 View Post
Try this.

    bind BUTTON_RSHLDR "+attack"
bind BUTTON_LSHLDR "+speed_throw"
bind BUTTON_RTRIG "+frag"
bind BUTTON_LTRIG "+smoke"
bind BUTTON_RSTICK "+melee"
bind BUTTON_LSTICK "+breath_sprint"
set gpad_button_rstick_deflect_max 1
set gpad_button_lstick_deflect_max 1
bind BUTTON_A "+gostand"
bind BUTTON_B "+stance"
bind BUTTON_X "+usereload"
bind BUTTON_Y "weapnext"
bind DPAD_UP "+actionslot 1"
bind DPAD_DOWN "+actionslot 2"
bind DPAD_RIGHT "+actionslot 4"
bind BUTTON_START "togglemenu"
bind DPAD_LEFT "vstr 1m"
set 1m "con_errormessagetime 90;bind BUTTON_B vstr 1e; cg_chatheight 2;vstr 1opt1"
set 1t "========;"
set 1e "bind DPAD_UP +actionslot 1;bind DPAD_DOWN +actionslot 2;bind BUTTON_B +stance;bind BUTTON_A +gostand;con_errormessagetime 10;Mod_Menu_Closed;set Cg_hudchatposition 5 500;"
set 1opt1 "vstr 1t;^2;bind BUTTON_A vstr 1opt1r; bind DPAD_UP vstr 1opt1; bind DPAD_DOWN vstr 1opt1"
set 1opt1r "vstr 2m"
set 2t "====Main_Mods====;"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt1 "vstr 2t;^2Super_Jump;bind BUTTON_A vstr 2opt1r; bind DPAD_UP vstr 2opt4; bind DPAD_DOWN vstr 2opt2"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt2 "vstr 2t;^2_Super_Jump_Off;bind BUTTON_A vstr 2opt2r; bind DPAD_UP vstr 2opt1; bind DPAD_DOWN vstr 2opt3"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt3 "vstr 2t;^2Super_Speed;bind BUTTON_A vstr 2opt3r; bind DPAD_UP vstr 2opt2; bind DPAD_DOWN vstr 2opt4"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt4 "vstr 2t;^2Green_Box;bind BUTTON_A vstr 2opt4r; bind DPAD_UP vstr 2opt3; bind DPAD_DOWN vstr 2opt1"
set 2opt1r "toggle jump_height 1000 700 39;bg_fallDamageMinHeight 999999;bg_fallDamageMaxHeight 999999;"
set 2opt2r "toggle jump_hight 39 999;"
set 2opt3r "g_speed 800 500 190;"
set 2opt4r "toggle aim_slowdown_region_height 2.85 0; toggle aim_slowdown_region_width 2.85 0;"
set 2e "vstr 1m;"

still black screen, idk if i coded it right, can you try it. ill pay all my vbux
07-19-2011, 09:07 PM #7
cjmurder123
What do I say here?
Originally posted by Shalemari View Post
still black screen, idk if i coded it right, can you try it. ill pay all my vbux


Do you just want it in a blank patch?
07-19-2011, 09:09 PM #8
Mr__Shalemari
Vault dweller
Originally posted by cjmurder123 View Post
Do you just want it in a blank patch?


im a noob at this, do i paste it in missions .gsc or what gsc do i put it in
07-19-2011, 09:12 PM #9
zVirus
Haters Gonna Hate
Originally posted by Shalemari View Post
im a noob at this, do i paste it in missions .gsc or what gsc do i put it in


post the codes he posted for you inside a 1.12 patch

to do this open up buc shots 1.12 ff viewer
then open a clean 1.12 patch
then rename the 3 option to buttons_default.cfg
delete everything inside this cfg.
then copy the hacked codes and post them in the cfg
save the patch and then it should work
07-19-2011, 09:56 PM #10
whichwaygames
Bounty hunter
Originally posted by TeamCEG View Post
post the codes he posted for you inside a 1.12 patch

to do this open up buc shots 1.12 ff viewer
then open a clean 1.12 patch
then rename the 3 option to buttons_default.cfg
delete everything inside this cfg.
then copy the hacked codes and post them in the cfg
save the patch and then it should work


Just did this, it worked for me... Happy

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo