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
It's averaging 12.5km an hour, so i need this to go for about 45 more hours to get the achievement
--
SetTimer(RepeatKeys, 17000)
RepeatKeys() {
Send("{w down}")
Sleep(5000)
Send("{w up}")
Send("{s down}")
Sleep(12000)
Send("{s up}")
}
--
And this achievement is most annoying one so far. So dumb and lame.
I hope someone finds it useful since this achievement is really annoying, I beat the game twice and was around 800 Km.
Instructions:
1. Open AutoHotKey Dash 2.0.19
2. Create a new empty script by clicking NewScript and select your desired save location
3. Open the script with Notepad and paste this:
------------------------------------------------------------------------------------------
SetTimer(RepeatKeys, 3000)
RepeatKeys() {
Send("{W down}") ;
Sleep(100) ;
Send("{Shift down}") ;
Sleep(50) ;
Send("{Shift up}") ;
Sleep(50) ;
Send("{Shift down}") ;
Sleep(5000) ;
Send("{W up}") ;
Sleep(1000) ;
Send("{Y down}") ;
Sleep(1000) ;
Send("{Y up}") ;
Send("{W down}") ;
Send("{Shift down}") ;
Sleep(50) ;
Send("{Shift up}") ;
Sleep(50) ;
Send("{Shift down}") ;
Sleep(5000) ;
Send("{W up}") ;
Send("{Y down}") ;
Sleep(1000) ;
Send("{Y up}") ;
}
------------------------------------------------------------------------------------------
4. In the game set the key to perform 180° rotation to "Y", or just change the Y in the script with the key you are using for that action. You can also increase or decrease the value between these lines: "Sleep(5000)" to make the character run for a longer or shorter time.
5. Run the script by double clicking on it.
6. Enjoy