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
And since you asked for suggestions on how to quit the script with a shortcut, here is the script I made and it worked for me (^ ist for Strg, so the shortcuts are Strg + Num0 etc.)
--------------------------------------------------------------
^Numpad0::Macro()
^Numpad1::Pause
^Numpad2::ExitApp
Macro() {
loop
{
Send {d down}
Sleep 12000
Send {d up}
Send {Enter}
Sleep 1000
}
}