5번 버프 6번 버프 (1분텀) / 7번펫먹이(가끔안눌림) / 스페이스바(공격스킬)
왼쪽벽 기준임 (활성화임)
f1이 스타트, 끄는건 마우스로 끄셈
루트설명 : 왼벽으로 2초가량이동 후 중간에 한번 오른쪽으로이동(이동시 몹뎀박가능할정도로 거리조정시켜야댐 점언) 가끔점프도함
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, 29000
Send, {Space up}
Send, {Right down}
Sleep, 400
Send, {Right up}
Send, {Right down}
Sleep, 400
Send, {Right up}
Send, {Space down}
Sleep, 28000
Send, {Space up}
Send, {Left down}
Sleep, 2000
Send, {Left up}
Send, {alt down}
Sleep, 500
Send, {alt up}
Send, {Right down}
Sleep, 1000
Send, {Right up}
SetTimer, AttackLoop, -1
Return
Release7:
Send, 7
Return
댓글2
오우 이런걸... 전붕이들은 감사하도록
선생님 이거 긁어서 스크립트 만들었는데 56스페이스 까지 눌리고 진행이안되요