#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.

; #Warn  ; Enable warnings to assist with detecting common errors.

SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.

SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

slideAttackActive := false

#IfWinActive WARFRAME

E::

 if (not slideAttackActive){

  slideAttackActive := true

  Send, {q down}

  Sleep, 10

  Send, e

  Sleep, 430

  Send, {q up}

  slideAttackActive := false

 }

Return


XButton1::

 toggle:=!toggle

 While toggle{

  Send, {w Down}

  Sleep, 20

  Send, {q Down}

  Sleep, 10

  Send, e

  Sleep, 430

  Send, {q Up}

 }

Return


~LButton::reload

return


END::

exitapp

return


앉기Q