This .AHK script is used primarily for KreedZ (kz) servers.
Information about this script;
All it does is press A+D and move the mouse for you while you hold the key. I was able to do up to 292 longjumps on 128-tick servers. This particular configuration is for mouse sensitivity of 8. It's AutoHotkey based, bound to mouse4 by default:
Parameters to fiddle with are as follows: sleepInterval - time between mouse movements. moveCount - amount of times mouse is moved for 1 strafe. relativeMove - how far the mouse is moved by one tick.
It's made for right-sided prestrafe, but you can change it to left-sided by swapping the strafe() calls around. With a little more work put in it, it can be made to look pretty legit.
Nice script, but the problem is I use a sensitivity of 2.69 and a low DPI, so an 8 sensitivity is unplayable. Is there a way to change the script to work for my sens?
Originally Posted by Lord Helios
Nice script, but the problem is I use a sensitivity of 2.69 and a low DPI, so an 8 sensitivity is unplayable. Is there a way to change the script to work for my sens?
Just change it back all the time or make a bind if there is LOL