Z
Zlink033
Guest
Hi,
I found a simply binds hack for call of duty 3 in PS3 ( maybe work on PC)
Work in Multiplayer and SinglePlayer
So if someone can make a little menu in MP it's can really cool with add bots and more
Binds:
Press DPAD UP to Noclip
Press DPAD LEFT to Give Ammo & activate God Mode
Press DPAD RIGHT to toggle FOV (Far & Normal)
Press DPAD DOWN to toggle Third Person
file: mp_ps3_a :
Single player:
file: ps3_a:
So if someone can make a little menu in MP it's can really cool with add bots and more
@P!X
Download bind if you don't want edit :
I found a simply binds hack for call of duty 3 in PS3 ( maybe work on PC)
Work in Multiplayer and SinglePlayer
So if someone can make a little menu in MP it's can really cool with add bots and more
Binds:
Press DPAD UP to Noclip
Press DPAD LEFT to Give Ammo & activate God Mode
Press DPAD RIGHT to toggle FOV (Far & Normal)
Press DPAD DOWN to toggle Third Person
file: mp_ps3_a :
Code:
// MULTIPLAYER DEFAULT COD3 PS3 A BUTTONS
//
// AKA: Default
unbind L1
unbind R1
unbind L2
unbind R2
unbind L3
unbind R3
unbind SQUARE
unbind TRIANGLE
unbind CIRCLE
unbind JOY6
unbind UPARROW
unbind DOWNARROW
unbind LEFTARROW
unbind RIGHTARROW
unbind TAB
unbind PAUSE
unbind ESCAPE
clearallaliases
// Controller Controls
bind L1 "+speed"
bind R1 "+attack"
bind L2 "+grenadeattack"
bind R2 "+class"
bind L3 "+sprintbreath"
bind R3 "+melee"
//D-Pad
bind UPARROW "noclip"
bind LEFTARROW "give ammo;player_sustainammo 1;god"
bind RIGHTARROW "toggle cg_fov 145 90;cg_laserlight 1"
bind DOWNARROW "toggle cg_thirdperson 1 0"
//Stance&Activate
bind SQUARE "+activatereload"
bind TRIANGLE "weapnext"
bind CIRCLE "+stance"
bind JOY6 "+gostand"
//Menus&Interaction
bind TAB "+scores"
bind PAUSE "togglepaused;toggle timescale 5 1 .5"
bind ESCAPE "togglemenu;dropweapon"
//Vehicle Controls
buttonalias Vehicle X "SwitchSeats"
buttonalias Vehicle SQUARE "HandBrake"
buttonalias Vehicle CIRCLE "Reverse"
buttonalias Vehicle R2 "Gas"
buttonalias Vehicle L2 "HandBrake"
buttonalias VehicleTank L2 "AlignTurret"
buttonalias VehicleTank L1 "FireCoax"
// this is how many millisecs count twards the "activate" part of the activate reload
// this should be 0 if not using activate reload
set g_useholdtime "0"
Single player:
file: ps3_a:
Code:
// SINGLEPLAYER DEFAULT COD3 PS3 A BUTTONS
//
// AKA: Default
unbind L1
unbind R1
unbind L2
unbind R2
unbind L3
unbind R3
unbind SQUARE
unbind TRIANGLE
unbind CIRCLE
unbind JOY6
unbind UPARROW
unbind DOWNARROW
unbind LEFTARROW
unbind RIGHTARROW
unbind TAB
unbind PAUSE
unbind ESCAPE
// Controller Controls
bind L1 "+speed"
bind R1 "+attack"
bind R2 "+grenadeattack"
bind L2 "+smokegrenade"
bind L3 "+binoculars"
bind R3 "+melee"
//Stance&Activate
bind SQUARE "+activatereload"
bind TRIANGLE "weapnext"
bind CIRCLE "+stance"
bind JOY6 "+gostand"
//D-Pad
// Take out this next bind when you get +binnocularsbreath (like sprintbreath in MP)
bind UPARROW "noclip"
bind LEFTARROW "give all;give ammo;player_sustainammo 1;god"
bind RIGHTARROW "toggle cg_fov 145 90;cg_laserlight 1"
bind DOWNARROW "toggle cg_thirdperson 1 0"
//Menus&Interaction
bind TAB "+scores"
bind PAUSE "togglepaused"
bind ESCAPE "togglemenu"
// this is how many millisecs count twards the "activate" part of the activate reload
// this should be 0 if not using activate reload
set g_useholdtime "250"
clearallaliases
buttonalias VehicleTank L2 "FireCoax"
buttonalias VehicleTank L1 "AlignTurret"
buttonalias Vehicle CIRCLE "Reverse"
buttonalias Vehicle R1 "Gas"
buttonalias Vehicle L1 "HandBrake"
So if someone can make a little menu in MP it's can really cool with add bots and more
@P!X
Download bind if you don't want edit :