notgoodusename / OsirisAndExtra

Other
127 stars 64 forks source link

Checking for an in game bind #548

Closed JannesBonk closed 1 year ago

JannesBonk commented 1 year ago

So i wanna check for a key that is in game, example : teammenu, because if i just check for the M key then some1 can just change the bind and it wont work anymore.

notgoodusename commented 1 year ago

Check out how i made the keyboard display get each key, code Also this hook sends the current keynum, and the current command its doing (buy, +moveleft, kill, etc)

notgoodusename commented 1 year ago

Here are the buttoncodes

JannesBonk commented 1 year ago

Thanks!