#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
이거 내가쓴건데 슬립구문 다 빼도 무방함 발키리나 볼트면 수치 300까지 내려도 되고
ㄳ