Hey all,
It took me a while to find something that works, I now have toggle crouch and sprint but was wondering if it could be improved. I have NO idea how to script and just used what other people had.
It works perfectly, I just dont like having 1 key to start the script and the action to be a different key.
This is what ive got:
~*LShift::
GetKeyState, state, LCtrl
if state = U
Send {LCtrl Down}
else
Send {LCtrl Up}
return
~*XButton1::
GetKeyState, state, P
if state = U
Send {P Down}
else
Send {P Up}
return
But I only want to have LShift and XButton1 in there, I dont like how Shift starts the Control toggle and XButton1 starts the P toggle..
Thanks for any assistance, and even if nothing works this will do me fine
