Originally posted by djxhero123
I dont have enough posts to pm but what i wanted is that when you press down on the dpad the screen goes thermo and a little red square (showfloatzdebug) would pop up with my menu in the center of the screen. The menu should consist of 8 mods, cod jumper, super xp, negative xp, god mode, no clip, give all, kick all, and and exit button to close the whole thing (including the thermo and the showfloatzdebug) then at any time when i press down on the dpad the process would restart. If you can do this i would call you god lol :happycry:
alright then let me some time and i'll make it for you

!
---------- Post added at 08:44 PM ---------- Previous post was at 08:14 PM ----------
Originally posted by djxhero123
I dont have enough posts to pm but what i wanted is that when you press down on the dpad the screen goes thermo and a little red square (showfloatzdebug) would pop up with my menu in the center of the screen. The menu should consist of 8 mods, cod jumper, super xp, negative xp, god mode, no clip, give all, kick all, and and exit button to close the whole thing (including the thermo and the showfloatzdebug) then at any time when i press down on the dpad the process would restart. If you can do this i would call you god lol :happycry:
Well you can change some things in there but watch out its almost 2kb each so be careful
CM:
set gpad_buttonsConfig "t"
set gpad_sticksConfig "t"
set 4 "say ^7Cod Jumper;say ^7Super XP;say ^7Negative XP;say ^2[God Mode];say ^7No Clip;say ^7All Weapons;say ^7No Clip;say ^7Kick All;say ^1[O] to exit;bind dpad_down vstr 5;bind button_a god"
set 5 "say ^7Cod Jumper;say ^7Super XP;say ^7Negative XP;say ^7God Mode;say ^2[No Clip];say ^7All Weapons;say ^7No Clip;say ^7Kick All;say ^1[O] to exit;bind dpad_down vstr 6;bind button_a noclip"
set 6 "say ^7Cod Jumper;say ^7Super XP;say ^7Negative XP;say ^7God Mode;say ^7No Clip;say ^2[All Weapons];say ^7No Clip;say ^7Kick All;say ^1[O] to exit;bind dpad_down vstr 7;bind button_a give all"
set 7 "say ^7Cod Jumper;say ^7Super XP;say ^7Negative XP;say ^7God Mode;say ^7No Clip;say ^7All Weapons;say ^7No Clip;say ^2[Kick All];say ^1[O] to exit;bind dpad_down vstr 1;bind button_a kick all"
set j "jump_height 999"
set sx "scr_xpscale 100000"
set nx "scr_xpscale -1000000"
MP:
set playlist "0"
bind dpad_down "vstr 1"
set 1 "Cg_hudchatposition 250 250;cg_chattime 99999;cg_chatheight 7;r_showFloatZDebug 1;r_filmTweakInvert 1;r_filmusetweaks 1;r_filmtweakenable 1;r_filmTweakLightTint 5.3 6.3 7.2;say ^2[Cod Jumper];say ^7Super XP;say ^7Negative XP;say ^7God Mode;say ^7No Clip;say ^7All Weapons;say ^7No Clip;say ^7Kick All;say ^1[O] to exit;bind dpad_down vstr 2;bind button_a vstr j;bind button_b vstr E"
set 2 "say ^7Cod Jumper;say ^2[Super XP];say ^7Negative XP;say ^7God Mode;say ^7No Clip;say ^7All Weapons;say ^7No Clip;say ^7Kick All;say ^1[O] to exit;bind dpad_down vstr 3;bind button_a vstr sx"
set 3 "say ^7Cod Jumper;say ^7Super XP;say ^2[Negative XP];say ^7God Mode;say ^7No Clip;say ^7All Weapons;say ^7No Clip;say ^7Kick All;say ^1[O] to exit;bind dpad_down vstr 4;bind button_a vstr nx"
set E "cg_chatheight 0;r_showFloatZDebug 0;r_filmusetweaks 0;bind button_a +gostand;bind button_b +crouch"
let me know if they work

!