*서버정책에 따라서 패널티를 받을 수 있습니다. 잘 알아보신 뒤 사용해주세요.
*게임뿐 아니라 일상에서도 유용하게 사용가능합니다.
*다운로드 : www.autohotkey.com/
예시소스임. 수정해서 사용하길 바람 (Edit script 들어가서 복붙)
SetControlDelay, -1
SetBatchLines, -1
INSERT::suspend
^F10::reload
^F12::exitapp
F3::
{
sendinput {numpad0}
sendinput {left}
sendinput {enter}
sleep, 30
}
return
`::
{
sendinput {shift down}
sendinput {t}
sendinput {shift up}
sleep, 20
sendinput {shift down}
sendinput {a}
sendinput {shift up}
sleep, 20
sendinput {'}
sleep, 20
sendinput /버그해결
sleep, 20
sendinput {enter}
sleep, 50
sendinput wa
sleep, 20
sendinput wb
sleep, 20
sendinput wc
sleep, 20
sendinput wd
sleep, 20
sendinput we
sleep, 20
sendinput wf
sleep, 20
sendinput wg
sleep, 10
sendinput wh
sleep, 20
}
return
f1::
{
sendinput {shift down}
sendinput {z}
sendinput {shift up}
sendinput {p}
sendinput {home}
sendinput {enter}
sleep, 35
sendinput {1}
}
return
*마우스 좌표탐색은 오핫깔면 기본설치되는 window spy.ahk를 이용하고 캡쳐는 윈도우10 기본프로그램 '캡쳐도구'를 이용하셈
*ahk파일 우클릭 - 텍스트로 편집 써서 코드 수정해도 무방함
m.blog.naver.com/asoneb/171387013
'오류해결 & 편의설정' 카테고리의 다른 글
키보드/마우스 매크로 프로그램 V1 (0) | 2021.05.11 |
---|---|
클라 창 이름 바꾸기 (0) | 2021.05.10 |
치트엔진 Cheat Engine 다운/사용 (0) | 2021.05.07 |
구바람) 유토리 사용법/다운 (0) | 2021.05.06 |
'세이라디오' 노래 재생, 음악방송 프로그램 추천 (0) | 2021.01.14 |
댓글