โŒจ๏ธKeybinds

These are the keys you want to use for the script !

๐Ÿ“–Quick guide

Every controls are listed HERE

The key id (number) defines the key listened by the script to trigger the action.


๐Ÿ”ดKey 1 - Main action

This key will control the main action (enter, exit, evict). Set to "E" by default

cfg.key = 38

๐ŸŸ Key 2 - Secondary action

This key will control the secondary action (Anims switch). Set to "X" by default

cfg.key2 = 73

๐ŸŸกKey 3 - rotate1

This key will control rotation. Set to "Left key" by default

cfg.key3 = 174,

๐ŸŸขKey 4 - rotate2

This key will control rotation. Set to "Right Key" by default

cfg.key4 = 175,

Last updated