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
also, the most reliable way would be to write ur own.
easiest way to do so is downloading autohotkey [www.autohotkey.com], open any text editor, copy the code below into it and save it as a .ahk file. run the file. toggle autoclicker with F4 in this example.
#MaxThreadsPerHotkey 2
F4::
Toggle := !Toggle
loop
{
If not Toggle
break
click
sleep 20
}
return
Yea, should consider adding that. Good thing it worked out for you. Thanks for the feedback tho