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
I did an endurance run yesterday and a clan mate went with a maiming strike build for 2 hrs straight
The next day she saud that her hand did realy hurt
In this case why would you not use a macro?
Seriously, get over yourself, you obviously don't have it the worst if you have no issues at all. Also why in the world would you opt to press two buttons repeatedly when you can very easily press one. Shooting yourself in the foot over nothing doesn't make you better than anyone else.
I don't really think I need to add anything to the actual post, it's been answered at this point, this guy just got me.
2. After installing AHK, Right click in your Desktop -> New -> AutoHotKey Script
and then edit the new created AHK file and paste the script given below after that Save it.
3. Run as Admin your script.
4. In-game Bottun (Capslock) for slide attack.
5. Enjoy.
--------------------------------------------------------------------------------------------------
Script Line:
#IfWinActive WARFRAME
CapsLock::
Send, {Control Down}
Send, {e}
Send, {Control Up}
Sleep, 400
Return
#IfWinActive
---------------------------------------------------------------------------------------------------
-For Safety Use:
You can spam Capslock but you can't steadily press it because
it can lead you for being banned.