Hello i'm daster i would like if someone can make me a autohotkey
So when i press C it crouches and it stands up directly so i looks like im crouching really fast
So lets say i Press C than it crouch and standsup directly and if i press it again it repeats ita ll the time..
it's like a toggle or something normaly if you press C you stay crouch untill you realease the C i want it like if i press C it crouch and standsup directly.. so i don't have to tab the C button all the time to crouch and standup just one time it crouch and standsup directly it's called something like ''On release | crouch bind '' if ever used it in a shootgame and it was awesome it hard for people to shoot you while you crouching really fast
Ps. Sorry fro my grammar :P i hope you wil understand what i mean :O need to be done with autohotkey
If you have a razer keyboard, you can use Razer Synapse to code a macro just set it on Toggle continous playback until key is pressed again or something. Also CSGO makes it so you cant crouch fast otherwise it slows you down a ton.
Begging.
Haven't tried this, but it should work as long as LControl is your crouch button:
Code:
c::Send {LControl}
You'd be better off with a macro on a keyboard/mouse... Due to the fact that I've had my AHK scripts screw up with loops and get stuck until I restart my computer...