Hello, I was thinking about the people without the R.A.T. mouse that dont have a "Sniper Mode" button to lower DPI when in scope.So I came up with this.
=======People Using Arrow Keys=========
=======People Using W,A,S,D============
=====================================================
Add the correct code (for the keys that you use) to autoexec.cfg.
Feel free to comment, on improvements.
YOU CAN USE THIS CODE FREELY AND MAKE ANY CHANGES!
Hope you like it :)
=======People Using Arrow Keys=========
[SELECT ALL] Code:
alias rm [ sensitivity 5 ] //normal mode
alias sm [ sensitivity 1 ] //sniper mode
bind "Return" [rm] //push Enter to exit sniper mode
bind "RSHIFT" [sm] //push Right Shift to enter sniper mode
=======People Using W,A,S,D============
[SELECT ALL] Code:
alias rm [ sensitivity 5 ] //normal mode
alias sm [ sensitivity 1 ] //sniper mode
bind "Z" [rm] //push Z to exit sniper mode
bind "F" [sm] //push F to enter sniper mode
Add the correct code (for the keys that you use) to autoexec.cfg.
Feel free to comment, on improvements.
YOU CAN USE THIS CODE FREELY AND MAKE ANY CHANGES!
Hope you like it :)