F1::StartScript()
StartScript() {
SetTimer, AttackLoop, -1
SetTimer, Release7, 1800000
Return
}
PauseScript() {
SetTimer, AttackLoop, Off
SetTimer, Release7, Off
Return
}
AttackLoop:
Send, 5
Sleep, 500
Send, 6
Sleep, 1000
Send, 6
Sleep, 1000
Send, {Space down}
Sleep, 24000
Send, {Space up}
Send, {Right down}
Sleep, 400
Send, {Right up}
Send, {Right down}
Sleep, 400
Send, {Right up}
Send, {Space down}
Sleep, 20000
Send, {Space up}
Send, {Left down}
Sleep, 3000
Send, {Left up}
Send, {alt down}
Sleep, 500
Send, {alt up}
Send, {Right down}
Sleep, 400
Send, {Right up}
SetTimer, AttackLoop, -1
Return
Release7:
Send, 7
Return
댓글1
오핫 수정 어떻게하나요?