Post: New binds
01-02-2011, 09:35 PM #1
!x-MONKEY-BOMB!
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); Well if you look at some old versions of mw2 patches that dont have mod menus but say stuff like press r1 while in crouch.
Well i feel i should try make it possible to do that with codes we already know. like this.

Bind button_b "vstr a"
set a "bind dpad_right "vstr b"
set b "god"

That code should in theory give you god mode if you press right on the dpad while crouched but it could get complicated if you are using a different layout or if you went into prone and then stood up it would get messy. another one i thought of was if you tapped twice up on the dpad you could do a certain command like this

bind dpad_up "vstr a"
set a "bind dpad_up "vstr b"
set b "god"

that would then give you god if you pressed up on the dpad twice. This then creates alot of room for other binds because sometimes when you are binding and you still want to use some buttons you run out of room so this is like a mod menu just smaller and you got to remember what buttons to press.

This could also create a verification code like in an old patch i saw.

bind dpad_up "vstr a"
set a "bind dpad_down "vstr b"
set b "bind dpad_left "vstr c"
set c "bind dpad_right "say ^4access granted"

to access you got to press up then down then left then right to access this.
then whatever you accessed is up to you by just adding on to that code.

the possibilities of binds are insane and there is still some binds out there for you guys to fine.
Its the hold down button one Winky Winky good luckCool Man (aka Tustin)
(adsbygoogle = window.adsbygoogle || []).push({});
01-02-2011, 09:53 PM #2
Cain
Tutorial Team Like A Boss
crouch()
{
if(!self == crouch)
{
docrazyshit;
}
}

That was just me typing stuff.. its a little like that though. It isn't possible with just binds, unfortunately.
01-02-2011, 10:06 PM #3
!x-MONKEY-BOMB!
League Champion
Originally posted by CainFoool View Post
crouch()
{
if(!self == crouch)
{
docrazyshit;
}
}

That was just me typing stuff.. its a little like that though. It isn't possible with just binds, unfortunately.


do crazy shit xD lol. That would be funny if he just ran around.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo