Post: How do I do bind mods?
08-16-2015, 04:56 AM #1
Trefad
I defeated!
(adsbygoogle = window.adsbygoogle || []).push({}); Example Dpad Down + Knife is god mode.

Do I do something like in this link You must login or register to view this content. ?
(adsbygoogle = window.adsbygoogle || []).push({});
08-16-2015, 05:08 AM #2
FRINZ
I’m too L33T
Simple
    
if(self actionSlotTwoButtonPressed() && self meleeButtonPressed())
{
/* Your God Mode Function Goes Here
self GodMode */
}

Put that in Your MenuInIt()

The following 2 users say thank you to FRINZ for this useful post:

ByteSource, Trefad
08-16-2015, 05:10 AM #3
itsSorrow
In my man cave
Originally posted by Trefad View Post
Example Dpad Down + Knife is god mode.

Do I do something like in this link You must login or register to view this content. ?


Wtf... Did you even look before asking?
08-16-2015, 07:18 AM #4
Trefad
I defeated!
Originally posted by 7584
Simple
    
if(self actionSlotTwoButtonPressed() && self meleeButtonPressed())
{
/* Your God Mode Function Goes Here
self GodMode */
}

Put that in Your MenuInIt()


Thanks.
08-16-2015, 07:25 AM #5
itsSorrow
In my man cave
Originally posted by Trefad View Post
Thanks.


Answer? Did you look?
08-16-2015, 07:32 AM #6
ByteSource
League Champion
Originally posted by 7584
Simple
    
if(self actionSlotTwoButtonPressed() && self meleeButtonPressed())
{
/* Your God Mode Function Goes Here
self GodMode */
}

Put that in Your MenuInIt()


gave him a little short cut Winky Winky
Originally posted by GentleSlugger View Post
Wtf... Did you even look before asking?

stop being a *** if your going to help just help if not sign out and break your laptop
Originally posted by Trefad View Post
Example Dpad Down + Knife is god mode.

Do I do something like in this link You must login or register to view this content. ?


Use this button layout cuts alot of work and you can rename every button to your liking so it will be easier than " self actionSlotTwoButtonPressed() && self meleeButtonPressed()" with the Monitor lay out you can cut it to this if( self Monitor("DPAD_DOWN") && self Monitor("R3"))"

    
Monitor(button)
{
if(button == "DPAD_UP")
return self actionslotonebuttonpressed();
if(button == "DPAD_DOWN")
return self actionslottwobuttonpressed();
if(button == "DPAD_RIGHT")
return self actionslotfourbuttonpressed();
if(button == "DPAD_LEFT")
return self actionslotthreebuttonpressed();
if(button == "R1")
return self attackbuttonpressed();
if(button == "R2")
return self fragbuttonpressed();
if(button == "R3")
return self meleebuttonpressed();
if(button == "L1")
return self adsbuttonpressed();
if(button == "L2")
return self throwbuttonpressed();
if(button == "L3")
return self sprintbuttonpressed();
if(button == "SQUARE")
return self usebuttonpressed();
if(button == "X")
return self jumpbuttonpressed();
if(button == "TRIANGLE")
return self secondaryoffhandbuttonpressed();
if(button == "O")
return self stanceButtonPressed();
}
08-16-2015, 07:43 AM #7
itsSorrow
In my man cave
Originally posted by TehK9
gave him a little short cut Winky Winky

stop being a *** if your going to help just help if not sign out and break your laptop


Use this button layout cuts alot of work and you can rename every button to your liking so it will be easier than " self actionSlotTwoButtonPressed() && self meleeButtonPressed()" with the Monitor lay out you can cut it to this if( self Monitor("DPAD_DOWN") && self Monitor("R3"))"

    
Monitor(button)
{
if(button == "DPAD_UP")
return self actionslotonebuttonpressed();
if(button == "DPAD_DOWN")
return self actionslottwobuttonpressed();
if(button == "DPAD_RIGHT")
return self actionslotfourbuttonpressed();
if(button == "DPAD_LEFT")
return self actionslotthreebuttonpressed();
if(button == "R1")
return self attackbuttonpressed();
if(button == "R2")
return self fragbuttonpressed();
if(button == "R3")
return self meleebuttonpressed();
if(button == "L1")
return self adsbuttonpressed();
if(button == "L2")
return self throwbuttonpressed();
if(button == "L3")
return self sprintbuttonpressed();
if(button == "SQUARE")
return self usebuttonpressed();
if(button == "X")
return self jumpbuttonpressed();
if(button == "TRIANGLE")
return self secondaryoffhandbuttonpressed();
if(button == "O")
return self stanceButtonPressed();
}


Lmfao butthurt?
08-16-2015, 07:44 AM #8
ByteSource
League Champion
Originally posted by GentleSlugger View Post
Lmfao butthurt?


not really, people like you really arnt needed in this fuxked up community. (makes it even worst)

The following 2 users say thank you to ByteSource for this useful post:

FRINZ, BotDev
08-16-2015, 07:52 AM #9
itsSorrow
In my man cave
Originally posted by TehK9
not really, people like you really arnt needed in this fuxked up community. (makes it even worst)


Lmfao kid if people looked around and stopped asking questions they would know.. As the answer was in the managed code list
08-16-2015, 08:21 AM #10
ByteSource
League Champion
Originally posted by GentleSlugger View Post
Lmfao kid if people looked around and stopped asking questions they would know.. As the answer was in the managed code list


kid? and "if" NGU made a threade for question no one cares if they look or not he asked a question if your going to answer then good if not return back to your corner

The following user thanked ByteSource for this useful post:

FRINZ

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo