Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /////////////////////////////////////////////////////////////////////
- // Advanced Bind Script - Create your own version by Maxim aka BananaGaming
- //Part 1
- //Make sure that what is inside the quotes is what you're currently using.
- //Note: This version lets you create your own values from scratch, KEY is your button, currentvalue is the command.
- alias defA "bind KEY currentvalue"
- alias defB "bind KEY currentvalue"
- alias defC "bind KEY currentvalue"
- alias defD "bind KEY currentvalue"
- alias defE "bind KEY currentvalue"
- alias defF "bind KEY currentvalue"
- alias defG "bind KEY currentvalue"
- alias defH "bind KEY currentvalue"
- //Part 2
- //If you changed any letters/numbers in part 1 make sure you make the same changes here.
- //Don't change the keyXX part.
- alias keyA "bind KEY keyAA"
- alias keyB "bind KEY keyBB"
- alias keyC "bind KEY keyCC"
- alias keyD "bind KEY keyDD"
- alias keyE "bind KEY keyEE"
- alias keyF "bind KEY keyFF"
- alias keyG "bind KEY keyGG"
- alias keyH "bind KEY keyHH"
- //Part 3
- //Here you can change what the bindings do when you hold down your key.
- //This is the fun part. :)
- alias keyAA "customvalue"
- alias keyBB "customvalue"
- alias keyCC "customvalue"
- alias keyDD "customvalue"
- alias keyEE "customvalue"
- alias keyFF "customvalue"
- alias keyGG "customvalue"
- alias keyHH "customvalue"
- //Part 4 - Don't touch!
- alias +keybinds "keyA; keyB; keyC; keyD; keyE; keyF; keyG; keyH"
- alias -keybinds "defA; defB; defC; defD; defE; defF; defG; defH"
- //Part 5 - Bind whatever key you want, this will be your main key
- bind HOLDDOWNKEY +keybinds
- /////////////////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment