메이플 ahk > 자유게시판

본문 바로가기


사이트 내 전체검색 (구글)

자유게시판

메이플 ahk

페이지 정보

profile_image
작성자 세인 (192.♡.0.1)
댓글 0건 조회 12회 작성일 25-07-30 21:25

본문

SetKeyDelay, 30, 30

SetControlDelay -1

SendMode, Input


toggle := false

mode := "밑차지"


; F7: 모드 전환

F7::

if (mode = "기본") {

    mode := "밑차지"

} else {

    mode := "기본"

}

ToolTip, 현재 모드: %mode%

SetTimer, RemoveToolTip, -1000

return


RemoveToolTip:

ToolTip

return


/* 

; Tab 누르고 있을 때 ←→ 반복 (밑차지 모드에서만)

~Tab::

if (mode = "밑차지") {

    SetTimer, LeftRightSpam, 10

}

return


~Tab up::

SetTimer, LeftRightSpam, Off

return


LeftRightSpam:

if (mode = "밑차지" and GetKeyState("Tab", "P")) {

    SendInput, {Left}

    Sleep, 10

    SendInput, {Right}

    Sleep, 10

}

return


; Alt 누르면 ` 키 10번 순식간에 입력 (밑차지 모드에서만)

~Alt::

if (mode = "밑차지") {

    Loop, 10 {

        SendInput, ``

        Sleep, 60  ; 필요 시 속도 조절 가능

    }

}

return

*/

; CapsLock: 모드에 따라 다르게 동작

CapsLock::

if (mode = "기본") {

    Send, {CapsLock}

    return

}


toggle := !toggle

if toggle {

    SetTimer, Combo, 10

} else {

    SetTimer, Combo, Off

}

return


Combo:

if GetKeyState("CapsLock", "P") {

    SendInput, {Down down}

    Sleep, 20

    SendInput, y

    Sleep, 1


    SendInput, j

    Sleep, 420


    SendInput, f

    Sleep, 360


    SendInput, {Del}

    Sleep, 210


    SendInput, c

    Sleep, 360


    SendInput, {End}

    Sleep, 450


    SendInput, c

    Sleep, 360


    Sleep, 450

    SendInput, {Down up}

} else {

    toggle := false

    SetTimer, Combo, Off

}

return


추천0

댓글목록

등록된 댓글이 없습니다.

Total 21건 1 페이지
자유게시판 목록
번호 제목 글쓴이 조회 추천 날짜
21
ㅇㅇ N새글
세인 1 0 13:20
20 세인 9 0 04-20
19 세인 19 0 01-25
18 세인 14 0 11-30
17 세인 12 0 11-16
16 세인 36 0 09-04
15 세인 40 0 09-04
14 세인 23 0 08-28
13 세인 84 0 08-11
12 세인 221 0 08-06
열람중 세인 13 0 07-30
10
work check 댓글1
세인 8 0 07-13
9 세인 16 0 07-13
8 최고관리자 5 0 03-25

검색


회사소개 개인정보취급방침 서비스이용약관 상단으로

contact.https://open.kakao.com/o/s20mpzke
discord.https://discord.gg/rEcZHwBuAh
웹마스터:공세인 개인정보관리책임자:공세인

Copyright © quail.kr All rights reserved.