Jump to content
The Lotus Eaters: Share Bug Reports and Feedback Here! ×
  • 0

Spinattack.ahk - Quick Melee Macro For Autohotkey


ntyd1s
 Share

Question

Since Autohotkey is not considered as a hack in this game and spinning melee attack is, in most cases with the right mods, the most efficient way to kill enemies in close combat. Here is the code for it. :D

 

Scroll mousewheel to spam spin attack!

 - may fail to spam from time to time due to unresponsive control or out of stamina.

#If WinActive("WARFRAME"){ $wheelup::Send {shift down}Send {w down}Sleep 500Send ^fSend {shift up}Send {w up}return }
Edited by ntyd1s
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...