Jump to content
Xbox Modders Community
Ryan1523059446

Some (Maybe All?) Black Ops Buttons

Recommended Posts

Some people may already know all of these but alot of people don't.

Credits to whoever found them first!

 

self ActionSlotOneButtonPressed()         [color="#FF0000"]- DPAD Up[/color]
self ActionSlotTwoButtonPressed()         [color="#FF0000"]- DPAD Down[/color]
self ActionSlotThreeButtonPressed()       [color="#FF0000"]- DPAD Left[/color]
self ActionSlotFourButtonPressed()        [color="#FF0000"]- DPAD Right[/color]
self AttackButtonPressed()                [color="#FF0000"]- RT/R1[/color]
self AdsButtonPressed()                   [color="#FF0000"]- LT/L1[/color]
self SecondaryOffhandButtonPressed()      [color="#FF0000"]- LB/L2[/color]
self FragButtonPressed()                  [color="#FF0000"]- RB/R2[/color]
self JumpButtonPressed()                  [color="#FF0000"]- A/X[/color]
self UseButtonPressed()                   [color="#FF0000"]- X/Square[/color]
self MeleeButtonPressed()                 [color="#FF0000"]- RS/R3[/color]
self ChangeSeatButtonPressed()            [color="#FF0000"]- Y/Triangle[/color]
self ThrowButtonPressed()                 [color="#FF0000"]- B/O[/color]

 

NOTE:

* I didn't find these i'm just sharing them.

* The following only work in multiplayer (as far as i've tested):

- self ActionSlotOneButtonPressed()

- self ActionSlotTwoButtonPressed()

- self ActionSlotThreeButtonPressed()

- self ActionSlotFourButtonPressed()

* If you attempt to use the ones above that only work for multiplayer in zombies you will get an unknown function error.

* I've not tested self ChangeSeatButtonPressed() at all so i have no idea if it works for Zombies or MP.

* I've not tested self ThrowButtonPressed() at all so i have no idea if it works for Zombies or MP.

* When using the DPAD Button Pressed's you can't have freezecontrols activated otherwise they will not work.

Share this post


Link to post
Share on other sites

Is this for the binds?

Share this post


Link to post
Share on other sites
Is this for the binds?

 

No sorry, it's for GSC coding. Although you can't really use them online some people may find them useful ;).

Share this post


Link to post
Share on other sites

Oh, okay. :)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×

Important Information

By using this site, you agree to our Terms of Use.