Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you dont know how I can maybe help you out (and in turn actually help myself out because i want autorun as well).
then the script would hold down shift + w key combination until any other key is pressed (or wasd),
hardest part is figuring out how to make the script run continuously until other keys are pressed, so reading into that.
EDIT: i think i will just wait until w or s key is pressed to stop the script, so that you can strafe and do other things while autorunning.
well, i want the script to be useful for anyone. Think shift+alt+w is too bad ? Hmm, maybe the script could be triggered by multiple inputs.
*XButton2::
SprintToggle := !SprintToggle
If (SprintToggle)
{ Send, {lshift Down}
Send, {Blind}{w Down}
}
else
{ Send, {lshift up}
Send, {w up}
}
return
I am looking into double tapping 'w' key to enable autorun :D
but I can reuse your logic once script starts so thx