Warframe Macro
As promised here is a small tutorial regarding the macro i used for survival. 1. Download the "Autohotkey" installer https://autohotkey.com/download/ 2. Install it 3. rightklick desktop, open the new menu, select "Auto Hotkey Script" and name it whatever you want 4. rightklick the script and select "edit script" 5. In the text editor paste:
F2:: If State=10 State=Off else State=10 SetTimer SendKey, %State% Return SendKey: Send {w down} Sleep 200 Send qe Send {w up} Return (F2 is your desired hotkey, w is your "move forward", q is your "toggle crouch", e is your "meele attack") 6. Save and exit 7. doubleklick the script 8.go to warframe Pressing F2(or your hotkey) starts the script repeteadly executing a slide attack Pressing F2(or your hotkey) again stops the script if you want to completly disable the script you can find it on your taskbar on the right side You can change the delay between slide attacks by changing the value after “Sleep” maybe it sounded a little more spectacular in my last post. What i did to afk survival missions was to take Nekros,Atterax and a sentinel with vacuum, activate desecrate and start the script
You can also use this script in other missions. It does not prevent manual inputs.












